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)
commit5d378a280f74405fccbadbfb28e1066613c76fd8
tree3b039a256136b760164c9357dc0ce4fb3986b735
parent22a76a063213bdc514816440d3838e145c4ec340
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
(This used to be commit 435fdf276a79c2a517adcd7726933aeef3fa924b)
15 files changed:
source3/Makefile.in
source3/configure
source3/configure.in
source3/include/ads.h
source3/include/config.h.in
source3/include/includes.h
source3/libads/ads_struct.c
source3/libads/kerberos.c
source3/libads/ldap.c
source3/libads/sasl.c [new file with mode: 0644]
source3/libsmb/clispnego.c
source3/nsswitch/winbindd_ads.c
source3/nsswitch/winbindd_proto.h
source3/rpc_client/cli_trust.c
source3/utils/net_ads.c