summaryrefslogtreecommitdiffstats
path: root/source/utils/net_rpc_samsync.c
Commit message (Expand)AuthorAgeFilesLines
* r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-04-301-4/+8
* r20001: Fix bug 4273, thanks to Pascal TerjanVolker Lendecke2006-12-021-1/+1
* r19944: Fix from Don Watson -- thanksVolker Lendecke2006-11-291-7/+2
* r19806: merge time.c changesGerald Carter2006-11-201-211/+274
* r19158: Remove root and nobody users from ldif, from Björn JackeJim McDonough2006-10-061-63/+1
* r18703: Fix the annoying effect that happens when nscd is running:Günther Deschner2006-09-201-0/+3
* r16438: sync up to r16433Gerald Carter2006-06-211-1/+1
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-201-1/+9
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-7/+25
* r14743: Fix coverity bug #227. Possible deref of null pointerJeremy Allison2006-03-271-5/+10
* r14683: Get rid of hardcoded output file. With no arg, print to stdout,Jim McDonough2006-03-231-75/+59
* r14681: Get rid of hardcoded /tmp/add.ldif and /tmp/mod.ldif files. Is there aJim McDonough2006-03-231-14/+19
* r14156: Fix coverity #114: free storage alloc'ed by sstring_sub()Jim McDonough2006-03-101-5/+6
* r14155: Fix coverity #115: free storage alloc'ed by sstring_sub()Jim McDonough2006-03-101-0/+2
* r14153: Fix coverity #116: free storage alloc'ed by sstring_sub()Jim McDonough2006-03-101-0/+2
* r14152: Fix coverity #117: free storage alloc'ed by sstring_subJim McDonough2006-03-101-0/+1
* r14150: Fix coverity #118: not freeing alloc'ed storage returned fromJim McDonough2006-03-101-1/+3
* r14147: Fix coverity #119. alloc'ed memory returned not saved, so not freed.Jim McDonough2006-03-101-4/+8
* r14135: Fix for Coverity #123: resource leak. Also rework much of the code toJim McDonough2006-03-101-27/+44
* r14053: Implement Simo's suggestion: don't use /dev/null for a 'bad' path forJim McDonough2006-03-081-2/+2
* r14036: Ok, the last one generated a const warning. Also fix Coverity # 119.Volker Lendecke2006-03-081-6/+13
* r14035: Fix Coverity bug # 124Volker Lendecke2006-03-081-0/+1
* r13968: fix typo, caught by GuentherJim McDonough2006-03-071-1/+1
* r13957: Based on patch from Richard Renard <richard.renard@idealx.com>:Jim McDonough2006-03-071-15/+18
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2006-03-071-0/+2
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2006-02-211-5/+5
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structure Gerald Carter2006-02-201-9/+9
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2006-02-131-1/+1
* r13316: Let the carnage begin....Gerald Carter2006-02-031-140/+1
* r12986: Use d_fprintf(stderr, ...) for any error message in net.Lars Müller2006-01-171-9/+24
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-111/+72
* r8786: Fix amazing and long-standing bug where user-accounts are just crippledGünther Deschner2005-07-261-2/+1
* r8396: fix some compile warnings.Günther Deschner2005-07-121-8/+11
* r8189: commit vampire ldif patch, mostly from Don Watson (dwatson@us.ibm.com)...Jim McDonough2005-07-061-3/+1002
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-241-4/+4
* r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter2005-05-311-7/+1
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2005-04-091-2/+0
* r5909: Remove some unecessary casts. Patch from Jason Mader for bugzill #2468.Tim Potter2005-03-201-1/+1
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2005-02-121-9/+9
* r5264: Log with loglevel 0 when account-administration scripts fail.Günther Deschner2005-02-071-1/+1
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2005-01-221-9/+9
* r4877: When vampiring account policy AP_LOCK_ACCOUNT_DURATION honour "LockoutGünther Deschner2005-01-201-1/+4
* r4538: Fix bugzilla 2198, accounts which have password last set to 0 are gettingJim McDonough2005-01-051-0/+3
* r4353: Finally get length of munged_dial correct.Günther Deschner2004-12-241-1/+1
* r4352: Base64-encode munged-dial with correct length in 'net rpc vampire'.Günther Deschner2004-12-241-1/+4
* r4351: Vampire Logon-Hours. Update Logon-Hours only when they have changed.Günther Deschner2004-12-241-1/+20
* r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison2004-12-201-1/+1
* r4287: Vampire SAM_DELTA_DOMAIN_INFO.Günther Deschner2004-12-201-2/+112
* r4130: add bad_password_count and logon_count to vampire (inspired by a patchGünther Deschner2004-12-101-2/+5
* r4127: vampire munged_dial.Günther Deschner2004-12-101-0/+8