Age | Commit message (Expand) | Author | Files | Lines |
2003-02-07 | Revert Flag testing upon abartlet's request ;-) | Volker Lendecke | 1 | -3/+5 |
2003-02-06 | Make account flags editable with pdbedit. | Volker Lendecke | 1 | -4/+22 |
2003-02-03 | Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>. | Jeremy Allison | 1 | -1/+1 |
2003-02-01 | Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm to | Andrew Bartlett | 1 | -1/+7 |
2003-01-30 | Add 3 second timeout when terminating server and sending print notify | Jeremy Allison | 1 | -1/+1 |
2003-01-30 | The REQ_DEBUGLEVEL message returns a string not a list of integers. | Tim Potter | 1 | -4/+1 |
2003-01-29 | Make the vampire code use just pdb calls - allowing better operation on systems | Andrew Bartlett | 1 | -22/+15 |
2003-01-29 | Use new interface for cli_samr_query_dispinfo(). | Tim Potter | 1 | -2/+9 |
2003-01-21 | Properly display popt errors. Also fix debug to be -d for consistency with o... | Jim McDonough | 1 | -2/+3 |
2003-01-21 | Deleted arguments to help output - they didn't work. | Tim Potter | 1 | -1/+1 |
2003-01-17 | the 'static' keyword here is useless as we are not declaring a | Andrew Tridgell | 1 | -1/+1 |
2003-01-16 | Fix an error where the SK Offset was truncated to 16 bits. Variables needed | Richard Sharpe | 1 | -1/+1 |
2003-01-16 | Updates to the NTLMSSP code again - moving the base64 decode fuctionality out | Andrew Bartlett | 1 | -29/+150 |
2003-01-15 | * removed unused variable from rpcclient code | Gerald Carter | 4 | -8/+11 |
2003-01-14 | add help text for 'net ads lookup' | Andrew Tridgell | 1 | -0/+2 |
2003-01-13 | Patch from metze to to make testparm show values for 'workgroup', 'netbios | Andrew Bartlett | 1 | -1/+2 |
2003-01-11 | Fix a number of client-side fstring/pstring mixups. | Andrew Bartlett | 2 | -4/+4 |
2003-01-08 | Some fixes to editreg. Clientgen should not be touched, and an update to conf... | Richard Sharpe | 1 | -3/+0 |
2003-01-07 | Fix memory leak. Thanks, Herb! | Volker Lendecke | 1 | -0/+1 |
2003-01-07 | this makes it compile, but I'm not sure if it is correct. Are we really | Herb Lewis | 1 | -1/+1 |
2003-01-07 | Create a machine account correctly if the unix account exists. | Volker Lendecke | 1 | -4/+14 |
2003-01-07 | 'index' is the name of a libc function. Rename to 'ndx' to avoid compiler | Tim Potter | 1 | -4/+4 |
2003-01-02 | WITH_SENDFILE #ifdef merged from SAMBA_2_2 | Gerald Carter | 1 | -1/+1 |
2003-01-02 | Add a dash of static. | Andrew Bartlett | 1 | -3/+3 |
2003-01-02 | BIG patch... | Andrew Bartlett | 15 | -86/+83 |
2002-12-30 | fix also net rpc shutdown | Simo Sorce | 1 | -10/+1 |
2002-12-28 | Revert by Simo's request. HEAD and 3.0 should be in sync for | Jeremy Allison | 1 | -10/+2 |
2002-12-28 | Patch for coredump with missing arg from "Bradley W. Langhorst" <brad@langhor... | Jeremy Allison | 1 | -1/+8 |
2002-12-23 | Finish adding strings to all talloc_init() calls. | Jeremy Allison | 1 | -1/+1 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 6 | -13/+51 |
2002-12-17 | Start adding code to allow the in memory version of the registry tree | Richard Sharpe | 1 | -23/+168 |
2002-12-16 | fix usage message | Gerald Carter | 1 | -2/+3 |
2002-12-16 | We now read in the whole of the registry, including security bits. | Richard Sharpe | 1 | -13/+21 |
2002-12-15 | Fix fnum leak under error condition in cacl_dump. | Tim Potter | 1 | -6/+13 |
2002-12-15 | All the code for reading in the registy is done, but I have a malloc'd | Richard Sharpe | 1 | -21/+83 |
2002-12-15 | Almost finished processing the registry encoded SEC DESC ... | Richard Sharpe | 1 | -1/+102 |
2002-12-14 | More code to read in and create security descriptor entries ... | Richard Sharpe | 1 | -28/+121 |
2002-12-13 | Begin to handle Security descriptors for keys. | Richard Sharpe | 1 | -0/+95 |
2002-12-12 | merge of smbpasswd segfault from SAMBA_2_2 | Gerald Carter | 1 | -7/+10 |
2002-12-11 | Fix a small bug. | Richard Sharpe | 1 | -2/+2 |
2002-12-11 | Improve the iterator wrt values ... Now prints keys and value names. | Richard Sharpe | 1 | -6/+60 |
2002-12-10 | Tidy up some bits. We can now at least list all the keys. | Richard Sharpe | 1 | -16/+26 |
2002-12-10 | Add support to Makefile.in for editreg | Richard Sharpe | 1 | -3/+0 |
2002-12-10 | Complete more of the code. An iterator is close to complete. Compiles, | Richard Sharpe | 1 | -18/+87 |
2002-12-10 | Clean up the code some more. Create more elements of the tree. | Richard Sharpe | 1 | -7/+84 |
2002-12-09 | Handle the creation of more parts of the tree ... Still have to do SK records | Richard Sharpe | 1 | -3/+38 |
2002-12-09 | Start allocating structures to keep the in memory copy of the registry tree | Richard Sharpe | 1 | -5/+52 |
2002-12-09 | Begin to decode Value Keys, names and values ... | Richard Sharpe | 1 | -0/+79 |
2002-12-09 | Add some more handling of Key records ... | Richard Sharpe | 1 | -8/+124 |
2002-12-08 | Commit some more changes ... Start processing the sub-keys, recursively. | Richard Sharpe | 1 | -4/+30 |