summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2003-05-05Turn off using lsa_qos.Rafal Szczesniak1-5/+2
2003-05-01init wellknown in pdbedit tooSimo Sorce1-0/+6
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce1-0/+2
2003-04-29This is a nice rewrite:Simo Sorce1-33/+15
2003-04-29adding ifdef'd code to add alias membership for vampireGerald Carter1-0/+138
2003-04-29Merge 3.0's change to how we add users onto HEAD, including a few other bitsAndrew Bartlett1-12/+4
2003-04-28Merge compile and other fixes from 3.0 to HEAD.Andrew Bartlett3-3/+3
2003-04-28Fix compiler warning.Tim Potter1-1/+1
2003-04-28Getting ready for code that actually writes a registry file out.Richard Sharpe1-7/+32
2003-04-26let's suppose I want to specify exactly which SID a user should have ...Simo Sorce1-5/+74
2003-04-25Finish laying out the SD, and now back to finishing off NK records ...Richard Sharpe1-1/+20
2003-04-25More code to store ACEs and SIDs. I have almost enough to start testingRichard Sharpe1-4/+80
2003-04-25Keep coding this boring stuff to lay out security descriptors ...Richard Sharpe1-2/+77
2003-04-25Missed another condition on a while loop.Tim Potter1-1/+1
2003-04-25fix and if () that should be an 'else if()'Gerald Carter1-1/+1
2003-04-25When calling cli_samr_enum_{dom,als}_groups in a while loop, theTim Potter1-2/+2
2003-04-24groupmap delete should take a name or a SIDGerald Carter1-2/+13
2003-04-24More code to do with constructing SK records and self relative SDs.Richard Sharpe1-3/+27
2003-04-24More functions to compute the space taken up by SIDs, ACEs, ACLs, SECRichard Sharpe1-3/+96
2003-04-23Add more code to store keys and other records ... still more to goRichard Sharpe1-10/+92
2003-04-23allow the unix group in a mapping to be changed; doesn't work with LDAP right...Gerald Carter1-1/+21
2003-04-22don't reset the group type unless specifiedGerald Carter1-14/+8
2003-04-22Complete the space allocation code for HBIN blocks ...Richard Sharpe1-1/+25
2003-04-22Commit more code dealing with allocating space in the HBIN blocks ...Richard Sharpe1-7/+101
2003-04-22default new groups to domain groupsGerald Carter1-3/+3
2003-04-22Merge from 3.0 - fix domain joins not to always join as BDC.Andrew Bartlett2-6/+4
2003-04-22support referencing group by sid in all operations; allow group name to be ch...Gerald Carter1-13/+60
2003-04-22merging fixes from SAMBA_3_0Gerald Carter1-5/+15
2003-04-22More infrastructure for storing registryRichard Sharpe1-17/+63
2003-04-21Use the -W domain option to select the SID to showAndrew Bartlett1-2/+2
2003-04-21Correct comments about breadth first, as the registry tree is stored in aRichard Sharpe1-2/+28
2003-04-21Start the outline of the code to store a registry tree ...Richard Sharpe1-2/+99
2003-04-21Some comments about the format of the on-disk reg file, as well asRichard Sharpe1-7/+86
2003-04-20Add a -f command-line flag to specify printing all paths or only terminalRichard Sharpe1-3/+11
2003-04-20Well, we can now add keys and values and delete keys and values ...Richard Sharpe1-4/+6
2003-04-20Add code to delete values ...Richard Sharpe1-9/+104
2003-04-20Begin the code that handles key values ... Delete a key value and add aRichard Sharpe1-4/+58
2003-04-20Complete most of the coding for adding keys. We can now add a key.Richard Sharpe1-26/+32
2003-04-20The code is a bit of a mess right now.Richard Sharpe1-51/+146
2003-04-20More functionality, esp around adding keys and inheritance of securityRichard Sharpe1-1/+26
2003-04-20MOre functionality ... got to test it.Richard Sharpe1-3/+23
2003-04-19Some more work added ...Richard Sharpe1-5/+20
2003-04-19Squelch some warnings, and move a bit of code around to make some futureRichard Sharpe1-8/+11
2003-04-19[merge from SAMBA_3_0]Gerald Carter3-0/+453
2003-04-18More minor edits to add features ...Richard Sharpe1-0/+21
2003-04-17More updates ...Richard Sharpe1-2/+64
2003-04-17Updates to editreg.c to provide more functionality ...Richard Sharpe1-261/+1119
2003-04-16Check for -1 not EOF as return value of poptGetNextOptJelmer Vernooij1-1/+1
2003-04-16Fix segfault by getting this the right way aroundAndrew Bartlett1-1/+1
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett6-56/+151