summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Complete most of the coding for adding keys. We can now add a key.Richard Sharpe2003-04-201-26/+32
* The code is a bit of a mess right now.Richard Sharpe2003-04-201-51/+146
* More functionality, esp around adding keys and inheritance of securityRichard Sharpe2003-04-201-1/+26
* MOre functionality ... got to test it.Richard Sharpe2003-04-201-3/+23
* Some more work added ...Richard Sharpe2003-04-191-5/+20
* Squelch some warnings, and move a bit of code around to make some futureRichard Sharpe2003-04-191-8/+11
* [merge from SAMBA_3_0]Gerald Carter2003-04-193-0/+453
* More minor edits to add features ...Richard Sharpe2003-04-181-0/+21
* More updates ...Richard Sharpe2003-04-171-2/+64
* Updates to editreg.c to provide more functionality ...Richard Sharpe2003-04-171-261/+1119