summaryrefslogtreecommitdiff
path: root/source3/libads/ldap.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-21sanity checks from Ken CrossGerald Carter1-1/+5
2003-01-02BIG patch...Andrew Bartlett1-2/+2
2002-12-30Catching up with old patches. Add define for VERITAS quota support.Jeremy Allison1-0/+2
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-7/+7
2002-12-13More printer publishing code.Jim McDonough1-0/+26
2002-11-23[merge from APP_HEAD]Gerald Carter1-1/+2
2002-11-15Include the hostname we are trying to match with $@, to allow easier debugging.Andrew Bartlett1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-18/+20
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter1-12/+7
2002-10-18Format objectGUIDs on ads dumps.Jim McDonough1-1/+18
2002-10-04only set UF_USE_DES_KEY_ONLY if we are using krb5 libraries that can'tAndrew Tridgell1-3/+7
2002-10-03.NET likes both forms of servicePrincipalName in the machine accountAndrew Tridgell1-1/+8
2002-09-28Try to compile as much as possible with only ldap, but not kerberos.Andrew Bartlett1-32/+1
2002-09-28Add the beginings of sam_ads to the tree.Andrew Bartlett1-2/+41
2002-09-27Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett1-25/+74
2002-09-27Some small cleanups to the libads code (mainly error checking), and give aAndrew Bartlett1-5/+22
2002-09-25Another patch from metze, towards his work on sam_ads.Andrew Bartlett1-1/+1
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell1-12/+54
2002-09-06Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett1-0/+2
2002-09-06Add some DEBUG()s to some libads failure modes.Andrew Bartlett1-1/+5
2002-08-30convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell1-6/+1
2002-08-20fix irix compile errors - cannot initialize array in declaration statementHerb Lewis1-2/+9
2002-08-06when using netbios lookup methods make sure we try any BDCs even ifAndrew Tridgell1-9/+21
2002-08-06fixed a memory corruption bug in ads_try_dns()Andrew Tridgell1-3/+3
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-57/+298
2002-08-04Now that I got the function arguments sane, remove the silly (void **) castsAndrew Bartlett1-9/+9
2002-07-20More fixes towards warnings on the IRIX compilerAndrew Bartlett1-2/+2
2002-07-12fix setting machine passwords in the case where a user account of theAndrew Tridgell1-1/+5
2002-07-11this implements a completely new strategy for fetching groupAndrew Tridgell1-0/+35
2002-07-11this fixes the ads dump codeAndrew Tridgell1-3/+3
2002-07-09make sure we disable referrals in all ldap searches - they are badlyAndrew Tridgell1-0/+3
2002-07-01ads_mod_ber should be static, not publicAndrew Tridgell1-2/+2
2002-06-28Const cleanup...should only be 2 warnings left from calling lib/util_str.cJim McDonough1-117/+158
2002-06-26Reduce compiler warnings.Jim McDonough1-28/+36
2002-06-24Support utf8 on the wire for ads ldap. DN's are converted, as well as strings,Jim McDonough1-288/+244
2002-05-17This is meant to be accessed via the helper fn, not directly.Andrew Bartlett1-1/+1
2002-04-19fixed trust relationships in ADS winbindd after breaking them with my BDC cha...Andrew Tridgell1-2/+6
2002-04-18fixed the fallback to a BDC for ADS connectionsAndrew Tridgell1-0/+24
2002-04-10A few more updates:Jim McDonough1-132/+348
2002-04-05Several updates to get server side sorting going:Jim McDonough1-26/+78
2002-04-04Try harder next time to not duplicate function...take ads_err2string backJim McDonough1-15/+0
2002-04-04Add ads_err2string() function for generating error strings from an ADS_STATUS.Jim McDonough1-0/+15
2002-03-29Added ads_process_results(), which takes a function that is called for eachJim McDonough1-20/+73
2002-03-27Whoops, left the paged control not critical in the paged search...kind ofJim McDonough1-1/+1
2002-03-27Add server control to prevent referrals in paged searches. This keepsJim McDonough1-6/+18
2002-03-19added a ads_do_search_all() call, which is a more convenient interfaceAndrew Tridgell1-0/+42
2002-03-19fixed paged controls on my box. The problem seems to be incorrectAndrew Tridgell1-4/+21
2002-03-14This adds the Paged Result Control to ads searching. The new function, ads_d...Jim McDonough1-0/+79
2002-03-13detect SIZELIMIT_EXCEEDED in ldap queries and truncateAndrew Tridgell1-0/+4
2002-03-11put in the ADS DNS hack, but commented outAndrew Tridgell1-0/+11