tprouty/samba.git
2008-10-21 Jelmer VernooijPrevent warning about directory already existing.
2008-10-21 Jelmer VernooijFix rpcecho test.
2008-10-21 Günther Deschners3-build: fix the build.
2008-10-21 Günther Deschners3-lsa-server: fix _lsa_GetUserName.
2008-10-20 Jeremy AllisonRemove the requirement for ldap call made as root....
2008-10-20 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-20 Jeremy AllisonFix warnings.
2008-10-20 Günther Deschners3-rpcclient: fix cmd_lsa build.
2008-10-20 Günther Deschners3-build: re-run make samba3-idl.
2008-10-20 Günther Deschneridl: merge from s4 lsa.idl to s3.
2008-10-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-20 Jelmer VernooijAdd source4/ to include path because librpc/gen_ndr...
2008-10-20 Volker LendeckeFix a valgrind error in idmap_ad_sids_to_unixids()
2008-10-20 Günther Deschners3-samr-server: be consistent when reporting we do...
2008-10-20 Jelmer VernooijAdd missing prototypes for samba3-specific libndr/util.c
2008-10-20 Jelmer VernooijSync syntax of srvsvc.idl with samba3.
2008-10-20 Günther Deschners3-build: no need to duplicate generated ndr_ prototypes.
2008-10-20 Günther Deschners3-build: no need to duplicate generated srv_ prototypes.
2008-10-20 Jelmer VernooijInclude generated header files rather than using manual...
2008-10-20 Jelmer VernooijMove orpc to top-level directory.
2008-10-20 Jelmer VernooijRemove unused function str_list_match.
2008-10-20 Jelmer VernooijMove WMI support code to top-level.
2008-10-20 Jelmer VernooijMake sure prototypes are always included, make some...
2008-10-20 Jelmer VernooijFix crypto test.
2008-10-20 Jelmer VernooijImport comments about opcodes from Samba 3.
2008-10-20 Jelmer VernooijMove discard_const hack to memory.hso it can be used...
2008-10-20 Jelmer VernooijRemove unused macro CONST_ADD.
2008-10-20 Jelmer VernooijRemove unused define for crypt (now in libreplace).
2008-10-20 Günther DeschnerRevert "s4: fix the build after winreg idl changes."
2008-10-20 Günther Deschners4: fix the build after winreg idl changes.
2008-10-20 Jelmer VernooijProvide two symbols to allow ndrdump compiled by Samba...
2008-10-20 Jelmer VernooijFix merged build; use full libroken rather than just...
2008-10-20 Jelmer VernooijAdd missing asn1 object.
2008-10-20 Jelmer VernooijUse tables in Samba 3 ndrdump.
2008-10-20 Jelmer VernooijFix names in winreg torture tests.
2008-10-20 Jelmer VernooijAlso build all other Samba 4 binaries during merged...
2008-10-20 Jelmer VernooijAlso move wireshark conformance file.
2008-10-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jelmer VernooijRegenerate pidl output.
2008-10-20 Jelmer VernooijShare winreg.idl.
2008-10-20 Günther Deschners3: forgot to remove old copy of krb5pac.idl.
2008-10-20 Günther Deschneridl: finally share krb5_pac.idl.
2008-10-20 Andrew BartlettRework mkrelease.sh to exclude Samba3 files
2008-10-20 Andrew BartlettMake the updated RPC-LSA pass against Win2008, and...
2008-10-20 Matthias Dieter... LSA Patch for User Manager
2008-10-20 Andrew BartlettMark clearTextPassword as a privilaged attribute
2008-10-20 Andrew BartlettActually test the kpasswd server
2008-10-20 Andrew BartlettEnsure the hdb_method structure is not on the stack.
2008-10-20 Andrew BartlettAdd samba4kpasswd and rkpty binaries
2008-10-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jelmer VernooijExport variables correctly for blackbox tests (thanks...
2008-10-20 Jelmer VernooijRename BAD to BAD_DATA since the first is already defin...
2008-10-20 Jelmer VernooijDon't assume crypt.h is present even if crypt() is.
2008-10-20 Jelmer VernooijFix blackbox tests on IPv6-only hosts.
2008-10-19 Volker LendeckeFix 64-bit printf warnings
2008-10-19 Volker LendeckeFix nonempty blank lines
2008-10-19 Volker Lendecke"fn_new"->"fn" in smb_messages[], we got beyond that :-)
2008-10-19 Volker LendeckeUse a direct compare instead of calling strncmp in...
2008-10-19 Volker LendeckeMove the global hosts_allow() check out of the processi...
2008-10-19 Jelmer VernooijMove Samba4-specific code out of selftest.
2008-10-19 Jelmer VernooijUse _EXT version of autoconf macro.
2008-10-19 Kai Blinvlp: Move closer to the code tested.
2008-10-19 Jelmer VernooijMake sure crypt libs get included.
2008-10-19 Jelmer VernooijFix typo.
2008-10-19 Jelmer VernooijFix formatting in selftest help output.
2008-10-19 Jelmer VernooijFix comment after paths have changed.
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijFix segfault when using DEBUG() in the merged build.
2008-10-19 Jelmer VernooijMove smb.conf parser to libutil to match Samba 4.
2008-10-19 Jelmer VernooijJust call talloc_free directly rather than through...
2008-10-19 Jelmer VernooijAdd vlp to TORTURE_PROGS since it's required by "make...
2008-10-19 Kai Blinrpc: Fix the merged build breaking on StrnCaseCmp.
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijRemove silly safe_free() function which is a wrapper...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMove more functions out of util_str.c into the shared...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMove README.Debian to the right directory.
2008-10-19 Volker LendeckeInline the once-used macro "init_dfsroot"
2008-10-19 Jelmer VernooijSpecify ZLIB_LIBS explicitly in case zlib isn't brought...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMove SMB-specific attribute function to SMB client...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-19 Jelmer VernooijMake generate_random_buffer signature match that of...
2008-10-19 Jelmer VernooijAdd TALLOC_CTX pointer to generate_random_str(), for...
2008-10-19 Jelmer VernooijRemove defines for QSORT_CAST, already provided by...
2008-10-19 Jelmer VernooijSimplify SIG_ATOMIC_T define, since sig_atomic_t is...
2008-10-19 Jelmer VernooijRemove duplicate macro definitions (already defined...
2008-10-18 Günther Deschners3-build: re-run make samba3-idl.
2008-10-18 Günther Deschnerntsvcs: fill in PNP_GetDeviceList() and correct some...
2008-10-18 Günther Deschneridl: share drsblobs idl.
2008-10-18 Günther Deschnerdrsuapi: fix the drsuapi helper build for samba3.
2008-10-18 Günther Deschnerdrsuapi: build new merged drsuapi idl and helpers.
2008-10-18 Günther Deschnerdrsuapi: share drsuapi idl and helper code.
2008-10-18 Günther Deschners4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuap...
2008-10-18 Günther Deschners4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi...
2008-10-18 Günther Deschners4-drsuapi: merge drsuapi_DsGetDomainControllerInfo...
2008-10-18 Günther Deschners4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3...
2008-10-18 Günther Deschners4-drsuapi: merge drsuapi_DsRemoveDSServer from s3...
2008-10-18 Günther Deschners4-drsuapi: merge drsuapi_DsAddEntry from s3 drsuapi...
next