Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-22 | s4/dsdb-test: fix usage comment | Kamen Mazdrashki | 1 | -2/+2 | |
2010-06-22 | s4/test: fix DC password in selftest-vars.sh | Kamen Mazdrashki | 1 | -2/+2 | |
2010-06-21 | s4 torture: RAW-SFILEINFO display warning instead of error on unsupported ↵ | Aravind Srinivasan | 1 | -4/+24 | |
info level Also add a test to make sure setting the directory attribute is disallowed. Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2010-06-21 | smbtorture: Fix missing includes. | James Peach | 1 | -0/+1 | |
2010-06-21 | s4 upgradeprovision: fix the logging stuff so that it actually log | Matthieu Patou | 1 | -0/+2 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-21 | smbtorture: Fixx off-by-one command line parsing. | James Peach | 1 | -17/+17 | |
If we are not in shell mode we require both the target and test name arguments. Make sure we process these from the correct index. | |||||
2010-06-21 | smbtorture: Add "target" command to interactive shell. | James Peach | 2 | -16/+51 | |
Add a "target" command to set the target server to test. Refactor the command line argument processing a little so that you can run --shell without any additional arguments. | |||||
2010-06-21 | smbtorture: Enhance shell "help" command. | James Peach | 1 | -13/+23 | |
Sort the command list alphabetically. Let the help command print usage info for other commands. | |||||
2010-06-21 | smbtorture: Add "auth" command to the shell. | James Peach | 1 | -0/+73 | |
Add a new "auth" command to set the cmdline credentials from withing the smbtorture shell. | |||||
2010-06-21 | smbtorture: Refactor interactive shell into independent commands. | James Peach | 1 | -26/+154 | |
Refactor the smbtorture interactive shell into a set of independent command callbacks to make it easier to add more independent commands. | |||||
2010-06-21 | smbtorture: Move interactive shell into a separate file. | James Peach | 5 | -61/+107 | |
2010-06-21 | smbtorture: Print global options for interactive "list" command. | James Peach | 1 | -1/+3 | |
2010-06-21 | smbtorture: Add history support to shell mode. | James Peach | 2 | -1/+13 | |
2010-06-21 | smbtorture: Add list command to smbtorture shell. | James Peach | 1 | -36/+94 | |
2010-06-21 | s4:dsdb_load_partition_usn - free the right memory context (tmp_ctx) | Matthias Dieter Wallnöfer | 1 | -2/+1 | |
2010-06-21 | s4/dsdb: msg_idx->dn should be allocated in msg_idx mem context | Kamen Mazdrashki | 1 | -1/+1 | |
2010-06-21 | s4/dsdb: Move schema accessors cleanup in separate function | Kamen Mazdrashki | 1 | -18/+21 | |
This way dsdb_setup_sorted_accessors() will free memory allocated for accessor arrays correctly in case of failure, | |||||
2010-06-21 | s4/dsdb-schema: Index attributes on msDS-IntId value | Kamen Mazdrashki | 3 | -7/+28 | |
O(n) search for dsdb_attribute by msDS-IntId value was replaced by binary-search in ordered index. I've choosen the approach of separate index on msDS-IntId values as I think it is more clear what we are searching for. And it should little bit faster as we can clearly determine in which index to perform the search based on ATTID value - ATTIDs based on prefixMap and ATTIDs based on msDS-IntId are in separate ranges. Other way to implement this index was to merge msDS-IntId values in attributeID_id index. This led me to a shorted but not so obvious implementation. | |||||
2010-06-20 | s4:kdc/db-glue.c - remove unreachable code | Matthias Dieter Wallnöfer | 1 | -4/+0 | |
Would be nice if someone could check if this fits. | |||||
2010-06-20 | s4:registry/regf.c - add some casts to suppress build warnings on Solaris | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-06-20 | s4:registry/rpc.c - fix Solaris warnings by casts | Matthias Dieter Wallnöfer | 1 | -4/+4 | |
2010-06-20 | s4:samr RPC server - fix Solaris build warning | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
2010-06-20 | s4:registry RPC server - quite some build warnings on Solaris | Matthias Dieter Wallnöfer | 1 | -4/+4 | |
2010-06-20 | s4:lsa_lookup.c - fix type argument | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-06-20 | s4:rpc_server/service_rpc.c - fix warnings on Solaris | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-06-20 | s4:rpc_server/service_rpc.c - deactivate the 0-length struct | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
This should fix the build on Solaris | |||||
2010-06-20 | s4:libpolicy - fix printf output specifiers to suppress warning | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-06-20 | s4:libpolicy - Solaris compatibility fix | Matthias Dieter Wallnöfer | 1 | -1/+5 | |
2010-06-20 | s4:ldap.py - test subtree deletes through a new testcase | Matthias Dieter Wallnöfer | 1 | -0/+48 | |
2010-06-20 | s4:ldap_backend.c - now also the LDAP server supports controls on delete ↵ | Matthias Dieter Wallnöfer | 1 | -5/+7 | |
operations | |||||
2010-06-20 | s4:ldap_backend.c - move function "ldb_mod_req_with_controls" to a better ↵ | Matthias Dieter Wallnöfer | 1 | -51/+52 | |
place in the code Under the "add" and over the "delete" function. | |||||
2010-06-20 | s4:subtree_delete LDB module - now do support tree delete operations | Matthias Dieter Wallnöfer | 1 | -9/+45 | |
2010-06-20 | s4:dsdb - add a new dsdb delete function which understands the tree delete ↵ | Matthias Dieter Wallnöfer | 3 | -2/+62 | |
control | |||||
2010-06-20 | ldb:controls - add the "TREE_DELETE" control for allowing subtree deletes | Matthias Dieter Wallnöfer | 3 | -0/+54 | |
2010-06-20 | ldb:ldb.h - add classifications to the control declarations | Matthias Dieter Wallnöfer | 1 | -7/+13 | |
This makes it easier to understand which standard specifies which control. | |||||
2010-06-20 | s4:python LDB __init__.py - remove completely unused "erase_partitions" call | Matthias Dieter Wallnöfer | 2 | -36/+0 | |
Seems to be a relict from the past. | |||||
2010-06-20 | s4:samldb LDB module - remove "samldb_set_defaultObjectCategory" | Matthias Dieter Wallnöfer | 1 | -78/+0 | |
As far as I can tell and the test show the DN gets now normalised automatically when stored into the database. Anyway, if we find a case where this doesn't happen then I propose to do it centrally for all DN attributes in common since we should get away from special attribute hacks as far as possible. | |||||
2010-06-20 | s4:ldap_backend.c - add some newlines to make logs easier to read | Matthias Dieter Wallnöfer | 1 | -5/+5 | |
2010-06-20 | ldb:pyldb.c - introduce a "mem_ctx" also on "py_ldb_search" | Matthias Dieter Wallnöfer | 1 | -12/+19 | |
To prevent memory leaks | |||||
2010-06-20 | ldb:pyldb.c - some cleanups and adequations also in "py_ldb_modify" and ↵ | Matthias Dieter Wallnöfer | 1 | -19/+28 | |
"py_ldb_rename" To make them consistent. | |||||
2010-06-20 | s4:ldap_controls.c - remove encoding functions for private recalculate SD ↵ | Matthias Dieter Wallnöfer | 1 | -19/+0 | |
control | |||||
2010-06-20 | provision: Look for Samba prefix a bit harder. | Jelmer Vernooij | 1 | -4/+6 | |
2010-06-20 | Revert "s4:ldb-samba: fix the build without a system ldb" | Stefan Metzmacher | 1 | -5/+0 | |
This reverts commit 44c01a5eb45a0cd5ca3de8be5c4680de75418dce. This caused problems when using a system ldb and as we don't do ABI checks for ldb-samba4 any more, we don't need this change. metze Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4:ldb: only do ABI checking for the standalone build for now | Stefan Metzmacher | 1 | -12/+24 | |
Otherwise we fail to build samba4 with a system ldb. metze Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | libpolicy: Fix the build. | Jelmer Vernooij | 2 | -2/+2 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Add preliminary support for storing changed Group Policies. | Wilco Baan Hofman | 3 | -0/+101 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Refactor policy filesystem code. | Wilco Baan Hofman | 1 | -97/+244 | |
* It now uses reusable code to download the GPT. * It creates a list before copying for better error handling. * String_replace is now used instead of manually replacing '\\' with '/' for local paths. * A security check has been added for file names with "../". * It adheres to the 80 column rule, if at all possible. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Fix memory allocation with error handling. | Wilco Baan Hofman | 5 | -21/+135 | |
Also moved pypolicy.c headers around so as not to generate compile warnings Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Add talloc_frees in error cases in net_gpo.c | Wilco Baan Hofman | 1 | -0/+11 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Code cleanups: GUID generation, lp_dnsdomain instead of lp_realm, missing ↵ | Wilco Baan Hofman | 2 | -9/+6 | |
spaces. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> |