added internal sasl/gssapi code. This means we are no longer dependent on cyrus-sasl...
authorAndrew Tridgell <tridge@samba.org>
Sat, 8 Dec 2001 11:18:56 +0000 (11:18 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 8 Dec 2001 11:18:56 +0000 (11:18 +0000)
commit435fdf276a79c2a517adcd7726933aeef3fa924b
tree34a355c6b79eddce05143cabc66c9977cde0ad8d
parentff91131ef9b384765de3e4f22202d1e493f02efc
added internal sasl/gssapi code. This means we are no longer dependent on cyrus-sasl which makes the code much less fragile. Also added code to auto-determine the server name or realm
15 files changed:
source/Makefile.in
source/configure
source/configure.in
source/include/ads.h
source/include/config.h.in
source/include/includes.h
source/libads/ads_struct.c
source/libads/kerberos.c
source/libads/ldap.c
source/libads/sasl.c [new file with mode: 0644]
source/libsmb/clispnego.c
source/nsswitch/winbindd_ads.c
source/nsswitch/winbindd_proto.h
source/rpc_client/cli_trust.c
source/utils/net_ads.c