summaryrefslogtreecommitdiff
path: root/source3/utils/pdbedit.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-2/+2
2008-10-27[s3]pdbedit: remove unused variable.Michael Adam1-4/+0
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-8/+15
2007-12-26Convert pdbedit to use pdb_search_usersVolker Lendecke1-78/+123
2007-12-15Replace sid_string_static with sid_string_tosVolker Lendecke1-2/+2
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-2/+2
2007-12-03Getting to the home stretch for elimination of pstrings...Jeremy Allison1-13/+13
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison1-14/+14
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-25/+25
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-2/+1
2007-10-10r24943: Some stackframesVolker Lendecke1-0/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23407: While verifying a bug I found out that for some reasonSimo Sorce1-17/+14
2007-10-10r23005: If we're running on a system where time_t is 8 bytesJeremy Allison1-2/+2
2007-10-10r22828: Fix typo. Bugzilla #4589.James Peach1-1/+1
2007-10-10r21962: Make pdbedit use the configfile specified by -sVolker Lendecke1-1/+6
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke1-1/+1
2007-10-10r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.Jeremy Allison1-0/+1
2007-10-10r19978: More "net sam policy" improvements. Thanks to Karolin Seeger <ks@sern...Volker Lendecke1-5/+11
2007-10-10r19127: Fix bug 4152Volker Lendecke1-0/+6
2007-10-10r18748: Eliminate set of computed time valuesJim McDonough1-76/+3
2007-10-10r18313: Nobody said "no" (yet.... gd?), so commit it:Volker Lendecke1-12/+0
2007-10-10r16252: Fix Klocwork ID 1119, 1121.Volker Lendecke1-0/+10
2007-10-10r14577: BUG Fixes:Gerald Carter1-13/+199
2007-10-10r14062: Forgot those in the uint16/32 acb_info switch.Günther Deschner1-2/+2
2007-10-10r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter1-59/+24
2007-10-10r13607: Fix compile - don't ref auto variable in a structure initialization.Jeremy Allison1-1/+1
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter1-12/+33
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-25/+25
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-2/+2
2007-10-10r13525: This is only a cleanup to have the memset() and SAFE_FREE() only oneLars Müller1-8/+9
2007-10-10r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2.Lars Müller1-10/+10
2007-10-10r13517: Fix typo -- thanks to Karolin Seeger <ks@sernet.de>Volker Lendecke1-1/+1
2007-10-10r13460: by popular demand....Gerald Carter1-159/+26
2007-10-10r13316: Let the carnage begin....Gerald Carter1-5/+5
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r13136: Fix handling user sid and user gidSimo Sorce1-2/+4
2007-10-10r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison1-0/+2
2007-10-10r12398: adding Guenther's account policy migration fixGerald Carter1-1/+50
2007-10-10r11327: Make user domain settable by pdbeditVolker Lendecke1-2/+9
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-9/+37
2007-10-10r9272: Patch for fixing unused variables warning from Jason Mader. FixesTim Potter1-6/+6
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-2/+2
2007-10-10r5909: Remove some unecessary casts. Patch from Jason Mader for bugzill #2468.Tim Potter1-1/+1
2007-10-10r5862: And some more constVolker Lendecke1-1/+1
2007-10-10r5790: Added ability to set account description.John Terpstra1-2/+8
2007-10-10r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner1-35/+7
2007-10-10r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner1-7/+35