summaryrefslogtreecommitdiff
path: root/source/libads/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-80/+22
* starting to sync up for beta3Gerald Carter2003-07-161-10/+10
* starting to sync for 3.0beta2Gerald Carter2003-07-011-124/+69
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-161-3/+5
* - Support building all auth modules as .so'sJelmer Vernooij2003-03-251-33/+33
* tokenGroups are SIDs, so dump them as such.Andrew Bartlett2003-02-251-0/+1
* Always initialiseAndrew Bartlett2003-02-241-2/+2
* Fix a DEBUG() formatting, add some more debug to our SID pulling code andAndrew Bartlett2003-02-221-18/+33
* Fix segv in net ads join...an extra & was the culpritJim McDonough2003-02-191-1/+1
* Check return values of various join-related functions, and ensure we alwaysAndrew Bartlett2003-02-191-9/+16
* Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2003-02-151-4/+20
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-5/+11
* add a note about a better method for finding netbios name of workgroupAndrew Tridgell2003-02-121-0/+7
* Mem alloc failure checks.Jeremy Allison2003-02-041-11/+28
* Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett2003-02-011-7/+21
* sanity checks from Ken CrossGerald Carter2003-01-211-1/+5
* BIG patch...Andrew Bartlett2003-01-021-2/+2
* Catching up with old patches. Add define for VERITAS quota support.Jeremy Allison2002-12-301-0/+2
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-7/+7
* More printer publishing code.Jim McDonough2002-12-131-0/+26
* [merge from APP_HEAD]Gerald Carter2002-11-231-1/+2
* Include the hostname we are trying to match with $@, to allow easier debugging.Andrew Bartlett2002-11-151-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-18/+20
* Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-061-12/+7
* Format objectGUIDs on ads dumps.Jim McDonough2002-10-181-1/+18
* only set UF_USE_DES_KEY_ONLY if we are using krb5 libraries that can'tAndrew Tridgell2002-10-041-3/+7
* .NET likes both forms of servicePrincipalName in the machine accountAndrew Tridgell2002-10-031-1/+8
* Try to compile as much as possible with only ldap, but not kerberos.Andrew Bartlett2002-09-281-32/+1
* Add the beginings of sam_ads to the tree.Andrew Bartlett2002-09-281-2/+41
* Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett2002-09-271-25/+74
* Some small cleanups to the libads code (mainly error checking), and give aAndrew Bartlett2002-09-271-5/+22
* Another patch from metze, towards his work on sam_ads.Andrew Bartlett2002-09-251-1/+1
* Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell2002-09-171-12/+54
* Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett2002-09-061-0/+2
* Add some DEBUG()s to some libads failure modes.Andrew Bartlett2002-09-061-1/+5
* convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell2002-08-301-6/+1
* fix irix compile errors - cannot initialize array in declaration statementHerb Lewis2002-08-201-2/+9
* when using netbios lookup methods make sure we try any BDCs even ifAndrew Tridgell2002-08-061-9/+21
* fixed a memory corruption bug in ads_try_dns()Andrew Tridgell2002-08-061-3/+3
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-57/+298
* Now that I got the function arguments sane, remove the silly (void **) castsAndrew Bartlett2002-08-041-9/+9
* More fixes towards warnings on the IRIX compilerAndrew Bartlett2002-07-201-2/+2
* fix setting machine passwords in the case where a user account of theAndrew Tridgell2002-07-121-1/+5
* this implements a completely new strategy for fetching groupAndrew Tridgell2002-07-111-0/+35
* this fixes the ads dump codeAndrew Tridgell2002-07-111-3/+3
* make sure we disable referrals in all ldap searches - they are badlyAndrew Tridgell2002-07-091-0/+3
* ads_mod_ber should be static, not publicAndrew Tridgell2002-07-011-2/+2
* Const cleanup...should only be 2 warnings left from calling lib/util_str.cJim McDonough2002-06-281-117/+158
* Reduce compiler warnings.Jim McDonough2002-06-261-28/+36
* Support utf8 on the wire for ads ldap. DN's are converted, as well as strings,Jim McDonough2002-06-241-288/+244