summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* s4:libnet_join.c - always use LDB constantsMatthias Dieter Wallnöfer2010-06-241-5/+5
|
* s4-smbtorture: test more valid key names in RPC-WINREG.Günther Deschner2010-06-231-0/+61
| | | | Guenther
* s4-smbtorture: more work on test values WINREG test.Günther Deschner2010-06-231-2/+10
| | | | Guenther
* Fix to undo nasty hack for for grouptype conversionLukasz Zalewski2010-06-231-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Per Andrews request, revertJelmer Vernooij2010-06-233-626/+579
| | | | | | | "heimdal/waf: Initial work on making it possible to use the system" as the hdb_check_s4u2self function handling is incorrect. This reverts commit b099631f428d0ecc641d59bd3c94674e6348dde9.
* s4-smbtorture: add test for different winreg SetValue value names.Günther Deschner2010-06-231-0/+51
| | | | Guenther
* s4:selftest Fix up netbios names for rpc_echo testAndrew Bartlett2010-06-231-1/+1
|
* s4:selftest Add 2003 and 2008R2 test environments and testsAndrew Bartlett2010-06-231-42/+42
| | | | | | | These tests were chosen particularly because they are known to test things that vary across the functional levels. Andrew Bartlett
* s4:net Remove warnings for 2000 native mode and Samba4.Andrew Bartlett2010-06-231-5/+5
| | | | | | We now support 2000 native mode, and so we just need to warn about mixed mode. Andrew Bartlett
* s4:provision Raise default max functional level to 2008R2Andrew Bartlett2010-06-232-5/+5
| | | | | | | | | We don't support many of the extra features, but that applies across many other parts of AD. Allow the admin to join a 2008R2 domain if he or she wants. This also makes it possible to test 2008R2 domain code in 'make test' Andrew Bartlett
* s4:provision Remove am_rodc from SchemaAndrew Bartlett2010-06-232-5/+5
| | | | | The SamDB created in the schema code isn't real enough to care if it's an rodc or not.
* s4:libnet When joining a domain, update msDS-SupportedEncryptionTypesAndrew Bartlett2010-06-231-0/+32
| | | | We need this for our DC to have clients use AES keys to us
* libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett2010-06-235-30/+16
| | | | | | These are just a subset of the DS_DOMAIN_ functionality flags, are compared and often confused with each other. Just make them one set. Andrew Bartlett
* s4:kdc Use msDS-SupportedEncTypes in our KDCAndrew Bartlett2010-06-231-30/+54
| | | | | | | We need to honour this, otherwise we will send AES-encrypted tickets to unprepared Kerberos targets. Andrew Bartlett
* s4-smbtorture: Fix test_SetPrinterDataEx_keys and test_SetPrinterDataEx_values.Günther Deschner2010-06-231-6/+6
| | | | | | We want to continue, not to skip here. Guenther
* s4:operational LDB module - fix a misleading commentMatthias Dieter Wallnöfer2010-06-231-1/+2
|
* s4:samr RPC server - make use of LDB constants in macrosMatthias Dieter Wallnöfer2010-06-221-7/+7
|
* s4:password_hash LDB module - fix another problem regarding the lanman hashMatthias Dieter Wallnöfer2010-06-221-13/+16
| | | | | | When a user only provides only the lanman hash (and nothing else) and the lanman authentication is deactivated then we end in an account with no password attribute at all! Lock this down.
* s4-smbtorture: add "printerdata_values" test to RPC-SPOOLSS-PRINTER.Günther Deschner2010-06-221-0/+88
| | | | Guenther
* s4-smbtorture: also test keynames with '/' in it in SetPrinterDataEx keyname ↵Günther Deschner2010-06-221-1/+8
| | | | | | tests. Guenther
* s4-smbtorture: activate all keys in SetPrinterData keys test.Günther Deschner2010-06-221-7/+10
| | | | | | (just skip some of them still against s3). Guenther
* s4-smbtorture: split out a "printerdata_keys" test for RPC-SPOOLSS-PRINTER.Günther Deschner2010-06-221-53/+120
| | | | | | | This separates key and value tests for SetPrinterDataEx and GetPrinterDataEx (and also speeds up the whole testsuite). Guenther
* s4/dsdb-test: fix usage commentKamen Mazdrashki2010-06-221-2/+2
|
* s4/test: fix DC password in selftest-vars.shKamen Mazdrashki2010-06-221-2/+2
|
* s4 torture: RAW-SFILEINFO display warning instead of error on unsupported ↵Aravind Srinivasan2010-06-211-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>
* smbtorture: Fix missing includes.James Peach2010-06-211-0/+1
|
* s4 upgradeprovision: fix the logging stuff so that it actually logMatthieu Patou2010-06-211-0/+2
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* smbtorture: Fixx off-by-one command line parsing.James Peach2010-06-211-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.
* smbtorture: Add "target" command to interactive shell.James Peach2010-06-212-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.
* smbtorture: Enhance shell "help" command.James Peach2010-06-211-13/+23
| | | | | Sort the command list alphabetically. Let the help command print usage info for other commands.
* smbtorture: Add "auth" command to the shell.James Peach2010-06-211-0/+73
| | | | | Add a new "auth" command to set the cmdline credentials from withing the smbtorture shell.
* smbtorture: Refactor interactive shell into independent commands.James Peach2010-06-211-26/+154
| | | | | Refactor the smbtorture interactive shell into a set of independent command callbacks to make it easier to add more independent commands.
* smbtorture: Move interactive shell into a separate file.James Peach2010-06-215-61/+107
|
* smbtorture: Print global options for interactive "list" command.James Peach2010-06-211-1/+3
|
* smbtorture: Add history support to shell mode.James Peach2010-06-212-1/+13
|
* smbtorture: Add list command to smbtorture shell.James Peach2010-06-211-36/+94
|
* s4:dsdb_load_partition_usn - free the right memory context (tmp_ctx)Matthias Dieter Wallnöfer2010-06-211-2/+1
|
* s4/dsdb: msg_idx->dn should be allocated in msg_idx mem contextKamen Mazdrashki2010-06-211-1/+1
|
* s4/dsdb: Move schema accessors cleanup in separate functionKamen Mazdrashki2010-06-211-18/+21
| | | | | | This way dsdb_setup_sorted_accessors() will free memory allocated for accessor arrays correctly in case of failure,
* s4/dsdb-schema: Index attributes on msDS-IntId valueKamen Mazdrashki2010-06-213-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.
* s4:kdc/db-glue.c - remove unreachable codeMatthias Dieter Wallnöfer2010-06-201-4/+0
| | | | Would be nice if someone could check if this fits.
* s4:registry/regf.c - add some casts to suppress build warnings on SolarisMatthias Dieter Wallnöfer2010-06-201-2/+2
|
* s4:registry/rpc.c - fix Solaris warnings by castsMatthias Dieter Wallnöfer2010-06-201-4/+4
|
* s4:samr RPC server - fix Solaris build warningMatthias Dieter Wallnöfer2010-06-201-3/+3
|
* s4:registry RPC server - quite some build warnings on SolarisMatthias Dieter Wallnöfer2010-06-201-4/+4
|
* s4:lsa_lookup.c - fix type argumentMatthias Dieter Wallnöfer2010-06-201-1/+1
|
* s4:rpc_server/service_rpc.c - fix warnings on SolarisMatthias Dieter Wallnöfer2010-06-201-2/+2
|
* s4:rpc_server/service_rpc.c - deactivate the 0-length structMatthias Dieter Wallnöfer2010-06-201-0/+2
| | | | This should fix the build on Solaris
* s4:libpolicy - fix printf output specifiers to suppress warningMatthias Dieter Wallnöfer2010-06-201-1/+1
|
* s4:libpolicy - Solaris compatibility fixMatthias Dieter Wallnöfer2010-06-201-1/+5
|