summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-3/+3
2003-09-15Fix from gregory@networksentry.co.za, don't clobber the comment if itJeremy Allison1-2/+2
2003-09-15Fixed test and wording for long share names.Christopher R. Hertel1-3/+4
2003-09-15fix online helpSimo Sorce1-1/+1
2003-09-12Fix another crash bug in samsync.Tim Potter1-0/+3
2003-09-11Merge from samba-3.0:Tim Potter1-5/+10
2003-09-11Merge from samba-3.0:Tim Potter1-2/+2
2003-09-11Merge from samba-3.0:Tim Potter1-1/+1
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter16-632/+938
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce13-83/+548
2003-07-16ading new files from 3.0Gerald Carter1-0/+156
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter18-470/+1278
2003-06-02More changes to editreg to make it less tetchy.Richard Sharpe1-17/+17
2003-06-02Some fixes for editreg.c, although I see that head seems broken ...Richard Sharpe1-5/+5
2003-05-29Setting account policy values is done using -C, not -V. Fixes bug #120Jelmer Vernooij1-1/+1
2003-05-15Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.Jeremy Allison1-1/+1
2003-05-12Fix compiler warnings.Jeremy Allison1-1/+0
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij15-34/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij15-0/+34
2003-05-09Fix bug #4 for net rap. Allow more than 50 chars for long form listings of u...Jim McDonough1-2/+2
2003-05-09Some more static definitions ...Richard Sharpe1-0/+16
2003-05-09Add some static ...Richard Sharpe1-34/+84
2003-05-09Some more fixes for syntax problems on AIX etc ...Richard Sharpe1-2/+2
2003-05-09Fix up a bunch of compiler warnings ...Richard Sharpe1-13/+13
2003-05-09Fix some compiler warnings about const etc ...Richard Sharpe2-6/+5
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