summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check for -1 not EOF as return value of poptGetNextOptJelmer Vernooij2003-04-161-1/+1
* Fix segfault by getting this the right way aroundAndrew Bartlett2003-04-161-1/+1
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-166-56/+151
* Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add aJelmer Vernooij2003-04-143-6/+20
* Remove unused variables.Tim Potter2003-04-141-3/+0
* Some small changes - typos, adding usage for some commandsJelmer Vernooij2003-04-134-7/+7
* smbcquota patch from metzeGerald Carter2003-04-111-0/+545
* This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-10/+8
* Use fprintf(f, ...) instead of plain printf() - patch by Ronan WaideJelmer Vernooij2003-04-091-2/+2
* Rewrite of smbcontrol - it was a bit of a mess. It should now be muchTim Potter2003-04-091-530/+573
* Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter2003-04-071-21/+1
* Some more good stuff from coolo.Richard Sharpe2003-04-041-61/+0