Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15608: Fix a couple of Coverity errors | Volker Lendecke | 1 | -0/+9 |
2007-10-10 | r15566: Fix Coverity bug # 284. The lp_ldap_xx_suffix function only return NU... | Volker Lendecke | 1 | -7/+16 |
2007-10-10 | r14743: Fix coverity bug #227. Possible deref of null pointer | Jeremy Allison | 1 | -5/+10 |
2007-10-10 | r14683: Get rid of hardcoded output file. With no arg, print to stdout, | Jim McDonough | 1 | -75/+59 |
2007-10-10 | r14681: Get rid of hardcoded /tmp/add.ldif and /tmp/mod.ldif files. Is there a | Jim McDonough | 1 | -14/+19 |
2007-10-10 | r14156: Fix coverity #114: free storage alloc'ed by sstring_sub() | Jim McDonough | 1 | -5/+6 |
2007-10-10 | r14155: Fix coverity #115: free storage alloc'ed by sstring_sub() | Jim McDonough | 1 | -0/+2 |
2007-10-10 | r14153: Fix coverity #116: free storage alloc'ed by sstring_sub() | Jim McDonough | 1 | -0/+2 |
2007-10-10 | r14152: Fix coverity #117: free storage alloc'ed by sstring_sub | Jim McDonough | 1 | -0/+1 |
2007-10-10 | r14150: Fix coverity #118: not freeing alloc'ed storage returned from | Jim McDonough | 1 | -1/+3 |
2007-10-10 | r14147: Fix coverity #119. alloc'ed memory returned not saved, so not freed. | Jim McDonough | 1 | -4/+8 |
2007-10-10 | r14135: Fix for Coverity #123: resource leak. Also rework much of the code to | Jim McDonough | 1 | -27/+44 |
2007-10-10 | r14053: Implement Simo's suggestion: don't use /dev/null for a 'bad' path for | Jim McDonough | 1 | -2/+2 |
2007-10-10 | r14036: Ok, the last one generated a const warning. Also fix Coverity # 119. | Volker Lendecke | 1 | -6/+13 |
2007-10-10 | r14035: Fix Coverity bug # 124 | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r13968: fix typo, caught by Guenther | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r13957: Based on patch from Richard Renard <richard.renard@idealx.com>: | Jim McDonough | 1 | -15/+18 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new() | Gerald Carter | 1 | -5/+5 |
2007-10-10 | r13576: This is the beginnings of moving the SAM_ACCOUNT data structure | Gerald Carter | 1 | -9/+9 |
2007-10-10 | r13494: Merge the stuff I've done in head the last days. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -140/+1 |
2007-10-10 | r12986: Use d_fprintf(stderr, ...) for any error message in net. | Lars Müller | 1 | -9/+24 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -111/+72 |
2007-10-10 | r8786: Fix amazing and long-standing bug where user-accounts are just crippled | Günther Deschner | 1 | -2/+1 |
2007-10-10 | r8396: fix some compile warnings. | Günther Deschner | 1 | -8/+11 |
2007-10-10 | r8189: commit vampire ldif patch, mostly from Don Watson (dwatson@us.ibm.com)... | Jim McDonough | 1 | -3/+1002 |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r7130: remove 'winbind enable local accounts' code from the 3.0 tree | Gerald Carter | 1 | -7/+1 |
2007-10-10 | r6263: Get rid of generate_wellknown_sids, they are const static and initiali... | Volker Lendecke | 1 | -2/+0 |
2007-10-10 | r5909: Remove some unecessary casts. Patch from Jason Mader for bugzill #2468. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r5349: After talking with Jerry, reverted the addition of account policies to | Günther Deschner | 1 | -9/+9 |
2007-10-10 | r5264: Log with loglevel 0 when account-administration scripts fail. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r4925: Migrate Account Policies to passdb (esp. replicating ldapsam). | Günther Deschner | 1 | -9/+9 |
2007-10-10 | r4877: When vampiring account policy AP_LOCK_ACCOUNT_DURATION honour "Lockout | Günther Deschner | 1 | -1/+4 |
2007-10-10 | r4538: Fix bugzilla 2198, accounts which have password last set to 0 are getting | Jim McDonough | 1 | -0/+3 |
2007-10-10 | r4353: Finally get length of munged_dial correct. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r4352: Base64-encode munged-dial with correct length in 'net rpc vampire'. | Günther Deschner | 1 | -1/+4 |
2007-10-10 | r4351: Vampire Logon-Hours. Update Logon-Hours only when they have changed. | Günther Deschner | 1 | -1/+20 |
2007-10-10 | r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r4287: Vampire SAM_DELTA_DOMAIN_INFO. | Günther Deschner | 1 | -2/+112 |
2007-10-10 | r4130: add bad_password_count and logon_count to vampire (inspired by a patch | Günther Deschner | 1 | -2/+5 |
2007-10-10 | r4127: vampire munged_dial. | Günther Deschner | 1 | -0/+8 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of | Tim Potter | 1 | -1/+1 |
2004-02-08 | Make it possible to 'net rpc samdump' of any domain you are currently joined | Andrew Bartlett | 1 | -52/+38 |
2004-02-08 | Make more functions static, and remove duplication in the use of functions | Andrew Bartlett | 1 | -6/+6 |
2004-01-02 | JHT came up with a nasty (broken) torture case in preparing examples for | Andrew Bartlett | 1 | -2/+2 |
2003-10-14 | Break out of samsync loop on error. | Tim Potter | 1 | -0/+3 |
2003-09-10 | Fix error return path memory leaks in vampire code for creating users. | Tim Potter | 1 | -3/+8 |