summaryrefslogtreecommitdiffstats
path: root/source3/utils/pdbedit.c
Commit message (Expand)AuthorAgeFilesLines
...
* r12398: adding Guenther's account policy migration fixGerald Carter2007-10-101-1/+50
* r11327: Make user domain settable by pdbeditVolker Lendecke2007-10-101-2/+9
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-9/+37
* r9272: Patch for fixing unused variables warning from Jason Mader. FixesTim Potter2007-10-101-6/+6
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-2/+2
* r5909: Remove some unecessary casts. Patch from Jason Mader for bugzill #2468.Tim Potter2007-10-101-1/+1
* r5862: And some more constVolker Lendecke2007-10-101-1/+1
* r5790: Added ability to set account description.John Terpstra2007-10-101-2/+8
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2007-10-101-35/+7
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2007-10-101-7/+35
* r4921: Typo.Jeremy Allison2007-10-101-2/+2
* r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes.Jeremy Allison2007-10-101-2/+2
* r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner2007-10-101-3/+3
* r4153: port from trunk of pdbedit changesSimo Sorce2007-10-101-7/+82
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* r1812: Fix from Richard Renard <rrenard@idealx.com> to be able to resetJeremy Allison2007-10-101-3/+30
* r1537: Fix to stop printing accounts from resetting the bas passwordJeremy Allison2007-10-101-15/+10
* r1478: Useful patch from Tom Alsberg <alsbergt@cs.huji.ac.il>, to export a si...Simo Sorce2007-10-101-8/+24
* r1412: Fix password history list in tdbsam. Fix some memory leaks. AddJeremy Allison2007-10-101-0/+5
* Fix "unable to initialize" bug when smbd hasn't been run withJeremy Allison2004-02-231-0/+4
* Enable checking/resetting of account lockout and bad password based on policyJim McDonough2004-02-191-3/+17
* Add bad password reset and display of bad password count/timeJim McDonough2004-02-191-3/+25
* fix set/getsampwent iterator in tdbsam to use an allocated listGerald Carter2004-02-111-2/+4
* more initialization fixesGerald Carter2004-01-291-0/+41
* Fix for pdbedit error code returns (sorry, forgot who sent in the patch).Jeremy Allison2003-11-271-2/+11
* Fix typoJelmer Vernooij2003-09-211-1/+1
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-3/+4
* Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter2003-07-221-15/+0
* moving more code around.Gerald Carter2003-07-111-1/+1
* pdbedit should not call idmap anymore. Otherwise pdbedit -L wouldVolker Lendecke2003-07-101-13/+2
* more compile fixes for become/unbecome_root()Gerald Carter2003-07-091-0/+15
* and so it begins....Gerald Carter2003-07-071-2/+2
* This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-041-0/+6
* Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison2003-06-271-1/+1
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-2/+2
* Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce2003-06-181-1/+1
* Setting account policy values is done using -C, not -V. Fixes bug #120Jelmer Vernooij2003-05-291-1/+1
* Fix obvious compiler warnings.Jeremy Allison2003-05-121-1/+0
* And finally IDMAP in 3_0Simo Sorce2003-05-121-35/+25
* Make it possible to actually use --user-SID and --group-SID on a standard com...Andrew Bartlett2003-05-121-2/+2
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-3/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+3
* Use a common function to create the SAM_ACCOUNT being used to add accountsAndrew Bartlett2003-04-291-12/+4
* back port from HEADSimo Sorce2003-04-261-5/+74
* Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-141-5/+4
* Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke2003-03-231-6/+0
* This does two things:Volker Lendecke2003-03-231-1/+37
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-181-10/+12
* Invert flag testingVolker Lendecke2003-02-071-3/+5