Age | Commit message (Expand) | Author | Files | Lines |
2003-05-15 | Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check. | Jeremy Allison | 1 | -1/+1 |
2003-05-12 | Fix compiler warnings. | Jeremy Allison | 1 | -1/+0 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett. | Jelmer Vernooij | 15 | -34/+0 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions | Jelmer Vernooij | 15 | -0/+34 |
2003-05-09 | Fix bug #4 for net rap. Allow more than 50 chars for long form listings of u... | Jim McDonough | 1 | -2/+2 |
2003-05-09 | Some more static definitions ... | Richard Sharpe | 1 | -0/+16 |
2003-05-09 | Add some static ... | Richard Sharpe | 1 | -34/+84 |
2003-05-09 | Some more fixes for syntax problems on AIX etc ... | Richard Sharpe | 1 | -2/+2 |
2003-05-09 | Fix up a bunch of compiler warnings ... | Richard Sharpe | 1 | -13/+13 |
2003-05-09 | Fix some compiler warnings about const etc ... | Richard Sharpe | 2 | -6/+5 |
2003-05-05 | Turn off using lsa_qos. | Rafal Szczesniak | 1 | -5/+2 |
2003-05-01 | init wellknown in pdbedit too | Simo Sorce | 1 | -0/+6 |
2003-05-01 | *id_to_*id call reshape to return NTSTATUS errors | Simo Sorce | 1 | -0/+2 |
2003-04-29 | This is a nice rewrite: | Simo Sorce | 1 | -33/+15 |
2003-04-29 | adding ifdef'd code to add alias membership for vampire | Gerald Carter | 1 | -0/+138 |
2003-04-29 | Merge 3.0's change to how we add users onto HEAD, including a few other bits | Andrew Bartlett | 1 | -12/+4 |
2003-04-28 | Merge compile and other fixes from 3.0 to HEAD. | Andrew Bartlett | 3 | -3/+3 |
2003-04-28 | Fix compiler warning. | Tim Potter | 1 | -1/+1 |
2003-04-28 | Getting ready for code that actually writes a registry file out. | Richard Sharpe | 1 | -7/+32 |
2003-04-26 | let's suppose I want to specify exactly which SID a user should have ... | Simo Sorce | 1 | -5/+74 |
2003-04-25 | Finish laying out the SD, and now back to finishing off NK records ... | Richard Sharpe | 1 | -1/+20 |
2003-04-25 | More code to store ACEs and SIDs. I have almost enough to start testing | Richard Sharpe | 1 | -4/+80 |
2003-04-25 | Keep coding this boring stuff to lay out security descriptors ... | Richard Sharpe | 1 | -2/+77 |
2003-04-25 | Missed another condition on a while loop. | Tim Potter | 1 | -1/+1 |
2003-04-25 | fix and if () that should be an 'else if()' | Gerald Carter | 1 | -1/+1 |
2003-04-25 | When calling cli_samr_enum_{dom,als}_groups in a while loop, the | Tim Potter | 1 | -2/+2 |
2003-04-24 | groupmap delete should take a name or a SID | Gerald Carter | 1 | -2/+13 |
2003-04-24 | More code to do with constructing SK records and self relative SDs. | Richard Sharpe | 1 | -3/+27 |
2003-04-24 | More functions to compute the space taken up by SIDs, ACEs, ACLs, SEC | Richard Sharpe | 1 | -3/+96 |
2003-04-23 | Add more code to store keys and other records ... still more to go | Richard Sharpe | 1 | -10/+92 |
2003-04-23 | allow the unix group in a mapping to be changed; doesn't work with LDAP right... | Gerald Carter | 1 | -1/+21 |
2003-04-22 | don't reset the group type unless specified | Gerald Carter | 1 | -14/+8 |
2003-04-22 | Complete the space allocation code for HBIN blocks ... | Richard Sharpe | 1 | -1/+25 |
2003-04-22 | Commit more code dealing with allocating space in the HBIN blocks ... | Richard Sharpe | 1 | -7/+101 |
2003-04-22 | default new groups to domain groups | Gerald Carter | 1 | -3/+3 |
2003-04-22 | Merge from 3.0 - fix domain joins not to always join as BDC. | Andrew Bartlett | 2 | -6/+4 |
2003-04-22 | support referencing group by sid in all operations; allow group name to be ch... | Gerald Carter | 1 | -13/+60 |
2003-04-22 | merging fixes from SAMBA_3_0 | Gerald Carter | 1 | -5/+15 |
2003-04-22 | More infrastructure for storing registry | Richard Sharpe | 1 | -17/+63 |
2003-04-21 | Use the -W domain option to select the SID to show | Andrew Bartlett | 1 | -2/+2 |
2003-04-21 | Correct comments about breadth first, as the registry tree is stored in a | Richard Sharpe | 1 | -2/+28 |
2003-04-21 | Start the outline of the code to store a registry tree ... | Richard Sharpe | 1 | -2/+99 |
2003-04-21 | Some comments about the format of the on-disk reg file, as well as | Richard Sharpe | 1 | -7/+86 |
2003-04-20 | Add a -f command-line flag to specify printing all paths or only terminal | Richard Sharpe | 1 | -3/+11 |
2003-04-20 | Well, we can now add keys and values and delete keys and values ... | Richard Sharpe | 1 | -4/+6 |
2003-04-20 | Add code to delete values ... | Richard Sharpe | 1 | -9/+104 |
2003-04-20 | Begin the code that handles key values ... Delete a key value and add a | Richard Sharpe | 1 | -4/+58 |
2003-04-20 | Complete most of the coding for adding keys. We can now add a key. | Richard Sharpe | 1 | -26/+32 |
2003-04-20 | The code is a bit of a mess right now. | Richard Sharpe | 1 | -51/+146 |
2003-04-20 | More functionality, esp around adding keys and inheritance of security | Richard Sharpe | 1 | -1/+26 |