Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-22 | Fix bug 7528 - Solaris with NIS autohome. | Jeremy Allison | 1 | -0/+3 | |
Ensure entries containing "\n" are stripped. Jeremy. | |||||
2010-06-22 | s4-smbtorture: add "printerdata_values" test to RPC-SPOOLSS-PRINTER. | Günther Deschner | 1 | -0/+88 | |
Guenther | |||||
2010-06-22 | s4-smbtorture: also test keynames with '/' in it in SetPrinterDataEx keyname ↵ | Günther Deschner | 1 | -1/+8 | |
tests. Guenther | |||||
2010-06-22 | s4-smbtorture: activate all keys in SetPrinterData keys test. | Günther Deschner | 1 | -7/+10 | |
(just skip some of them still against s3). Guenther | |||||
2010-06-22 | s4-smbtorture: split out a "printerdata_keys" test for RPC-SPOOLSS-PRINTER. | Günther Deschner | 1 | -53/+120 | |
This separates key and value tests for SetPrinterDataEx and GetPrinterDataEx (and also speeds up the whole testsuite). Guenther | |||||
2010-06-22 | testprogs/win32: add prepare_dcpromo tool | Stefan Metzmacher | 3 | -0/+1111 | |
This tool can set the DOMAIN-SID and nextRid counter in the local SAM on windows servers (tested with w2k8r2) dcpromo will use this values for the ad domain it creates. This might be useful for upgrades from a Samba3 domain. metze | |||||
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 | s3: Fix some valgrind errors | Volker Lendecke | 1 | -18/+33 | |
With -d 10, there were a ton of uninitialized variables: The "NegotiateFlags" in the automatically parsed ntlmssp structures were not initialized. This also cleans up the talloc use a bit: do early TALLOC_FREE() Günther, please check! Thanks, Volker | |||||
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 | 7 | -63/+109 | |
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 | s3-winbind: Make KRB5_EVENT_REFRESH_TIME a function | Volker Lendecke | 1 | -6/+12 | |
2010-06-21 | libcli/named_pipe_auth: fix error handling in _tstream_npa_connect_recv() | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2010-06-21 | libcli/named_pipe_auth: fix memory handling for temporary data | Stefan Metzmacher | 1 | -5/+6 | |
In a tevent_req based function tevent_req_create() should be the first function! If it fails it's the only reason, why the function could every return NULL. And all temporary data belongs to 'state' and gets free'ed by tevent_req_received() in the _recv function. metze | |||||
2010-06-21 | tldap: Fix a type-punned warning | Volker Lendecke | 1 | -1/+1 | |
2010-06-21 | tsocket: Fix some type-punned warnings | Volker Lendecke | 1 | -2/+2 | |
2010-06-21 | s3: Fix some enum/int mixup warnings | Volker Lendecke | 1 | -53/+53 | |
2010-06-21 | s3: Remove an unreachable line of code | Volker Lendecke | 1 | -2/+0 | |
2010-06-21 | s3: Fix a type-punned warning | Volker Lendecke | 1 | -2/+2 | |
2010-06-21 | s3:net rpc registry: make getsd succeed when key sd only gives access to SD ↵ | Michael Adam | 1 | -2/+1 | |
not key contents You don't need the REG_KEY_READ permissions to access the SD of a key. And for instance, the key HKLM\security ususally has no specific bits set for builtin\administrators, but the READ_CONTROL_ACCESS. I.e. builtin\administrators can get the sd but not enumerate the key. | |||||
2010-06-21 | s3:fix an outdated comment. | Michael Adam | 1 | -5/+2 | |
2010-06-21 | s3:idmap_ldap: remove unreached code (and explicit error return code) | Michael Adam | 1 | -5/+1 | |
2010-06-21 | s3/s4 - remove "talloc_tos()" from common code since s4 doesn't support it | Matthias Dieter Wallnöfer | 2 | -5/+10 | |
Please don't use this in common code parts until we change the policy regarding it. | |||||
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 | s3-docs: Add missing whitespace. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
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 |