summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-05-21s4-smbtorture: Fix NetUserPasswordSet2 RAP tests.Günther Deschner1-5/+40
Guenther
2010-05-21s4-smbtorture: fix smbcli_rap_netuserpasswordset2().Günther Deschner1-2/+2
Guenther
2010-05-21rap: fix rap_NetUserPasswordSet2 IDL.Günther Deschner1-2/+2
Guenther
2010-05-21s3-net: fix net_ads_gpo() for non-ads case.Günther Deschner1-1/+1
Guenther
2010-05-21s4-drsuapi: Sort ATTID definitions by ATTID valueKamen Mazdrashki1-8/+8
2010-05-21s4/drsuapi: Yet another set of predefined ATTIDsKamen Mazdrashki1-0/+7
2010-05-21s4-torture: Improved the winreg symlink test.Andreas Schneider1-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>
2010-05-21s4-torture: Disable the security descriptor tests.Andreas Schneider1-2/+7
2010-05-21s4-torture: Try to fix the winreg tests.Andreas Schneider1-42/+76
2010-05-21s4:ldb: add --controls support to ldbeditStefan Metzmacher1-5/+12
metze
2010-05-21wafsamba: Disable the abi checks when gdb is not availableThomas Nagy1-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>
2010-05-21s4:libcli/ldap Update headermap.txt (autotools build) and wscript_build for ↵Andrew Bartlett2-2/+2
libcli_ldap.h It took a little while to find where to update this... Andrew Bartlett
2010-05-21s4:torture:winreg: improve error messages in test_HKLM_wellknownMichael Adam1-3/+3
2010-05-21s4:torture:winreg: improve error messages in test_QueryValue_fullMichael Adam1-7/+9
So that one has a chance to tell what part of the test failed. And why.
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett125-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>
2010-05-21s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett9-324/+324
Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-21s4:libcli/ldap Rename ldap.h to libcli_ldap.hAndrew Bartlett17-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
2010-05-21s4:auth Remove un-needed headers.Andrew Bartlett5-9/+0
2010-05-21s4:auth Fix previous commit - segfault in determinging a user's groupsAndrew Bartlett1-5/+3
The previous commit didn't include these vital fixes. Andrew Bartlett
2010-05-21Revert "Make -k a simple non-bool option."Andrew Bartlett1-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
2010-05-21s4:auth Error out when a memberOf DN does not have a SIDAndrew Bartlett1-13/+8
We previously segfaulted if this was not the case. Andrew Bartlett
2010-05-21s4-smbtorture: add kernel_mode_registry_path().Günther Deschner1-0/+22
Guenther
2010-05-21s4-smbtorture: Fix volatile test in RPC-WINREG.Günther Deschner1-10/+84
Guenther
2010-05-21s3: registry: add tests with empty valuenameGregor Beck1-13/+25
Signed-off-by: Michael Adam <obnox@samba.org>
2010-05-21s3: registry: let test_setvalue use getvalueraw instead of enumerateGregor Beck1-22/+6
simplifies code, prerequisite to handle empty valuenames Signed-off-by: Michael Adam <obnox@samba.org>
2010-05-21s3: registry: fix query empty valuenamesGregor Beck1-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>
2010-05-21s3-waf: Actually make --with/--without-swat workKai Blin2-1/+4
2010-05-21s3-waf: Really disable winbindd build when --without-winbind is specifiedKai Blin2-1/+2
2010-05-20Make -k a simple non-bool option.Jeremy Allison1-9/+0
Jeremy.
2010-05-20Fix what looks like a cut-and-paste error in our read_negTokenInit() function.Jeremy Allison1-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.
2010-05-20waf: fix the build of nsswitch libwbclient.Günther Deschner1-1/+0
Guenther
2010-05-20s4-smbtorture: use push_reg_sz/push_reg_multi_sz in spoolss tests.Günther Deschner1-14/+12
Guenther
2010-05-20s4-smbtorture: pass down hkey to main keytest in RPC-WINREG.Günther Deschner1-9/+26
Guenther
2010-05-20s4-smbtorture: print local_machine name in ↵Günther Deschner1-2/+3
RemoteFindFirstPrinterChangeNotifyEx test. Guenther
2010-05-20s4-smbtorture: use push_reg_sz()/push_reg_multi_sz() in RPC-WINREG.Günther Deschner1-19/+7
Guenther
2010-05-20s3-waf: ndr string functions moved to top levelKai Blin1-1/+1
2010-05-20s3-waf: Fix the build after rebaseKai Blin1-2/+4
2010-05-20s3-waf: more elaborate host_os check for STAT_ST_BLOCKSIZEKai Blin1-4/+11
2010-05-20s3-waf: fix linking of eventlogadm by adding cap as dependencyMichael Adam1-1/+1
2010-05-20s3-waf: fix linking of swat by adding cap as dependencyMichael Adam1-1/+1
2010-05-20s3-waf: Fix build with ldap by adding a SMBLDAP subsystemKai Blin1-4/+9
2010-05-20s3-waf: fix the winbindd build againKai Blin2-1/+4
2010-05-20s3-waf: Fix up PIDL includes.Kai Blin1-1/+1
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-05-20s3-waf: Some files moved during the rebaseKai Blin1-2/+2
2010-05-20s3-waf: Add autogeneration with PIDLStefan Metzmacher2-0/+10
2010-05-20s3-waf: Remove references to LDBKai Blin1-39/+5
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-05-20s3-waf: Also include source4/ when looking for headersStefan Metzmacher1-1/+1
2010-05-20s3-waf: build shared modules as subsystemsKai Blin2-6/+20
2010-05-20s3-waf: autogenerate lists of static modulesKai Blin2-29/+44
2010-05-20s3-waf: clean up includesKai Blin1-5/+0