Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-17 | s3-rpcclient: add LSA storeprivatedata command. | Günther Deschner | 1 | -0/+56 | |
Guenther | |||||
2009-07-17 | s3-rpcclient: add LSA retrieveprivatedata command. | Günther Deschner | 1 | -0/+60 | |
Guenther | |||||
2009-07-17 | s3-rpcclient: add LSA setsecret command. | Günther Deschner | 1 | -0/+71 | |
Guenther | |||||
2009-07-17 | s3-rpcclient: add LSA querysecret command. | Günther Deschner | 1 | -0/+86 | |
Guenther | |||||
2009-07-17 | s3-rpcclient: add LSA deletesecret command. | Günther Deschner | 1 | -0/+50 | |
Guenther | |||||
2009-07-17 | s3-rpcclient: add LSA createsecret command. | Günther Deschner | 1 | -0/+43 | |
Guenther | |||||
2009-07-18 | s3: compile warning and upn handling | Bo Yang | 2 | -1/+7 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-07-18 | s3: don't do this, upper callbacks will check it | Bo Yang | 1 | -4/+0 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-07-18 | s3: Fix crsh in net usershare list | Bo Yang | 1 | -0/+1 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-07-16 | More conversions of NULL -> talloc_autofree_context() | Jeremy Allison | 3 | -19/+24 | |
so we at least know when we're using a long-lived context. Jeremy. | |||||
2009-07-16 | Replace more long-lived contexts with talloc_autofree_context(). | Jeremy Allison | 2 | -2/+2 | |
Jeremy. | |||||
2009-07-16 | Replace short-lived NULL talloc contexts with talloc_tos(). | Jeremy Allison | 3 | -22/+22 | |
Jeremy. | |||||
2009-07-16 | Remove an unused talloc context. | Jeremy Allison | 1 | -8/+2 | |
Jeremy. | |||||
2009-07-17 | s3-lsa: Fix pointless check for sec_info flags in _lsa_QuerySecurity(). | Günther Deschner | 1 | -13/+3 | |
Guenther | |||||
2009-07-17 | s3-lsa: implement _lsa_LookupPrivName(). | Günther Deschner | 1 | -6/+45 | |
Guenther | |||||
2009-07-17 | s3-lsa: implement _lsa_EnumAccountsWithUserRight(). | Günther Deschner | 1 | -6/+57 | |
Guenther | |||||
2009-07-16 | Tidyup prompted by #6554 - Wrong deallocation in sam_account_ok. | Jeremy Allison | 1 | -2/+3 | |
Jeremy. | |||||
2009-07-16 | s3-rpc_parse: remove more unused code. | Günther Deschner | 2 | -334/+0 | |
Guenther | |||||
2009-07-16 | s3-spoolss: make some of the command hooks static. | Günther Deschner | 2 | -6/+3 | |
Guenther | |||||
2009-07-15 | Fix bug #6551 - win98 clients cannot connect after server upgrade to ↵ | Jeremy Allison | 2 | -0/+3 | |
samba-3.4.0. The values of vuid and tid were not being correctly updated in the struct smb_request when passed to chain_reply inside sessionsetupX and tconX. Jeremy. | |||||
2009-07-15 | s3:smbd: try to fix a compiler warning on i386 : left shift count >= width ↵ | Stefan Metzmacher | 1 | -1/+1 | |
of type metze | |||||
2009-07-15 | s3:libsmb: we need to include "includes.h" as first header to let code build ↵ | Stefan Metzmacher | 1 | -1/+1 | |
on all platforms This should fix the Tru64 build. metze | |||||
2009-07-15 | s3:tldap: fix the build - a void function should not return a value | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2009-07-15 | Make cli_unlock and cli_unlock64 async. Fix POSIX lock test. | Jeremy Allison | 5 | -91/+247 | |
Jeremy. | |||||
2009-07-15 | s3: make linking of rpcclient --as-needed safe | Björn Jacke | 1 | -2/+2 | |
2009-07-15 | s3: make linking of cifs.upcall --as-needed safe | Peter Volkov | 1 | -1/+1 | |
See http://www.gentoo.org/proj/en/qa/asneeded.xml for details. | |||||
2009-07-15 | s3:dbwrap: fix embarrassing typo :-) | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-07-15 | s3:registry: db backend: add my C | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-07-15 | s3:registry: flush the provided subkey_ctr in regdb_fetch_keys_internal() | Michael Adam | 1 | -0/+3 | |
This way, we always return what has really been read from the db, and not more. The callers assume exactly this, but one could hand in an already pre-filled subkey container... Michael | |||||
2009-07-15 | s3:registry: add function regsubkey_ctr_reinit() | Michael Adam | 2 | -0/+24 | |
This reinitializes an already allocated regsubkey_ctr structure, emptying out the subkey array and hash table. Michael | |||||
2009-07-15 | s3:registry: turn regdb_fetch_keys_internal() from int to WERROR return type | Michael Adam | 1 | -32/+53 | |
This way, more error information is propagated to the callers. Michael | |||||
2009-07-15 | s3:registry: use transaction wrapper in create_sorted_subkeys() | Michael Adam | 1 | -48/+51 | |
Michael | |||||
2009-07-15 | s3:registry: restructure logic of create_sorted_subkes() slightly | Michael Adam | 1 | -14/+19 | |
This makes it clearer to me, and it also makes it easier to use the transaction retry wrapper in the next step. Michael | |||||
2009-07-15 | s3:registry: use transaction wrapper in regdb_delete_subkey(). | Michael Adam | 1 | -37/+49 | |
Michael | |||||
2009-07-15 | s3:registry: add a comment header for the delete_subkey set of commands. | Michael Adam | 1 | -0/+4 | |
Michael | |||||
2009-07-15 | s3:registry: add a comment header for the create_subkey set of functions | Michael Adam | 1 | -0/+4 | |
Michael | |||||
2009-07-15 | s3:registry: use transaction wrapper in regdb_create_subkey() | Michael Adam | 1 | -31/+42 | |
Michael | |||||
2009-07-15 | s3:registry: use transaction wrapper in regdb_store_keys_internal(). | Michael Adam | 1 | -96/+102 | |
Michael | |||||
2009-07-15 | s3:registry: don't leak to talloc_stack in regdb_store_keys_internal2() | Michael Adam | 1 | -2/+9 | |
and catch one potential talloc failure. Michael | |||||
2009-07-15 | s3:registry: unify exit logic and remove leaking to talloc_stack in ↵ | Michael Adam | 1 | -10/+13 | |
regdb_store_keys_internal() Michael | |||||
2009-07-15 | s3:registry: change regdb_store_keys_internal2() to return WERROR | Michael Adam | 1 | -30/+41 | |
instead of bool for better error propagation. Michael | |||||
2009-07-15 | s3:registry: refactor adding of builtin reg values out | Michael Adam | 1 | -27/+27 | |
into regdb_ctr_add_value(). For readability. Michael | |||||
2009-07-15 | s3:registry: use transaction wrapper in init_registry_data() | Michael Adam | 1 | -72/+69 | |
Michael | |||||
2009-07-15 | s3:registry: add regdb_store_values_internal() that takes a db_context argument | Michael Adam | 1 | -6/+15 | |
Michael | |||||
2009-07-15 | s3:registry: add a regdb_fetch_values_internal() that takes a db_context ↵ | Michael Adam | 1 | -6/+18 | |
argument Michael | |||||
2009-07-15 | s3:registry: use transaction wrapper in init_registry_key(). | Michael Adam | 1 | -23/+19 | |
Michael | |||||
2009-07-15 | s3:registry: add db_context argument to init_registry_key_internal() | Michael Adam | 1 | -5/+7 | |
Michael | |||||
2009-07-15 | s3:registry: panic upon error at transaction_cancel in create_sorted_subkeys | Michael Adam | 1 | -2/+2 | |
Michael | |||||
2009-07-15 | s3:registry: fix a comment in create_sorted_subkeys() | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-07-15 | s3:registry: don't loop transaction_commit in create_sorted_subkeys() upon error | Michael Adam | 1 | -1/+1 | |
This would try to commit a higher level transaction upon commit-error. Michael |