summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make DFS work over SMB2.Jeremy Allison2010-05-216-17/+58
| | | | Jeremy.
* s4:torture/rap/rap.c - quiet discard const warningMatthias Dieter Wallnöfer2010-05-211-1/+1
|
* s4:torture/raw/open.c - remove unused variables and fix error handlingMatthias Dieter Wallnöfer2010-05-211-8/+3
|
* s4:ntvfs/ipc/vfs_ipc.c - add more "const" in order to fix warningsMatthias Dieter Wallnöfer2010-05-211-2/+2
|
* s4:ntvfs/posix/pvfs_wait.c - fix a "calculated value unused" warningMatthias Dieter Wallnöfer2010-05-211-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 Meer2010-05-211-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 Allison2010-05-211-2/+50
| | | | Jeremy.
* Doh! If you're going to give advice in "useage", make sure it's correct.Jeremy Allison2010-05-211-2/+2
| | | | Jeremy.
* Add comments to usage error message for -k to make it obvious what this needs.Jeremy Allison2010-05-211-2/+3
| | | | Jeremy.
* Set SMB2 max read/write/trans sizes to Win7 compatible - 1Mb.Jeremy Allison2010-05-211-3/+3
| | | | Jeremy.
* s3: added support for fake oplocks in SMB2.Ira Cooper2010-05-211-2/+14
|
* s4-smbtorture: Fix NetUserPasswordSet2 RAP tests.Günther Deschner2010-05-211-5/+40
| | | | Guenther
* s4-smbtorture: fix smbcli_rap_netuserpasswordset2().Günther Deschner2010-05-211-2/+2
| | | | Guenther
* rap: fix rap_NetUserPasswordSet2 IDL.Günther Deschner2010-05-211-2/+2
| | | | Guenther
* s3-net: fix net_ads_gpo() for non-ads case.Günther Deschner2010-05-211-1/+1
| | | | Guenther
* s4-drsuapi: Sort ATTID definitions by ATTID valueKamen Mazdrashki2010-05-211-8/+8
|
* s4/drsuapi: Yet another set of predefined ATTIDsKamen Mazdrashki2010-05-211-0/+7
|
* s4-torture: Improved the winreg symlink test.Andreas Schneider2010-05-211-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 Schneider2010-05-211-2/+7
|
* s4-torture: Try to fix the winreg tests.Andreas Schneider2010-05-211-42/+76
|
* s4:ldb: add --controls support to ldbeditStefan Metzmacher2010-05-211-5/+12
| | | | metze
* wafsamba: Disable the abi checks when gdb is not availableThomas Nagy2010-05-211-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 Bartlett2010-05-212-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_wellknownMichael Adam2010-05-211-3/+3
|
* s4:torture:winreg: improve error messages in test_QueryValue_fullMichael Adam2010-05-211-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_sidAndrew Bartlett2010-05-21125-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 typesAndrew Bartlett2010-05-219-324/+324
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s4:libcli/ldap Rename ldap.h to libcli_ldap.hAndrew Bartlett2010-05-2117-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 Bartlett2010-05-215-9/+0
|
* s4:auth Fix previous commit - segfault in determinging a user's groupsAndrew Bartlett2010-05-211-5/+3
| | | | | | The previous commit didn't include these vital fixes. Andrew Bartlett
* Revert "Make -k a simple non-bool option."Andrew Bartlett2010-05-211-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 SIDAndrew Bartlett2010-05-211-13/+8
| | | | | | We previously segfaulted if this was not the case. Andrew Bartlett
* s4-smbtorture: add kernel_mode_registry_path().Günther Deschner2010-05-211-0/+22
| | | | Guenther
* s4-smbtorture: Fix volatile test in RPC-WINREG.Günther Deschner2010-05-211-10/+84
| | | | Guenther
* s3: registry: add tests with empty valuenameGregor Beck2010-05-211-13/+25
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3: registry: let test_setvalue use getvalueraw instead of enumerateGregor Beck2010-05-211-22/+6
| | | | | | simplifies code, prerequisite to handle empty valuenames Signed-off-by: Michael Adam <obnox@samba.org>
* s3: registry: fix query empty valuenamesGregor Beck2010-05-211-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 workKai Blin2010-05-212-1/+4
|
* s3-waf: Really disable winbindd build when --without-winbind is specifiedKai Blin2010-05-212-1/+2
|
* Make -k a simple non-bool option.Jeremy Allison2010-05-201-9/+0
| | | | Jeremy.
* Fix what looks like a cut-and-paste error in our read_negTokenInit() function.Jeremy Allison2010-05-201-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 Deschner2010-05-201-1/+0
| | | | Guenther
* s4-smbtorture: use push_reg_sz/push_reg_multi_sz in spoolss tests.Günther Deschner2010-05-201-14/+12
| | | | Guenther
* s4-smbtorture: pass down hkey to main keytest in RPC-WINREG.Günther Deschner2010-05-201-9/+26
| | | | Guenther
* s4-smbtorture: print local_machine name in ↵Günther Deschner2010-05-201-2/+3
| | | | | | RemoteFindFirstPrinterChangeNotifyEx test. Guenther
* s4-smbtorture: use push_reg_sz()/push_reg_multi_sz() in RPC-WINREG.Günther Deschner2010-05-201-19/+7
| | | | Guenther
* s3-waf: ndr string functions moved to top levelKai Blin2010-05-201-1/+1
|
* s3-waf: Fix the build after rebaseKai Blin2010-05-201-2/+4
|
* s3-waf: more elaborate host_os check for STAT_ST_BLOCKSIZEKai Blin2010-05-201-4/+11
|
* s3-waf: fix linking of eventlogadm by adding cap as dependencyMichael Adam2010-05-201-1/+1
|