summaryrefslogtreecommitdiffstats
path: root/source3/utils/pdbedit.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* merge from HEADVolker Lendecke2003-02-061-4/+22
* Fix memory leak. Thanks, Herb!Volker Lendecke2003-01-071-0/+1
* Merge from HEAD.Volker Lendecke2003-01-071-4/+14
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-12/+16
* Revert by Simo's request. HEAD and 3.0 should be in sync forJeremy Allison2002-12-281-10/+2
* Patch for coredump with missing arg from "Bradley W. Langhorst" <brad@langhor...Jeremy Allison2002-12-281-1/+8
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-13/+4
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-15/+15
* sync with head...Jelmer Vernooij2002-10-281-19/+13
* sync with HEADGerald Carter2002-09-261-13/+13
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+12
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-90/+226
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-351/+187
* second step to gain free uid<->rid mappingSimo Sorce2002-03-191-0/+2
* more verbose checking in talloc and util_pwSimo Sorce2002-03-181-9/+10
* Initialise some SAM_ACCOUNT structs to NULL, and add some more error checking.Andrew Bartlett2002-01-311-6/+14
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Give pdbedit a -D paramater for setting the DEBUGLEVEL (makes debugging passdbAndrew Bartlett2002-01-271-5/+10
* Try to get the compiler not to complain about assignments and truth values...Andrew Bartlett2002-01-261-2/+1
* getpwnam -> getpwnam_alloc.Andrew Bartlett2002-01-231-6/+10
* This is another *BIG* change...Andrew Bartlett2002-01-201-35/+26
* Change the passdb interface to use allocated strings.Andrew Bartlett2002-01-151-1/+1
* merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis2002-01-071-0/+4
* Actually enforce the passdb API.Andrew Bartlett2002-01-021-2/+2
* reverted to 1.24 and manually merged in changes from 2.2Gerald Carter2001-12-311-194/+71
* fix compile errorGerald Carter2001-12-311-1/+3
* some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter2001-12-311-74/+199
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-9/+9
* Minor typosVolker Lendecke2001-11-251-2/+2
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-3/+2
* Fix up pdbedit so that it at least compiles without warnings.Andrew Bartlett2001-11-041-92/+61
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-4/+4
* clear errno before a call, tdbsam will not update it.Simo Sorce2001-10-291-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* Don't try to write the LM password in the NT password feild.Andrew Bartlett2001-09-301-1/+0
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-291-18/+18
* Removed smbpasswd_XX call (how did this get re-added, I removed allJeremy Allison2001-09-271-1/+1
* Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-).Jeremy Allison2001-09-271-127/+103
* Major update to pdbedit's import and export code, in line with reqests for itAndrew Bartlett2001-09-271-81/+83