summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Expand)AuthorAgeFilesLines
* More changes to editreg to make it less tetchy.Richard Sharpe2003-06-021-17/+17
* Some fixes for editreg.c, although I see that head seems broken ...Richard Sharpe2003-06-021-5/+5
* Setting account policy values is done using -C, not -V. Fixes bug #120Jelmer Vernooij2003-05-291-1/+1
* Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.Jeremy Allison2003-05-151-1/+1
* Fix compiler warnings.Jeremy Allison2003-05-121-1/+0
* Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-1015-34/+0
* Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-1015-0/+34
* Fix bug #4 for net rap. Allow more than 50 chars for long form listings of u...Jim McDonough2003-05-091-2/+2
* Some more static definitions ...Richard Sharpe2003-05-091-0/+16
* Add some static ...Richard Sharpe2003-05-091-34/+84
* Some more fixes for syntax problems on AIX etc ...Richard Sharpe2003-05-091-2/+2
* Fix up a bunch of compiler warnings ...Richard Sharpe2003-05-091-13/+13
* Fix some compiler warnings about const etc ...Richard Sharpe2003-05-092-6/+5
* Turn off using lsa_qos.Rafal Szczesniak2003-05-051-5/+2
* init wellknown in pdbedit tooSimo Sorce2003-05-011-0/+6
* *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-011-0/+2
* This is a nice rewrite:Simo Sorce2003-04-291-33/+15
* adding ifdef'd code to add alias membership for vampireGerald Carter2003-04-291-0/+138
* Merge 3.0's change to how we add users onto HEAD, including a few other bitsAndrew Bartlett2003-04-291-12/+4
* Merge compile and other fixes from 3.0 to HEAD.Andrew Bartlett2003-04-283-3/+3
* Fix compiler warning.Tim Potter2003-04-281-1/+1
* Getting ready for code that actually writes a registry file out.Richard Sharpe2003-04-281-7/+32
* let's suppose I want to specify exactly which SID a user should have ...Simo Sorce2003-04-261-5/+74
* Finish laying out the SD, and now back to finishing off NK records ...Richard Sharpe2003-04-251-1/+20
* More code to store ACEs and SIDs. I have almost enough to start testingRichard Sharpe2003-04-251-4/+80
* Keep coding this boring stuff to lay out security descriptors ...Richard Sharpe2003-04-251-2/+77
* Missed another condition on a while loop.Tim Potter2003-04-251-1/+1
* fix and if () that should be an 'else if()'Gerald Carter2003-04-251-1/+1
* When calling cli_samr_enum_{dom,als}_groups in a while loop, theTim Potter2003-04-251-2/+2
* groupmap delete should take a name or a SIDGerald Carter2003-04-241-2/+13
* More code to do with constructing SK records and self relative SDs.Richard Sharpe2003-04-241-3/+27
* More functions to compute the space taken up by SIDs, ACEs, ACLs, SECRichard Sharpe2003-04-241-3/+96
* Add more code to store keys and other records ... still more to goRichard Sharpe2003-04-231-10/+92
* allow the unix group in a mapping to be changed; doesn't work with LDAP right...Gerald Carter2003-04-231-1/+21
* don't reset the group type unless specifiedGerald Carter2003-04-221-14/+8
* Complete the space allocation code for HBIN blocks ...Richard Sharpe2003-04-221-1/+25
* Commit more code dealing with allocating space in the HBIN blocks ...Richard Sharpe2003-04-221-7/+101
* default new groups to domain groupsGerald Carter2003-04-221-3/+3
* Merge from 3.0 - fix domain joins not to always join as BDC.Andrew Bartlett2003-04-222-6/+4
* support referencing group by sid in all operations; allow group name to be ch...Gerald Carter2003-04-221-13/+60
* merging fixes from SAMBA_3_0Gerald Carter2003-04-221-5/+15
* More infrastructure for storing registryRichard Sharpe2003-04-221-17/+63
* Use the -W domain option to select the SID to showAndrew Bartlett2003-04-211-2/+2
* Correct comments about breadth first, as the registry tree is stored in aRichard Sharpe2003-04-211-2/+28
* Start the outline of the code to store a registry tree ...Richard Sharpe2003-04-211-2/+99
* Some comments about the format of the on-disk reg file, as well asRichard Sharpe2003-04-211-7/+86
* Add a -f command-line flag to specify printing all paths or only terminalRichard Sharpe2003-04-201-3/+11
* Well, we can now add keys and values and delete keys and values ...Richard Sharpe2003-04-201-4/+6
* Add code to delete values ...Richard Sharpe2003-04-201-9/+104
* Begin the code that handles key values ... Delete a key value and add aRichard Sharpe2003-04-201-4/+58