summaryrefslogtreecommitdiffstats
path: root/source/libads/ldap.c
Commit message (Expand)AuthorAgeFilesLines
...
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-30/+30
* r3841: Time out in ads search queries. Even AD servers can hang.Volker Lendecke2007-10-101-7/+44
* r3764: Ensure on failure that *res is always NULL.Jeremy Allison2007-10-101-3/+8
* r3569: Fix for bug #1651, added extra servicePrincipalNames for kerberos inte...Jeremy Allison2007-10-101-6/+44
* r3273: Ensure we're consistent in the use of strchr_m for '@'.Jeremy Allison2007-10-101-1/+1
* r2832: Readd WKGUID-binding to match the correct default-locations of newGünther Deschner2007-10-101-4/+73
* r2091: only use sAMAccountName and not userPrincipalName since the breaks win...Gerald Carter2007-10-101-0/+6
* r1381: fixing behavior found by gd@sernet.de; we must use the userPrincipalNa...Gerald Carter2007-10-101-4/+4
* r1330: Fix the build for systems without ldap headersVolker Lendecke2007-10-101-1/+1
* r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> toJeremy Allison2007-10-101-1/+30
* r1222: Valgrind memory leak fixes. Still tracking down a strange one...Jeremy Allison2007-10-101-6/+28
* r1215: Intermediate checkin of the new keytab code. I need to make sure IJeremy Allison2007-10-101-60/+293
* r764: More memleak fixes in error code path from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2007-10-101-1/+6
* r562: Memory leak fix in error code path from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2007-10-101-1/+4
* r196: merging struct uuid from trunkGerald Carter2007-10-101-11/+7
* Bug found by gd - the new range-reterival code did still had 'member'Andrew Bartlett2004-02-081-2/+3
* Try to keep vl happy - shorten some of these lines.Andrew Bartlett2004-01-051-6/+12
* Fix for bug 707, getent group for huge ads groups (>1500 members)Andrew Bartlett2004-01-051-8/+130
* After talking with abartlet remove the fix for bug 707 again.Volker Lendecke2004-01-011-92/+8
* Fix for bug 707, getent group for huge ads groups (>1500 members)Volker Lendecke2004-01-011-8/+92
* auth/auth_util.c:Andrew Bartlett2003-12-311-1/+1
* Fix from ndb@theghet.to to allow an existing LDAP machine account to beJeremy Allison2003-12-131-12/+29
* Get rid of a const warningVolker Lendecke2003-11-261-1/+1
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-3/+3
* don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...Gerald Carter2003-10-031-1/+2
* Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison2003-09-101-1/+10
* revert retry loops in winbindd_ads as abartket points out, weGerald Carter2003-09-061-2/+2
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* working on transtive trusts issue:Gerald Carter2003-07-311-71/+0
* fix case where no realm or workgroup means to use our ownGerald Carter2003-07-251-2/+19
* connect to the right realm or domain for trusted AD domainsGerald Carter2003-07-231-8/+4
* Call the synchronous version of the ldap delete function otherwise we end upTim Potter2003-07-071-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-5/+5
* Fix bug in doxygen comments for ads search functions.Tim Potter2003-07-031-4/+4
* * fix typos in a few debug statementsGerald Carter2003-06-251-3/+9
* large change:Gerald Carter2003-06-251-118/+47
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-0/+3
* we need to call ads_first_entry() before using a ldap result,Andrew Tridgell2003-06-161-5/+12
* Rename some uuid functions so as not to conflict with systemTim Potter2003-06-131-1/+1
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-3/+5
* Change variable name to get this working on gcc 3.2 (Merge from HEAD)Jelmer Vernooij2003-04-151-33/+33
* merge from HEAD - dump tokenGroups as sids.Andrew Bartlett2003-03-171-0/+1
* Make sure these values are never uninitialsised.Andrew Bartlett2003-02-241-2/+2
* Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-18/+33
* Fix segv in net ads join...an extra & was the culpritJim McDonough2003-02-191-1/+1
* Merge minor library fixes from HEAD to 3.0.Andrew Bartlett2003-02-191-13/+36
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-5/+11
* Merging from HEAD - add a note about a better method for finding netbios name...Jeremy Allison2003-02-121-0/+7
* Mem alloc checks.Jeremy Allison2003-02-041-11/+28