summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r196: merging struct uuid from trunkGerald Carter1-11/+7
2007-10-10r39: * importing .cvsignore filesGerald Carter1-2/+0
2004-03-24Fix bugzilla # 1208Jim McDonough2-3/+38
2004-03-22bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem...Gerald Carter1-8/+11
2004-02-08Bug found by gd - the new range-reterival code did still had 'member'Andrew Bartlett1-2/+3
2004-02-03Fix for a bug where the mutex could be left locked. Also remove theJeremy Allison1-146/+8
2004-01-09fix some warnings from the Sun compilerGerald Carter1-14/+14
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2-6/+22
2004-01-06Fix segfualt caused by incorrect configuration. If lp_realm() was not set,Andrew Bartlett1-5/+9
2004-01-05Try to keep vl happy - shorten some of these lines.Andrew Bartlett1-6/+12
2004-01-05There is some memory corruption hidden somewhere in our winbind code. If IAndrew Bartlett1-4/+8
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett1-17/+22
2004-01-05Fix for bug 707, getent group for huge ads groups (>1500 members)Andrew Bartlett1-8/+130
2004-01-05I'm not quite sure what happened here - but replace the ads_sid_to_dnAndrew Bartlett1-9/+9
2004-01-05Add a utilty function for converting a sid to a DN.Andrew Bartlett1-0/+74
2004-01-01After talking with abartlet remove the fix for bug 707 again.Volker Lendecke1-92/+8
2004-01-01Fix for bug 707, getent group for huge ads groups (>1500 members)Volker Lendecke1-8/+92
2003-12-31auth/auth_util.c:Andrew Bartlett1-1/+1
2003-12-13Fix from ndb@theghet.to to allow an existing LDAP machine account to beJeremy Allison1-12/+29
2003-11-26Get rid of a const warningVolker Lendecke1-1/+1
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-1/+1
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2-5/+5
2003-10-17Add configure test for krb5_keytab_entry keyblock vs key member. Bug #636.Tim Potter1-4/+12
2003-10-03don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...Gerald Carter2-2/+8
2003-09-10Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison1-1/+10
2003-09-06revert retry loops in winbindd_ads as abartket points out, weGerald Carter1-2/+2
2003-09-03Try to add memory keytab support. It also includes much of the genericJim McDonough1-1/+141
2003-08-25Fix segfault. krb5_free_ticket does not check if it got a NULL ticket.Volker Lendecke1-1/+2
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-08-19 - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett1-9/+6
2003-08-15Don't print out error in ads_do_search_retry() when it suceeds.Tim Potter1-1/+4
2003-08-15s/OM_uint32//uint32/gGerald Carter2-3/+3
2003-08-15get rid of more compiler warningsHerb Lewis4-12/+12
2003-08-15Fix memleaks.Volker Lendecke2-7/+14
2003-08-14In ads_verify_realm, all we use in the ADS_STRUCT is theVolker Lendecke1-2/+2
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough4-4/+4
2003-07-31working on transtive trusts issue:Gerald Carter1-71/+0
2003-07-30Don't revert something until you've seen if volker has already fixed it :-).Jeremy Allison1-4/+0
2003-07-30Comment out mutex until I get dependencies sorted out...Jeremy Allison1-0/+4
2003-07-29Put mutex around access of replay cache for krb5 tickets. krb5 replay cacheJeremy Allison1-4/+13
2003-07-29Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type KRB5_BAD_E...Jeremy Allison1-1/+1
2003-07-29Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, andJim McDonough1-1/+1
2003-07-29Improved debug messages whilst trying to track down kerb issues.Jeremy Allison1-13/+20
2003-07-25W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison2-2/+3
2003-07-25fix case where no realm or workgroup means to use our ownGerald Carter1-2/+19
2003-07-23connect to the right realm or domain for trusted AD domainsGerald Carter1-8/+4
2003-07-12Fixed memory leaks, added krb5 replay cache. Now I need to add code to checkJeremy Allison1-17/+72
2003-07-10Fix shadow parameter warning.Tim Potter1-4/+4
2003-07-07Call the synchronous version of the ldap delete function otherwise we end upTim Potter1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison3-7/+7