summaryrefslogtreecommitdiffstats
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
* Bug found by gd - the new range-reterival code did still had 'member'Andrew Bartlett2004-02-081-2/+3
* Fix for a bug where the mutex could be left locked. Also remove theJeremy Allison2004-02-031-146/+8
* fix some warnings from the Sun compilerGerald Carter2004-01-091-14/+14
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-082-6/+22
* Fix segfualt caused by incorrect configuration. If lp_realm() was not set,Andrew Bartlett2004-01-061-5/+9
* Try to keep vl happy - shorten some of these lines.Andrew Bartlett2004-01-051-6/+12
* There is some memory corruption hidden somewhere in our winbind code. If IAndrew Bartlett2004-01-051-4/+8
* rpc_client/cli_lsarpc.c:Andrew Bartlett2004-01-051-17/+22
* Fix for bug 707, getent group for huge ads groups (>1500 members)Andrew Bartlett2004-01-051-8/+130
* I'm not quite sure what happened here - but replace the ads_sid_to_dnAndrew Bartlett2004-01-051-9/+9
* Add a utilty function for converting a sid to a DN.Andrew Bartlett2004-01-051-0/+74
* 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
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-1/+1
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-222-5/+5
* Add configure test for krb5_keytab_entry keyblock vs key member. Bug #636.Tim Potter2003-10-171-4/+12
* don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...Gerald Carter2003-10-032-2/+8
* 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
* Try to add memory keytab support. It also includes much of the genericJim McDonough2003-09-031-1/+141
* Fix segfault. krb5_free_ticket does not check if it got a NULL ticket.Volker Lendecke2003-08-251-1/+2
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett2003-08-191-9/+6
* Don't print out error in ads_do_search_retry() when it suceeds.Tim Potter2003-08-151-1/+4
* s/OM_uint32//uint32/gGerald Carter2003-08-152-3/+3
* get rid of more compiler warningsHerb Lewis2003-08-154-12/+12
* Fix memleaks.Volker Lendecke2003-08-152-7/+14
* In ads_verify_realm, all we use in the ADS_STRUCT is theVolker Lendecke2003-08-141-2/+2
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-014-4/+4
* working on transtive trusts issue:Gerald Carter2003-07-311-71/+0
* Don't revert something until you've seen if volker has already fixed it :-).Jeremy Allison2003-07-301-4/+0
* Comment out mutex until I get dependencies sorted out...Jeremy Allison2003-07-301-0/+4
* Put mutex around access of replay cache for krb5 tickets. krb5 replay cacheJeremy Allison2003-07-291-4/+13
* Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type KRB5_BAD_E...Jeremy Allison2003-07-291-1/+1
* Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, andJim McDonough2003-07-291-1/+1
* Improved debug messages whilst trying to track down kerb issues.Jeremy Allison2003-07-291-13/+20
* W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison2003-07-252-2/+3
* 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
* Fixed memory leaks, added krb5 replay cache. Now I need to add code to checkJeremy Allison2003-07-121-17/+72
* Fix shadow parameter warning.Tim Potter2003-07-101-4/+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-033-7/+7
* Implemented 'net ads printer search' which searches the directory forTim Potter2003-07-031-1/+14
* Fix bug in doxygen comments for ads search functions.Tim Potter2003-07-031-4/+4
* Fix shadow variable warnings.Tim Potter2003-06-301-8/+8
* * fix typos in a few debug statementsGerald Carter2003-06-251-3/+9