metze/samba/wb-ndr.git
2008-09-15 Stefan MetzmacherTODO: idl_types.h: remove unused string stuff v4-0-idl
2008-09-14 Jeremy AllisonRemove unecessary msync. save-diskspace-heads/old-v4-0-test
2008-09-14 Simo SorceThe msync manpage reports that msync *must* be called...
2008-09-14 Volker LendeckeAttempt to fix bug 5684
2008-09-14 Stefan MetzmacherFix warnings on SuSE 9.0.
2008-09-14 Volker LendeckeFix bug 5400
2008-09-14 Stefan MetzmacherFix out of tree build. Remove the embedded srcdir...
2008-09-14 Yannick Bergeronusing NGROUPS_MAX instead of 32 for the max group value...
2008-09-14 Yannick BergeronSolve an IBM XL C/C++ compiler error encountered in...
2008-09-14 Karolin SeegerFix typo.
2008-09-14 Volker LendeckeCorrectly find a [u]int32_t replacement
2008-09-14 Jeremy AllisonFix replacement getpass. If we ^C at the prompt echo...
2008-09-13 Stefan Metzmacherrpc_server: don't send auth trailers in level connect
2008-09-13 Stefan Metzmacherlibrpc/rpc: don't send auth trailers in level connect
2008-09-13 Stefan Metzmacherrpc_server: correctly calculate the auth padding
2008-09-13 Stefan Metzmacherclient free credentials when not needed anymore
2008-09-12 Jeremy AllisonComment the delay write time tests so I know what they're
2008-09-12 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-09-12 Jelmer VernooijRevert "Add option for generating coverage data from...
2008-09-12 Simo SorceRemove ancient remains of first experimentations about
2008-09-12 Simo SorceFix spellings and file names
2008-09-12 Stefan Metzmacherrename packaging => packaging4
2008-09-12 Stefan Metzmacheradd '4' to the end of some filesnames
2008-09-12 Stefan Metzmacherrename swat => swat2, so that we don't conflict with...
2008-09-11 Andrew BartlettFix failure to load the schema on read-only DB.
2008-09-11 Andrew BartlettRemove the complexity of transactions from the attribut...
2008-09-11 Andrew BartlettMake cn=aggregate output less pretty, by more like...
2008-09-11 Andrew BartlettFix failures in the winbind struct-based test.
2008-09-10 Jeremy AllisonMerge branch 'v4-0-test' of ssh://jra@git.samba.org...
2008-09-10 Jeremy AllisonA truncate write must be a smbcli_smbwrite, not a
2008-09-10 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-09-10 Andrew BartlettReturn the same privilaged winbindd socket as we actual...
2008-09-09 Matthias Dieter... Fix uninstalling of binaries.
2008-09-09 Jelmer VernooijMerge branch 'v4-0-regClient' of git://repo.or.cz/Samba...
2008-09-09 Jelmer VernooijOnly try with -LPYTHONDIR/lib when python-config output...
2008-09-09 Volker LendeckeAttempt to correctly find python on host sunx
2008-09-09 Jelmer VernooijRemove unused scripts for installing binaries.
2008-09-09 Matthias Dieter... Fix up the "reg_common_open_remote" call
2008-09-09 Matthias Dieter... Two useful "regshell" improvements
2008-09-09 Jelmer VernooijRemove calls to unused uninstallbin.sh
2008-09-09 Jelmer VernooijAdd option for generating coverage data from python...
2008-09-09 Stefan MetzmacherUNIX-WHOAMI: fix compiler warnings
2008-09-09 Stefan Metzmacherdrsblobs.idl: add parser for ExtendedErrorInfo see...
2008-09-09 Andrew BartlettFix reversed test trying to fix bug #5713
2008-09-09 Andrew BartlettFix bug #5713 by correcting the generated schema.
2008-09-08 Jeremy AllisonMake it easier to see when tests start/end.
2008-09-08 Stefan MetzmacherBASE-DELAYWRITE: test behavior of SMBwrite truncate...
2008-09-08 Stefan MetzmacherBASE-DELAYWRITE: test behavior of writeX, SMBwrite...
2008-09-08 Stefan MetzmacherBASE-DELAYWRITE: demonstrate that a truncate write...
2008-09-08 Stefan MetzmacherBASE-DELAYWRITE: demonstrate that the time between...
2008-09-08 Stefan MetzmacherBASE-DELAYWRITE: test more details of the truncate...
2008-09-08 Andrew BartlettMake it clear that the MMR password can differ from...
2008-09-08 Oliver LiebelUse DIGEST-MD5 authentication for OpenLDAP replication
2008-09-08 Andrew BartlettAdd definition for SYSTEM_FLAG_ATTR_IS_RDN
2008-09-08 Andrew BartlettMove blackbox.smbclient to test against the member...
2008-09-08 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-09-08 Andrew BartlettSimplfy SetSecrets behaviour in line with RPC-LSA and...
2008-09-08 Andrew BartlettTry to implement the right logic for systemFlags
2008-09-08 Andrew BartlettDon't expose passwords, even to the administrator.
2008-09-08 Andrew BartlettMore work towards trusted domains support in Samba4...
2008-09-07 Stefan Metzmacherndr_compression: add XPRESS compression support
2008-09-07 Matthieu Suichelzxpress: Import of lzxpress compression
2008-09-07 Stefan Metzmacherndr_compression: fix the build after lzxpress_decompres...
2008-09-07 Matthieu Suichelzxpress: fix for decompression...
2008-09-06 Simo SorceAlways free tmp contexts before returning
2008-09-06 Stefan Metzmacherzlib: we require zlib-1.2.3 or higher
2008-09-06 Stefan MetzmacherRevert "zlib: add inflateReset2()..."
2008-09-06 Stefan MetzmacherRevert "zlib: we don't need the inflateReset2 prototype...
2008-09-06 Stefan Metzmacherndr_compression: change debug levels
2008-09-06 Stefan Metzmacherndr_compression: use deflateReset() together with defal...
2008-09-06 Stefan Metzmacherndr_compression: use inflateReset() and inflateSetDicti...
2008-09-06 Jeremy AllisonDon't compare identity, it'll never be different.
2008-09-06 Oliver LiebelRemove <tab> in OpenLDAP MMR config
2008-09-05 Andrew BartlettMake SMB signing work with Windows 2008 and kerberos.
2008-09-05 Jeremy AllisonAdded tests that show that write time update is immediate
2008-09-05 Andrew BartlettAdd a new error code
2008-09-05 Andrew BartlettUpdate copyright
2008-09-05 Andrew BartlettUpdate copyright, I've been working here many long...
2008-09-05 Andrew BartlettMove our DC to implement mandetory signing.
2008-09-05 Andrew BartlettWith a windows 2008 client, even anonymous requires...
2008-09-04 Andrew BartlettMore work to implement LSA CreateTrustedDomainEx2
2008-09-04 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-09-04 Andrew BartlettMerge commit 'origin/v4-0-test' into trusted-domains
2008-09-03 Jelmer VernooijRegenerate SWIG file.
2008-09-03 Jelmer VernooijAvoid using version call for version string.
2008-09-03 Jelmer VernooijAllow overriding shared library policy using environmen...
2008-09-03 Jelmer VernooijFix embedding of Samba 4.
2008-09-03 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-09-03 Andrew BartlettImplement NETLOGON PAC verfication on the server-side
2008-09-03 Andrew BartlettMerge krb5_cksumtype_to_enctype from Heimdal svn -r...
2008-09-03 Andrew BartlettTest a few more error cases in RPC-PAC
2008-09-02 Andrew BartlettStart testing CreateTrustedDomainEx2
2008-09-02 Andrew BartlettShare IDL between the LSA and drsblob representations...
2008-09-01 Andrew BartlettFollow MS-LSAD 3.1.4.7.12 and set defaults when creatin...
2008-08-29 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-29 Andrew TridgellAdd a setexpiry operation in samdb.py
2008-08-29 Andrew Tridgelladded a simple script for setting password expiry
2008-08-29 Andrew BartlettStart implementing the server-sde NETLOGON PAC verifica...
2008-08-29 Andrew BartlettIt turns out that the Netlogon PAC verification is...
2008-08-29 Andrew BartlettUpdate packaging per suggestions on the review
next