Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1183: Updates to the code cleanup so I don't lose my changes... | Jeremy Allison | 1 | -52/+62 |
2007-10-10 | r1182: Partial re-write of keytab code to clean up, remove memory leaks etc. ... | Jeremy Allison | 1 | -47/+77 |
2007-10-10 | r1180: New file - basis of new system keytab code. | Jeremy Allison | 1 | -0/+434 |
2007-10-10 | r764: More memleak fixes in error code path from kawasa_r@itg.hitachi.co.jp. | Jeremy Allison | 1 | -1/+6 |
2007-10-10 | r562: Memory leak fix in error code path from kawasa_r@itg.hitachi.co.jp. | Jeremy Allison | 1 | -1/+4 |
2007-10-10 | r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal... | Gerald Carter | 3 | -8/+8 |
2007-10-10 | r533: More memory leak fixes from kawasa_r@itg.hitachi.co.jp. I need to | Jeremy Allison | 1 | -8/+32 |
2007-10-10 | r196: merging struct uuid from trunk | Gerald Carter | 1 | -11/+7 |
2007-10-10 | r39: * importing .cvsignore files | Gerald Carter | 1 | -2/+0 |
2004-03-24 | Fix bugzilla # 1208 | Jim McDonough | 2 | -3/+38 |
2004-03-22 | bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem... | Gerald Carter | 1 | -8/+11 |
2004-02-08 | Bug found by gd - the new range-reterival code did still had 'member' | Andrew Bartlett | 1 | -2/+3 |
2004-02-03 | Fix for a bug where the mutex could be left locked. Also remove the | Jeremy Allison | 1 | -146/+8 |
2004-01-09 | fix some warnings from the Sun compiler | Gerald Carter | 1 | -14/+14 |
2004-01-08 | This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS | Andrew Bartlett | 2 | -6/+22 |
2004-01-06 | Fix segfualt caused by incorrect configuration. If lp_realm() was not set, | Andrew Bartlett | 1 | -5/+9 |
2004-01-05 | Try to keep vl happy - shorten some of these lines. | Andrew Bartlett | 1 | -6/+12 |
2004-01-05 | There is some memory corruption hidden somewhere in our winbind code. If I | Andrew Bartlett | 1 | -4/+8 |
2004-01-05 | rpc_client/cli_lsarpc.c: | Andrew Bartlett | 1 | -17/+22 |
2004-01-05 | Fix for bug 707, getent group for huge ads groups (>1500 members) | Andrew Bartlett | 1 | -8/+130 |
2004-01-05 | I'm not quite sure what happened here - but replace the ads_sid_to_dn | Andrew Bartlett | 1 | -9/+9 |
2004-01-05 | Add a utilty function for converting a sid to a DN. | Andrew Bartlett | 1 | -0/+74 |
2004-01-01 | After talking with abartlet remove the fix for bug 707 again. | Volker Lendecke | 1 | -92/+8 |
2004-01-01 | Fix for bug 707, getent group for huge ads groups (>1500 members) | Volker Lendecke | 1 | -8/+92 |
2003-12-31 | auth/auth_util.c: | Andrew Bartlett | 1 | -1/+1 |
2003-12-13 | Fix from ndb@theghet.to to allow an existing LDAP machine account to be | Jeremy Allison | 1 | -12/+29 |
2003-11-26 | Get rid of a const warning | Volker Lendecke | 1 | -1/+1 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -1/+1 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 2 | -5/+5 |
2003-10-17 | Add configure test for krb5_keytab_entry keyblock vs key member. Bug #636. | Tim Potter | 1 | -4/+12 |
2003-10-03 | don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;... | Gerald Carter | 2 | -2/+8 |
2003-09-10 | Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not converting | Jeremy Allison | 1 | -1/+10 |
2003-09-06 | revert retry loops in winbindd_ads as abartket points out, we | Gerald Carter | 1 | -2/+2 |
2003-09-03 | Try to add memory keytab support. It also includes much of the generic | Jim McDonough | 1 | -1/+141 |
2003-08-25 | Fix segfault. krb5_free_ticket does not check if it got a NULL ticket. | Volker Lendecke | 1 | -1/+2 |
2003-08-20 | metze's autogenerate patch for version.h | Gerald Carter | 1 | -1/+1 |
2003-08-19 | - Make 'net' use a single funciton for setting the 'use machine account' code. | Andrew Bartlett | 1 | -9/+6 |
2003-08-15 | Don't print out error in ads_do_search_retry() when it suceeds. | Tim Potter | 1 | -1/+4 |
2003-08-15 | s/OM_uint32//uint32/g | Gerald Carter | 2 | -3/+3 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 4 | -12/+12 |
2003-08-15 | Fix memleaks. | Volker Lendecke | 2 | -7/+14 |
2003-08-14 | In ads_verify_realm, all we use in the ADS_STRUCT is the | Volker Lendecke | 1 | -2/+2 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 4 | -4/+4 |
2003-07-31 | working on transtive trusts issue: | Gerald Carter | 1 | -71/+0 |
2003-07-30 | Don't revert something until you've seen if volker has already fixed it :-). | Jeremy Allison | 1 | -4/+0 |
2003-07-30 | Comment out mutex until I get dependencies sorted out... | Jeremy Allison | 1 | -0/+4 |
2003-07-29 | Put mutex around access of replay cache for krb5 tickets. krb5 replay cache | Jeremy Allison | 1 | -4/+13 |
2003-07-29 | Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type KRB5_BAD_E... | Jeremy Allison | 1 | -1/+1 |
2003-07-29 | Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, and | Jim McDonough | 1 | -1/+1 |
2003-07-29 | Improved debug messages whilst trying to track down kerb issues. | Jeremy Allison | 1 | -13/+20 |