summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-03Implemented 'net ads printer search' which searches the directory forTim Potter1-1/+14
2003-07-03Fix bug in doxygen comments for ads search functions.Tim Potter1-4/+4
2003-06-30Fix shadow variable warnings.Tim Potter1-8/+8
2003-06-25* fix typos in a few debug statementsGerald Carter1-3/+9
2003-06-25large change:Gerald Carter2-120/+48
2003-06-23* s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter1-0/+3
2003-06-16we need to call ads_first_entry() before using a ldap result,Andrew Tridgell1-5/+12
2003-06-13Rename some uuid functions so as not to conflict with systemTim Potter1-1/+1
2003-06-13Fix shadow variable warning.Tim Potter1-4/+4
2003-06-10added an auth flag that indicates if we should be allowed to fallbackAndrew Tridgell1-1/+4