summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-20Fix crypto test.Jelmer Vernooij1-1/+1
2008-10-20Import comments about opcodes from Samba 3.Jelmer Vernooij1-20/+20
2008-10-20Move discard_const hack to memory.hso it can be used by Samba 3.Jelmer Vernooij2-27/+25
2008-10-20Remove unused macro CONST_ADD.Jelmer Vernooij1-1/+0
2008-10-20Remove unused define for crypt (now in libreplace).Jelmer Vernooij1-4/+0
2008-10-20Provide two symbols to allow ndrdump compiled by Samba 3 to be used forJelmer Vernooij2-1/+2
Samba 4.
2008-10-20Fix merged build; use full libroken rather than just a couple of object files.Jelmer Vernooij1-9/+2
2008-10-20Add missing asn1 object.Jelmer Vernooij1-1/+1
2008-10-20Use tables in Samba 3 ndrdump.Jelmer Vernooij7-23/+112
2008-10-20Fix names in winreg torture tests.Jelmer Vernooij2-3/+3
2008-10-20Also build all other Samba 4 binaries during merged build.Jelmer Vernooij1-3/+2
2008-10-20Also move wireshark conformance file.Jelmer Vernooij1-0/+0
2008-10-20Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij19-271/+1192
2008-10-20Regenerate pidl output.Jelmer Vernooij8-95/+16
2008-10-20Share winreg.idl.Jelmer Vernooij3-412/+2
2008-10-20s3: forgot to remove old copy of krb5pac.idl.Günther Deschner1-120/+0
Guenther
2008-10-20idl: finally share krb5_pac.idl.Günther Deschner5-27/+147
Guenther
2008-10-20Rework mkrelease.sh to exclude Samba3 filesAndrew Bartlett1-3/+13
This matches my proposal to samba-technical, and should allow a Samba4 release to be made shortly. Andrew Bartlett
2008-10-20Make the updated RPC-LSA pass against Win2008, and Samba4 to matchAndrew Bartlett2-1/+3
2008-10-20LSA Patch for User ManagerMatthias Dieter Wallnöfer3-107/+195
New (major) patch ================= - Enhances the "lsa.idl" file in the sense that it adds more values to "PolicyInformation" to improve the "lsa_QueryInfoPolicy*" calls. - Adds a minimal implementation for "AuditEvents" (also lsa_QueryInfoPolicy* calls) to enable the "Audit" option in the "User Manager for Domains" (at least readable). - Adds to the "lsa.idl" file the system access mode flags needed for the calls "lsa_*SystemAccessAccount". - Fill in the "lsa_GetSystemAccessAccount" for enabling the "User Rights" option in the "User Manager for Domains" (at least readable). - Merge the two similar torture tests of the "lsa_QueryInfoPolicy*" calls in one using "if"'s for a few separations. - Add a torture test for "lsa_GetSystemAccessAccount". - Some cosmetic-only changes (unifications) in output strings in the "LSA" torture test. The work has been done using the Microsoft WSPP docs. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2008-10-20Mark clearTextPassword as a privilaged attributeAndrew Bartlett1-0/+1
2008-10-20Actually test the kpasswd serverAndrew Bartlett1-3/+41
This uses kpasswd operated as a blackbox, assisted by the newly imported rkpty tool. Andrew Bartlett
2008-10-20Ensure the hdb_method structure is not on the stack.Andrew Bartlett1-5/+5
We supply this to krb5 as a plugin, so we must keep it around as long as the krb5_context. Andrew Bartlett
2008-10-20Add samba4kpasswd and rkpty binariesAndrew Bartlett6-7/+789
smaba4kpasswd will be used to test the kpasswdd componet of the KDC (which is up until now untested), and rkpty is an expect-like wrapper we can use to blackbox that utility. Andrew Bartlett
2008-10-20Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij3-117/+126
2008-10-20Export variables correctly for blackbox tests (thanks metze).Jelmer Vernooij2-0/+3
2008-10-20Rename BAD to BAD_DATA since the first is already defined on SunOS.Jelmer Vernooij4-42/+42
2008-10-20Don't assume crypt.h is present even if crypt() is.Jelmer Vernooij2-0/+3
2008-10-20Fix blackbox tests on IPv6-only hosts.Jelmer Vernooij2-6/+17
2008-10-19Fix 64-bit printf warningsVolker Lendecke1-3/+5
2008-10-19Fix nonempty blank linesVolker Lendecke1-91/+91
2008-10-19"fn_new"->"fn" in smb_messages[], we got beyond that :-)Volker Lendecke1-3/+3
2008-10-19Use a direct compare instead of calling strncmp in valid_smb_headerVolker Lendecke1-1/+5
2008-10-19Move the global hosts_allow() check out of the processing loopVolker Lendecke1-19/+22
2008-10-19Move Samba4-specific code out of selftest.Jelmer Vernooij2-15/+43
2008-10-19Use _EXT version of autoconf macro.Jelmer Vernooij1-1/+1
2008-10-19vlp: Move closer to the code tested.Kai Blin4-33/+3
2008-10-19Make sure crypt libs get included.Jelmer Vernooij2-1/+3
2008-10-19Fix typo.Jelmer Vernooij1-1/+1
2008-10-19Fix formatting in selftest help output.Jelmer Vernooij1-4/+4
2008-10-19Fix comment after paths have changed.Jelmer Vernooij1-2/+2
2008-10-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij89-3955/+2351
2008-10-19Fix segfault when using DEBUG() in the merged build.Jelmer Vernooij1-1/+4
2008-10-19Move smb.conf parser to libutil to match Samba 4.Jelmer Vernooij1-2/+3
2008-10-19Just call talloc_free directly rather than through a helper function.Jelmer Vernooij1-7/+2
2008-10-19Add vlp to TORTURE_PROGS since it's required by "make test".Jelmer Vernooij1-2/+2
2008-10-19rpc: Fix the merged build breaking on StrnCaseCmp.Kai Blin1-8/+2
2008-10-19Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij3-528/+298
2008-10-19Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij7-25/+13
Since it's a function it just sets the local pointer to NULL and basically is an equivalent to free(). It also claims it's being used for callbacks but isn't used that way anywhere.
2008-10-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into strhexJelmer Vernooij4-35/+35