Add some DEBUG()s to some libads failure modes.
[kai/samba.git] / source3 / libads / ldap.c
2002-09-06 Andrew BartlettAdd some DEBUG()s to some libads failure modes.
2002-08-30 Andrew Tridgellconvert the LDAP/SASL code to use GSS-SPNEGO if possible
2002-08-20 Herb Lewisfix irix compile errors - cannot initialize array in...
2002-08-06 Andrew Tridgellwhen using netbios lookup methods make sure we try...
2002-08-06 Andrew Tridgellfixed a memory corruption bug in ads_try_dns()
2002-08-05 Andrew TridgellThis fixes a number of ADS problems, particularly with...
2002-08-04 Andrew BartlettNow that I got the function arguments sane, remove...
2002-07-20 Andrew BartlettMore fixes towards warnings on the IRIX compiler
2002-07-12 Andrew Tridgellfix setting machine passwords in the case where a user...
2002-07-11 Andrew Tridgellthis implements a completely new strategy for fetching...
2002-07-11 Andrew Tridgellthis fixes the ads dump code
2002-07-09 Andrew Tridgellmake sure we disable referrals in all ldap searches...
2002-07-01 Andrew Tridgellads_mod_ber should be static, not public
2002-06-28 Jim McDonoughConst cleanup...should only be 2 warnings left from...
2002-06-26 Jim McDonoughReduce compiler warnings.
2002-06-24 Jim McDonoughSupport utf8 on the wire for ads ldap. DN's are conver...
2002-05-17 Andrew BartlettThis is meant to be accessed via the helper fn, not...
2002-04-19 Andrew Tridgellfixed trust relationships in ADS winbindd after breakin...
2002-04-18 Andrew Tridgellfixed the fallback to a BDC for ADS connections
2002-04-10 Jim McDonoughA few more updates:
2002-04-05 Jim McDonoughSeveral updates to get server side sorting going:
2002-04-04 Jim McDonoughTry harder next time to not duplicate function...take...
2002-04-04 Jim McDonoughAdd ads_err2string() function for generating error...
2002-03-29 Jim McDonoughAdded ads_process_results(), which takes a function...
2002-03-27 Jim McDonoughWhoops, left the paged control not critical in the...
2002-03-27 Jim McDonoughAdd server control to prevent referrals in paged search...
2002-03-19 Andrew Tridgelladded a ads_do_search_all() call, which is a more conve...
2002-03-19 Andrew Tridgellfixed paged controls on my box. The problem seems to...
2002-03-14 Jim McDonoughThis adds the Paged Result Control to ads searching...
2002-03-13 Andrew Tridgelldetect SIZELIMIT_EXCEEDED in ldap queries and truncate
2002-03-11 Andrew Tridgellput in the ADS DNS hack, but commented out
2002-03-10 Andrew Tridgellyipee! Finally put in the patch from Alexey Kotovich
2002-03-04 Herb Lewisfix for IRIX compile error
2002-02-13 Jim McDonoughFix LDAP modification operation. Cut and paste error...
2002-02-12 Jim McDonoughtalloc'ify ads modify functions. Also add more complet...
2002-02-11 Jim McDonoughAdd ability to extend ads modification list on the...
2002-02-07 Andrew Tridgellwhen a trusted domain is down an ADS server will return...
2002-02-06 Jim McDonoughFix ldapmod list overrun check. Also better document...
2002-02-02 Jim McDonoughmerge in some changes from Alexey Kotovich. Return...
2002-02-02 Jim McDonoughMinor bug fixes, plus support to remove a printer....
2002-02-01 Jim McDonoughFix build errors on non-ldap systems...change function...
2002-02-01 Jim McDonoughAdd functions for modifying an entry in ADS. Needed...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Jim McDonoughEnable net ads commands to use existing tickets if...
2002-01-16 Andrew Tridgellmuch better support for organisational units in ADS...
2002-01-11 Andrew BartlettFix up 'net ads join' to delete and rejoin if the accou...
2002-01-03 Andrew Tridgelladded nTSecurityDescriptor field to host acct dump
2001-12-30 Andrew BartlettMake Samba compile on RH 6.2 again.
2001-12-20 Andrew Tridgelladded ads_domain_sid() function
2001-12-20 Andrew Tridgellnet ads password and net ads chostpass commands from...
2001-12-19 Andrew Tridgellmuch better ADS error handling system
2001-12-19 Andrew Tridgell- added initial support for trusted domains in winbindd_ads
2001-12-17 Andrew Tridgellallow selection of the organisational unit when joining...
2001-12-10 Andrew Tridgellmake sid_binstring available without HAVE_ADS
2001-12-08 Andrew Tridgellfix a DEBUG() line
2001-12-08 Andrew Tridgelladded internal sasl/gssapi code. This means we are...
2001-12-06 Andrew Tridgelladded a propoer kerberos_kinit_password call
2001-12-05 Andrew Tridgellfixed a minor password memory leak
2001-12-05 Andrew Tridgellhandle ldap server down better
2001-12-05 Andrew Tridgelladded a REALLY gross hack into kerberos_kinit_password...
2001-12-05 Andrew Tridgelladded timeouts and retries to ldap operations
2001-12-05 Andrew Tridgellmoved the sequence number fetch into the backend, and...
2001-12-05 Andrew Tridgellparanoia fixes in based ldap routines for potential...
2001-12-05 Andrew Tridgellmore memory leak fixes
2001-12-05 Andrew Tridgelladded functions that convert a ads binary blob to a...
2001-12-04 Andrew Tridgelladded ads_search_dn() and ads_pull_sids()
2001-12-03 Andrew Tridgelladded a basic ADS backend to winbind. More work needed...
2001-11-29 Andrew BartlettMake better use of the ads_init() function to get the...
2001-11-28 Andrew Tridgellfix a bunch of places where we can double-free a cli...
2001-11-25 Andrew Tridgelladded "net ads user" and "net ads group" commands
2001-11-25 Andrew Tridgelladded "net ads status" command
2001-11-25 Andrew Tridgellbetter auto-selection of realm and ldap server
2001-11-24 Andrew Tridgelladded "net join" command
2001-11-20 Andrew Tridgelladded the beginnings of ADS support in smbd