Try to catch up on the code I've put into HEAD that should be in 3.0:
authorAndrew Bartlett <abartlet@samba.org>
Sat, 26 Oct 2002 02:20:59 +0000 (02:20 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 26 Oct 2002 02:20:59 +0000 (02:20 +0000)
commit35ac9d287f000c27dc864789b341bebe7acb4c74
treea05b4998fbbe9e0063bd616630458f75a022285e
parent0e7938ab5dc666d83a490210d35fee03f6483e49
Try to catch up on the code I've put into HEAD that should be in 3.0:

 - vorlan's hosts allow with DNS names patch
 - use x_fileno() in debug.c, not the struct directly.
 - check for server timeout on password change (was reporting success)
 - better error/status loggin in both the pam_winbind client and winbindd_pam
server code.
 - (pdb_ldap) don't set the ldap version twice - we do it on every bind anyway.
(This used to be commit 9fa1863d8e7788eda83911ca2610754486b33069)
source3/lib/access.c
source3/lib/debug.c
source3/lib/util_sock.c
source3/libsmb/clirap.c
source3/nsswitch/pam_winbind.c
source3/nsswitch/winbindd_pam.c
source3/passdb/pdb_ldap.c
source3/web/cgi.c