summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2010-05-20s3-waf: create a SECRETS subsystemKai Blin1-6/+7
2010-05-20s3-waf: clean up dependencies a littleKai Blin1-17/+11
2010-05-20s3-waf: tdb includes are in lib/tdb/includeKai Blin1-1/+1
2010-05-20s3-waf: fix eventlogadm build with winbindKai Blin1-1/+1
2010-05-20s3-waf: Autogenerate the static and dynamic init function callsKai Blin1-4/+23
2010-05-20s3-waf: add popt and tdb include dirs to the includes listKai Blin1-1/+1
2010-05-20s3-waf: Fix up the winbindd buildKai Blin1-0/+2
2010-05-20s3-waf: add eventlogadm binaryKai Blin1-7/+15
2010-05-20s3-waf: Use a common subsystem for the kerberos client codeKai Blin1-10/+13
2010-05-20s3-waf: Use a common subsystem for samba-popt codeKai Blin1-15/+21
2010-05-20s3-waf: note that the options are brokenKai Blin1-0/+2
2010-05-20s3-waf: replace all - with _ in the configuration option namesKai Blin1-1/+1
2010-05-20s3-waf: Build swatKai Blin2-1/+20
2010-05-20s3-waf: build winbindd againKai Blin1-3/+2
2010-05-20s3-waf: fix up the LDAP objects if LDAP isn't builtKai Blin1-2/+2
2010-05-20s3-waf: install swat filesAndrew Tridgell1-1/+4