Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3: Attempt to fix the non-gnumake build | Volker Lendecke | 2010-05-22 | 1 | -1/+2 |
| | | | | Björn, please check! | ||||
* | torture: fix typos | Simo Sorce | 2010-05-22 | 1 | -2/+2 |
| | |||||
* | s3: Remove unreachable code | Volker Lendecke | 2010-05-22 | 1 | -1/+0 |
| | |||||
* | s4:ldb_controls: make it possible to pass arbitrary control via the command line | Stefan Metzmacher | 2010-05-22 | 1 | -0/+34 |
| | | | | | | | | --controls=local_oid:1.3.6.1.4.1.7165.4.3.7:1 To specify the DSDB_CONTROL_PASSWORD_HASH_VALUES_OID control as critical. metze | ||||
* | If using fake oplocks, use the correct SMB2 type code for "no oplock". | Jeremy Allison | 2010-05-21 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | s4:libnet: use the new generated config from the provision for the self_join | Stefan Metzmacher | 2010-05-22 | 1 | -1/+1 |
| | | | | | | This fixes net vampire with the --target-dir option. metze | ||||
* | Don't forget brackets around bitwise tests. | Jeremy Allison | 2010-05-21 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Make DFS work over SMB2. | Jeremy Allison | 2010-05-21 | 6 | -17/+58 |
| | | | | Jeremy. | ||||
* | s4:torture/rap/rap.c - quiet discard const warning | Matthias Dieter Wallnöfer | 2010-05-21 | 1 | -1/+1 |
| | |||||
* | s4:torture/raw/open.c - remove unused variables and fix error handling | Matthias Dieter Wallnöfer | 2010-05-21 | 1 | -8/+3 |
| | |||||
* | s4:ntvfs/ipc/vfs_ipc.c - add more "const" in order to fix warnings | Matthias Dieter Wallnöfer | 2010-05-21 | 1 | -2/+2 |
| | |||||
* | s4:ntvfs/posix/pvfs_wait.c - fix a "calculated value unused" warning | Matthias Dieter Wallnöfer | 2010-05-21 | 1 | -3/+5 |
| | | | | | The calculated value is "req" (!= NULL) if "talloc_reference" did work correctly or it is NULL if we ran out of memory. | ||||
* | Fix bug #7448 - smbd crash when sambaLMPassword and sambaNTPassword entries ↵ | Roel van Meer | 2010-05-21 | 1 | -0/+3 |
| | | | | | | missing from ldap. Protect SMBsesskeygen_ntv1() from a NULL pointer. | ||||
* | Make krb5 over SMB2 identical to the way we handle it in SMB1. | Jeremy Allison | 2010-05-21 | 1 | -2/+50 |
| | | | | Jeremy. | ||||
* | Doh! If you're going to give advice in "useage", make sure it's correct. | Jeremy Allison | 2010-05-21 | 1 | -2/+2 |
| | | | | Jeremy. | ||||
* | Add comments to usage error message for -k to make it obvious what this needs. | Jeremy Allison | 2010-05-21 | 1 | -2/+3 |
| | | | | Jeremy. | ||||
* | Set SMB2 max read/write/trans sizes to Win7 compatible - 1Mb. | Jeremy Allison | 2010-05-21 | 1 | -3/+3 |
| | | | | Jeremy. | ||||
* | s3: added support for fake oplocks in SMB2. | Ira Cooper | 2010-05-21 | 1 | -2/+14 |
| | |||||
* | s4-smbtorture: Fix NetUserPasswordSet2 RAP tests. | Günther Deschner | 2010-05-21 | 1 | -5/+40 |
| | | | | Guenther | ||||
* | s4-smbtorture: fix smbcli_rap_netuserpasswordset2(). | Günther Deschner | 2010-05-21 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | rap: fix rap_NetUserPasswordSet2 IDL. | Günther Deschner | 2010-05-21 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | s3-net: fix net_ads_gpo() for non-ads case. | Günther Deschner | 2010-05-21 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s4-drsuapi: Sort ATTID definitions by ATTID value | Kamen Mazdrashki | 2010-05-21 | 1 | -8/+8 |
| | |||||
* | s4/drsuapi: Yet another set of predefined ATTIDs | Kamen Mazdrashki | 2010-05-21 | 1 | -0/+7 |
| | |||||
* | s4-torture: Improved the winreg symlink test. | Andreas Schneider | 2010-05-21 | 1 | -10/+82 |
| | | | | | | | | This test is still disabled as we don't know how to remove a symbolic link. It looks like there only DeleteKey functions which can work on a handle are able to delete a symbolic link. Pair-Programmed-With: Michael Adam <obnox@samba.org> | ||||
* | s4-torture: Disable the security descriptor tests. | Andreas Schneider | 2010-05-21 | 1 | -2/+7 |
| | |||||
* | s4-torture: Try to fix the winreg tests. | Andreas Schneider | 2010-05-21 | 1 | -42/+76 |
| | |||||
* | s4:ldb: add --controls support to ldbedit | Stefan Metzmacher | 2010-05-21 | 1 | -5/+12 |
| | | | | metze | ||||
* | wafsamba: Disable the abi checks when gdb is not available | Thomas Nagy | 2010-05-21 | 1 | -0/+4 |
| | | | | | | | Try to find gdb during the configuration, if gdb is missing, disable the abi checks. Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s4:libcli/ldap Update headermap.txt (autotools build) and wscript_build for ↵ | Andrew Bartlett | 2010-05-21 | 2 | -2/+2 |
| | | | | | | | | libcli_ldap.h It took a little while to find where to update this... Andrew Bartlett | ||||
* | s4:torture:winreg: improve error messages in test_HKLM_wellknown | Michael Adam | 2010-05-21 | 1 | -3/+3 |
| | |||||
* | s4:torture:winreg: improve error messages in test_QueryValue_full | Michael Adam | 2010-05-21 | 1 | -7/+9 |
| | | | | So that one has a chance to tell what part of the test failed. And why. | ||||
* | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 2010-05-21 | 125 | -1297/+1290 |
| | | | | | | | | | | This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 types | Andrew Bartlett | 2010-05-21 | 9 | -324/+324 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s4:libcli/ldap Rename ldap.h to libcli_ldap.h | Andrew Bartlett | 2010-05-21 | 17 | -15/+9 |
| | | | | | | | It is a problem if a samba header is called ldap.h if we also want to use OpenLDAP's ldap.h Andrew Bartlett | ||||
* | s4:auth Remove un-needed headers. | Andrew Bartlett | 2010-05-21 | 5 | -9/+0 |
| | |||||
* | s4:auth Fix previous commit - segfault in determinging a user's groups | Andrew Bartlett | 2010-05-21 | 1 | -5/+3 |
| | | | | | | The previous commit didn't include these vital fixes. Andrew Bartlett | ||||
* | Revert "Make -k a simple non-bool option." | Andrew Bartlett | 2010-05-21 | 1 | -0/+9 |
| | | | | | | | | | | | | | | This reverts commit 2bbf055dbb15ea99b80ae66adc906ad5494a3999. This change broke 'make test', because the current syntax is deliberate and an integral part of how Samba4 uses Kerberos. If a change like this is to be implemented, then careful review of all our test scripts must be taken first, and then new options such as --dont-use-kerberos, --may-use-kerberos and --must-use-kerberos should be added. Andrew Bartlett | ||||
* | s4:auth Error out when a memberOf DN does not have a SID | Andrew Bartlett | 2010-05-21 | 1 | -13/+8 |
| | | | | | | We previously segfaulted if this was not the case. Andrew Bartlett | ||||
* | s4-smbtorture: add kernel_mode_registry_path(). | Günther Deschner | 2010-05-21 | 1 | -0/+22 |
| | | | | Guenther | ||||
* | s4-smbtorture: Fix volatile test in RPC-WINREG. | Günther Deschner | 2010-05-21 | 1 | -10/+84 |
| | | | | Guenther | ||||
* | s3: registry: add tests with empty valuename | Gregor Beck | 2010-05-21 | 1 | -13/+25 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3: registry: let test_setvalue use getvalueraw instead of enumerate | Gregor Beck | 2010-05-21 | 1 | -22/+6 |
| | | | | | | simplifies code, prerequisite to handle empty valuenames Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3: registry: fix query empty valuenames | Gregor Beck | 2010-05-21 | 1 | -1/+1 |
| | | | | | | | | Remove a check introduced with commit 80c2446321c519797a57b8006942a983f8481d79 wich causes queries for values with empty name to fail. Empty valuenames are used for the so called default value of a key. Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3-waf: Actually make --with/--without-swat work | Kai Blin | 2010-05-21 | 2 | -1/+4 |
| | |||||
* | s3-waf: Really disable winbindd build when --without-winbind is specified | Kai Blin | 2010-05-21 | 2 | -1/+2 |
| | |||||
* | Make -k a simple non-bool option. | Jeremy Allison | 2010-05-20 | 1 | -9/+0 |
| | | | | Jeremy. | ||||
* | Fix what looks like a cut-and-paste error in our read_negTokenInit() function. | Jeremy Allison | 2010-05-20 | 1 | -4/+4 |
| | | | | | | | | | | | We should never be calling asn1_push_XXX functions inside an asn1 reading function. Change asn1_push_tag() -> asn1_start_tag() and asn1_pop_tag() -> asn1_end_tag(). This allows us to connect to a NetApp filer at the Microsoft plugfest. Andrew PLEASE CHECK ! Jeremy. | ||||
* | waf: fix the build of nsswitch libwbclient. | Günther Deschner | 2010-05-20 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | s4-smbtorture: use push_reg_sz/push_reg_multi_sz in spoolss tests. | Günther Deschner | 2010-05-20 | 1 | -14/+12 |
| | | | | Guenther |