summaryrefslogtreecommitdiff
path: root/source3/utils/pdbedit.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-01init wellknown in pdbedit tooSimo Sorce1-0/+6
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce1-0/+2
2003-04-29This is a nice rewrite:Simo Sorce1-33/+15
2003-04-29Merge 3.0's change to how we add users onto HEAD, including a few other bitsAndrew Bartlett1-12/+4
2003-04-26let's suppose I want to specify exactly which SID a user should have ...Simo Sorce1-5/+74
2003-03-30- Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij1-2/+0
2003-03-24Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij1-1/+1
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij1-3/+1
2003-03-23Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke1-6/+0
2003-03-23This does two things:Volker Lendecke1-1/+37
2003-03-23Move -V to -C to prevent conflict with -V for versionJelmer Vernooij1-1/+2
2003-03-15Truncate the machinename manually, so as not to generate level 0 debugs forAndrew Bartlett1-10/+12
2003-02-27- Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij1-2/+1
2003-02-07Revert Flag testing upon abartlet's request ;-)Volker Lendecke1-3/+5
2003-02-06Make account flags editable with pdbedit.Volker Lendecke1-4/+22
2003-01-07Fix memory leak. Thanks, Herb!Volker Lendecke1-0/+1
2003-01-07Create a machine account correctly if the unix account exists.Volker Lendecke1-4/+14
2003-01-02BIG patch...Andrew Bartlett1-12/+16
2002-12-28Revert by Simo's request. HEAD and 3.0 should be in sync forJeremy Allison1-10/+2
2002-12-28Patch for coredump with missing arg from "Bradley W. Langhorst" <brad@langhor...Jeremy Allison1-1/+8
2002-11-13Don't crash when there are no arguments specifiedJelmer Vernooij1-1/+4
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-13/+4
2002-10-21I was somewhat annoyed by 'pdbedit -a vl' spitting an error messageVolker Lendecke1-1/+7
2002-10-12Nice *big* patch from metze.Andrew Bartlett1-15/+15
2002-10-05Add more common options to popt_common - and start usingJelmer Vernooij1-19/+7
2002-09-26move all the passdb internal interface to NTSTATUSSimo Sorce1-13/+13
2002-08-21pdbedit needs global_myname to be set in order to display theVolker Lendecke1-1/+12
2002-08-15*** empty log message ***Simo Sorce1-87/+175
2002-08-04passwords where not checked (you cannot check if the same buffer differs from...Simo Sorce1-6/+18
2002-07-28Add the ability to set account policies too.Andrew Bartlett1-7/+25
2002-07-24Make it possible to query account policy values from pdbedit (set to come soon).Andrew Bartlett1-11/+29
2002-07-21Fix up dir drive call.Tim Potter1-1/+1
2002-07-21Another smattering of static and constAndrew Bartlett1-1/+1
2002-07-14Show the account flags in the 'verbose' listing of pdbedit.Andrew Bartlett1-0/+2
2002-06-14Kill useless castAndrew Bartlett1-2/+2
2002-06-14Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett1-10/+12
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-4/+6
2002-05-24Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett1-12/+12
2002-05-18so here it is the code to introduce seriously debugggging classes.Simo Sorce1-1/+2
2002-05-10Allow -c to specify the location of the config file, and fix up some handlingAndrew Bartlett1-13/+15
2002-04-26fix compile errorHerb Lewis1-1/+6
2002-04-15Another patch from jelmer:Andrew Bartlett1-31/+37
2002-04-13More updates from ctrlsoft. (Jelmer Vernooij <jelmer@nl.linux.org>)Andrew Bartlett1-8/+32
2002-04-13This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer VernooijAndrew Bartlett1-318/+110
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-0/+2
2002-03-18more verbose checking in talloc and util_pwSimo Sorce1-9/+10
2002-01-31Initialise some SAM_ACCOUNT structs to NULL, and add some more error checking.Andrew Bartlett1-6/+14
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-27Give pdbedit a -D paramater for setting the DEBUGLEVEL (makes debugging passdbAndrew Bartlett1-5/+10
2002-01-26Try to get the compiler not to complain about assignments and truth values...Andrew Bartlett1-2/+1