Age | Commit message (Expand) | Author | Files | Lines |
2010-09-11 | s3:auth Remove NT_USER_TOKEN | Andrew Bartlett | 1 | -5/+5 |
2010-08-06 | s3-services: include svcctl.h where needed. | Günther Deschner | 1 | -0/+2 |
2010-05-25 | s3:registry: move reg_objects.h to registry/ and use it only where needed | Michael Adam | 1 | -0/+1 |
2010-05-25 | s3:services_db: use regval_ctr_init() instead of direct allocation | Michael Adam | 1 | -7/+14 |
2010-05-25 | s3:registry: extraxt the reg_dispatcher prototypes into their own header. | Michael Adam | 1 | -0/+1 |
2010-05-25 | s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char * | Michael Adam | 1 | -5/+5 |
2010-05-25 | s3:registry: extract the reg_util_legacy prototypes into their own header. | Michael Adam | 1 | -0/+1 |
2010-05-20 | s3-services: move services.h closer to services implementation. | Günther Deschner | 7 | -6/+58 |
2010-05-18 | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 1 | -6/+6 |
2010-05-18 | s3-secdesc: remove "typedef struct security_acl SEC_ACL". | Günther Deschner | 1 | -1/+1 |
2010-05-18 | s3-secdesc: remove "typedef struct security_ace SEC_ACE". | Günther Deschner | 1 | -1/+1 |
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 |
2010-05-18 | s3-registry: only include registry headers when really needed. | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-services: move services.h to where it is actually used. | Günther Deschner | 6 | -0/+6 |
2010-04-09 | s3: add iconv_convenience handle to pull/push sz helpers. | Günther Deschner | 1 | -2/+2 |
2009-10-01 | s3-registry: use pull_reg_sz() where appropriate. | Günther Deschner | 1 | -4/+10 |
2009-09-30 | s3-registry: use regval_ctr_addvalue_sz(). | Günther Deschner | 1 | -27/+19 |
2009-09-30 | s3-registry: use push_reg_sz(). | Günther Deschner | 1 | -15/+15 |
2009-04-27 | s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handle | Michael Adam | 1 | -9/+10 |
2009-04-27 | s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob | Michael Adam | 1 | -3/+3 |
2009-04-27 | s3:registry: replace typedef REGVAL_CTR by struct regval_ctr. | Michael Adam | 1 | -15/+15 |
2009-04-24 | s3-svcctl: indicate that the spooler is already running if it does. | Günther Deschner | 1 | -0/+4 |
2009-02-26 | s3:services_db: use regsubkey_ctr_init() instead of using talloc directly | Michael Adam | 1 | -2/+4 |
2009-02-26 | s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr" | Michael Adam | 1 | -5/+5 |
2009-02-23 | More warning fixes for Solaris. | Jeremy Allison | 1 | -3/+3 |
2009-02-05 | s3-svcctl: use security descriptor marshall helper in svcctl_set_secdesc(). | Günther Deschner | 1 | -9/+7 |
2009-01-09 | s3-svcctl: use pidl defined constants in services implementation. | Günther Deschner | 5 | -54/+60 |
2009-01-08 | s3-svcctl: use pidl based struct SERVICE_STATUS. | Günther Deschner | 5 | -10/+10 |
2009-01-08 | s3-svcctl: remove some more redundant headers. | Günther Deschner | 1 | -1/+1 |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -8/+8 |
2008-10-09 | Remove SEC_ACCESS. It's a uint32_t. | Jeremy Allison | 1 | -8/+8 |
2008-09-17 | Ensure all pointers are initialized. Without this we can crash when looking u... | Jeremy Allison | 1 | -20/+20 |
2008-08-15 | svcctl: use MODULESDIR instead of LIBDIR for the svcctl script directory. | Michael Adam | 2 | -6/+6 |
2008-06-18 | Revert "Fix a memleak in svcctl_init_keys()" | Volker Lendecke | 1 | -10/+1 |
2008-06-17 | Fix a memleak in svcctl_init_keys() | Volker Lendecke | 1 | -1/+10 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -1/+6 |
2008-02-18 | Fix segfault in svcctl_get_secdesc(): prevent premature TALLOC_FREE. | Michael Adam | 1 | -14/+14 |
2008-02-18 | Add a check for success of fetch_reg_values(). | Michael Adam | 1 | -1/+5 |
2008-02-18 | Fix a comment typo. | Michael Adam | 1 | -1/+1 |
2008-01-21 | Fix two debug messages. | Michael Adam | 1 | -2/+2 |
2007-12-21 | Some C++ fixes | Volker Lendecke | 1 | -1/+3 |
2007-12-17 | More static fstring elimination. | Jeremy Allison | 1 | -23/+25 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2 | -6/+6 |
2007-11-20 | Remove pstring from services/*.c | Jeremy Allison | 2 | -148/+211 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -2/+2 |
2007-10-10 | r25561: Make use of [un]marshall_sec_desc | Volker Lendecke | 1 | -29/+22 |
2007-10-10 | r24949: Remove some static buffers | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24290: fix debug statments to match function name | Herb Lewis | 1 | -2/+2 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 6 | -12/+6 |