Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-24 | s4:auth/gensec/gensec_gssapi.c - reorder constructor | Matthias Dieter Wallnöfer | 1 | -30/+38 | |
To have the same order as in the structure definition. | |||||
2010-06-24 | s4-ldb: use CHECK_XSLTPROC_MANPAGES() | Andrew Tridgell | 2 | -3/+2 | |
2010-06-24 | build: check if the manpages stylesheet is available locally | Andrew Tridgell | 2 | -8/+34 | |
this avoids trying to fetch the stylesheet from the internet. If we can't process the stylesheet with --nonet at configure time then don't build manpages. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-06-24 | s4-python: python is not always in /usr/bin | Andrew Tridgell | 67 | -67/+67 | |
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-06-24 | s4:provision.ldif - fix the number of available RIDs | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
There should be 4611686014132422209 and not 4611686014132422109. | |||||
2010-06-24 | s4:provision.ldif - this Win2003 revision level seems always to be "9" on ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Windows Server 2008 machines | |||||
2010-06-24 | s4:provision_users.ldif - change a group description to be correct | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-06-24 | s4:upgradeprovision - fix include order for "ldb" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Patch originally posted on the list by Matthieu Patou. | |||||
2010-06-24 | s4/ldb: ldb_msg_el_map_remote() should rename the remote attribute names ↵ | Endi S. Dewata | 1 | -1/+15 | |
into local names as defined in simple_ldap_map.c. | |||||
2010-06-24 | s4:setup/provision.reg - raise version to Windows Server 2008 R2 | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-06-24 | s4:libnet_join.c - always use LDB constants | Matthias Dieter Wallnöfer | 1 | -5/+5 | |
2010-06-23 | Add parse_setjob_command() to make setting job state easier for users. | Jeremy Allison | 1 | -1/+30 | |
Jeremy. | |||||
2010-06-23 | s4-smbtorture: test more valid key names in RPC-WINREG. | Günther Deschner | 1 | -0/+61 | |
Guenther | |||||
2010-06-23 | s4-smbtorture: more work on test values WINREG test. | Günther Deschner | 1 | -2/+10 | |
Guenther | |||||
2010-06-23 | Fix to undo nasty hack for for grouptype conversion | Lukasz Zalewski | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-23 | Per Andrews request, revert | Jelmer Vernooij | 3 | -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. | |||||
2010-06-23 | s4-smbtorture: add test for different winreg SetValue value names. | Günther Deschner | 1 | -0/+51 | |
Guenther | |||||
2010-06-23 | s4:selftest Fix up netbios names for rpc_echo test | Andrew Bartlett | 2 | -2/+2 | |
2010-06-23 | s4:selftest For the moment the server role '2008_R2' is case sensitive | Andrew Bartlett | 1 | -1/+1 | |
2010-06-23 | s4:selftest Change netbios aliases to shorter names. | Andrew Bartlett | 1 | -7/+7 | |
This makes the netbios names more sensible, and the aliases shorter. (the name localfl2008rc2dc7 was too long...) Andrew Bartlett | |||||
2010-06-23 | s4:selftest Add 2003 and 2008R2 test environments and tests | Andrew Bartlett | 2 | -42/+142 | |
These tests were chosen particularly because they are known to test things that vary across the functional levels. Andrew Bartlett | |||||
2010-06-23 | s4:net Remove warnings for 2000 native mode and Samba4. | Andrew Bartlett | 1 | -5/+5 | |
We now support 2000 native mode, and so we just need to warn about mixed mode. Andrew Bartlett | |||||
2010-06-23 | s4:provision Raise default max functional level to 2008R2 | Andrew Bartlett | 2 | -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 | |||||
2010-06-23 | s4:provision Remove am_rodc from Schema | Andrew Bartlett | 2 | -5/+5 | |
The SamDB created in the schema code isn't real enough to care if it's an rodc or not. | |||||
2010-06-23 | s4:libnet When joining a domain, update msDS-SupportedEncryptionTypes | Andrew Bartlett | 1 | -0/+32 | |
We need this for our DC to have clients use AES keys to us | |||||
2010-06-23 | libds:common Remove DS_DC_* domain functionality flags | Andrew Bartlett | 6 | -38/+20 | |
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 | |||||
2010-06-23 | s4:kdc Use msDS-SupportedEncTypes in our KDC | Andrew Bartlett | 1 | -30/+54 | |
We need to honour this, otherwise we will send AES-encrypted tickets to unprepared Kerberos targets. Andrew Bartlett | |||||
2010-06-23 | doc: Remove the documentation of the sequence command of wbinfo. | Andreas Schneider | 1 | -8/+0 | |
The command is deprecated, see --online-status. | |||||
2010-06-23 | wbinfo: Document the deprecated sequence option correctly. | Andreas Schneider | 1 | -1/+1 | |
I didn't find a way in popt to hide it. | |||||
2010-06-23 | s4-smbtorture: Fix test_SetPrinterDataEx_keys and test_SetPrinterDataEx_values. | Günther Deschner | 1 | -6/+6 | |
We want to continue, not to skip here. Guenther | |||||
2010-06-23 | s4:operational LDB module - fix a misleading comment | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
2010-06-22 | s4:samr RPC server - make use of LDB constants in macros | Matthias Dieter Wallnöfer | 1 | -7/+7 | |
2010-06-22 | s4:password_hash LDB module - fix another problem regarding the lanman hash | Matthias Dieter Wallnöfer | 1 | -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. | |||||
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. |