summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix bug where not specifying '-S PDC' in 'net join' would cause it to attemptAndrew Bartlett2002-11-091-0/+1
| * Make smbpasswd tell people to use 'net join', not 'net rpc join' now we haveAndrew Bartlett2002-11-081-1/+1
| * Back out lp_modules() check - this one got in by accident when I added poptSe...Jelmer Vernooij2002-11-071-6/+0
| * fixed some formatting errors and improved some debug statements inAndrew Tridgell2002-11-071-7/+11
| * Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-072-6/+7
| * Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-062-27/+14
| * A small fix by Andy Thomas. Now that incrementing the Auth index hasRichard Sharpe2002-11-051-1/+2
| * Tell popt this command requires 1 'normal' argument and has two optional 'nor...Jelmer Vernooij2002-11-051-0/+7
| * See if char * makes the Irix C compiler happier than void *?Richard Sharpe2002-11-051-1/+1
| * Make all of the required (I think) changes to make this code work forRichard Sharpe2002-11-051-25/+61
| * Start handling Big Endian machines as well as little endian.Richard Sharpe2002-11-051-2/+2
| * Extra little fix to vl's patch. Make sure the passdb and testparm messagesAndrew Bartlett2002-11-031-2/+4
| * Force algorithmic rid base to sane values and talk about it.Volker Lendecke2002-11-031-0/+8
| * Make sure that %u is used for SID elements ...Richard Sharpe2002-11-021-1/+1
| * Add the changes to change the SIDs ...Richard Sharpe2002-11-011-19/+45
| * Add more. Parse SIDs on the command line ... soon will actually mod theRichard Sharpe2002-11-011-11/+88
| * Fix small typo ...Richard Sharpe2002-11-011-1/+1
| * Add more code to the profiles program and add Makefile.in support.Richard Sharpe2002-11-011-12/+353
| * search & replace doesn't always work reliably :-)Volker Lendecke2002-10-311-2/+2
| * Add a small utility that can print out the SEC DESCs in NTUSER.DAT.Richard Sharpe2002-10-311-0/+250
| * Implement 'net maxrid'. Needed to find the maximum current rid toVolker Lendecke2002-10-281-0/+79
| * This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-212-15/+20
| * I was somewhat annoyed by 'pdbedit -a vl' spitting an error messageVolker Lendecke2002-10-211-1/+7
| * Fix usage messageJelmer Vernooij2002-10-211-1/+1
| * sync with SAMBA_3_0Gerald Carter2002-10-211-585/+0
| * Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-173-4/+4
| * In my test, sync_context simply has to be incremented. CanVolker Lendecke2002-10-141-10/+9
| * Nice *big* patch from metze.Andrew Bartlett2002-10-122-34/+34
| * merge from APP_HEADGerald Carter2002-10-081-0/+5
| * try to put every security descriptors related definitions in the same file.Simo Sorce2002-10-061-2/+2
| * Use popt_common and use popt for showing help infoJelmer Vernooij2002-10-051-30/+15
| * Add more common options to popt_common - and start usingJelmer Vernooij2002-10-051-19/+7
| * merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-044-33/+33
| * fix logic error in testparm with wins serversGerald Carter2002-09-301-2/+2
| * Some more work on vampire.Volker Lendecke2002-09-291-26/+18
| * Minor updates:Andrew Bartlett2002-09-272-6/+20
| * Fix typoAndrew Bartlett2002-09-271-1/+1
| * add -r to usage outputGerald Carter2002-09-261-0/+1
| * Add -r parameter to smbgroupedit. With -r you can manually chooseVolker Lendecke2002-09-261-21/+26
| * move all the passdb internal interface to NTSTATUSSimo Sorce2002-09-261-13/+13
* | 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
* | Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-1/+1
* | Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-206-13/+51
* | Merge from HEAD:Tim Potter2002-12-201-6/+13
* | fix usage messageGerald Carter2002-12-161-2/+3
* | merge of smbpasswd segfault from SAMBA_2_2Gerald Carter2002-12-121-7/+10
* | Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-295-7/+5
* | [print notify fixes from APP_HEAD]Gerald Carter2002-11-261-4/+48
* | [merge from APP_HEAD]Gerald Carter2002-11-231-1/+2