summaryrefslogtreecommitdiff
path: root/source3/utils/pdbedit.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett1-6/+10
2002-01-20This is another *BIG* change...Andrew Bartlett1-35/+26
2002-01-15Change the passdb interface to use allocated strings.Andrew Bartlett1-1/+1
2002-01-07merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis1-0/+4
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-2/+2
2001-12-31reverted to 1.24 and manually merged in changes from 2.2Gerald Carter1-194/+71
2001-12-31fix compile errorGerald Carter1-1/+3
2001-12-31some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter1-74/+199
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-9/+9
2001-11-25Minor typosVolker Lendecke1-2/+2
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-3/+2
2001-11-04Fix up pdbedit so that it at least compiles without warnings.Andrew Bartlett1-92/+61
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-4/+4
2001-10-29clear errno before a call, tdbsam will not update it.Simo Sorce1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-30Don't try to write the LM password in the NT password feild.Andrew Bartlett1-1/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett1-18/+18
2001-09-27Removed smbpasswd_XX call (how did this get re-added, I removed allJeremy Allison1-1/+1
2001-09-27Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-).Jeremy Allison1-127/+103
2001-09-27Major update to pdbedit's import and export code, in line with reqests for itAndrew Bartlett1-81/+83
2001-09-26Fix up pdbedit to initialise its structures with the standard functions,Andrew Bartlett1-40/+52
2001-09-06Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter1-12/+16
2001-08-28Fixed typo in comment.Tim Potter1-3/+1
2001-07-12Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter1-23/+23
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+0
2001-05-07Patch from Simo:Gerald Carter1-7/+8
2001-05-07Removed unused variable.Tim Potter1-1/+0
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-33/+60
2001-03-23groupdb/mapping.c:Jeremy Allison1-0/+2
2001-03-14patches from Simo. Couple of snity thingsGerald Carter1-4/+4
2000-12-06added passdb editor (rough form with a few bugs) Should workGerald Carter1-0/+692