summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij78-86/+132
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
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
2008-10-20idl: finally share krb5_pac.idl.Günther Deschner5-27/+147
2008-10-20Rework mkrelease.sh to exclude Samba3 filesAndrew Bartlett1-3/+13
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
2008-10-20Mark clearTextPassword as a privilaged attributeAndrew Bartlett1-0/+1
2008-10-20Actually test the kpasswd serverAndrew Bartlett1-3/+41
2008-10-20Ensure the hdb_method structure is not on the stack.Andrew Bartlett1-5/+5
2008-10-20Add samba4kpasswd and rkpty binariesAndrew Bartlett6-7/+789
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