Remove silly amounts of trailing white spaces.
[tprouty/samba.git] / source /
2007-12-19 Michael AdamRemove silly amounts of trailing white spaces.
2007-12-19 Michael AdamStreamline logic in cm_connect_netlogon()
2007-12-19 Michael Adamr25086: Fix interdomain trusts (this povides the fix...
2007-12-19 Gerald Carterr22709: we can only use tschannel when commectcing...
2007-12-19 Michael AdamIn cm_prepare_connection(), only get auth user creds...
2007-12-19 Michael AdamRemove two unneeded functions.
2007-12-19 Volker Lendeckepacket_struct is used in several places as raw memory
2007-12-19 Volker LendeckeSome paranoia checks
2007-12-19 Volker LendeckeZero the tdb key, there might be padding
2007-12-19 Jeremy AllisonEnsure we can't pass -1 to smb_fn_name(). Fixes bug...
2007-12-17 Jeremy AllisonFix socket_wrapper build for 3.0.x.
2007-12-17 Simo SorceWhile 'data' is usually 0 terminated, nothing in the...
2007-12-17 Jeremy AllisonFix bug #5121 (unix passwd sync bnot working on a strea...
2007-12-17 Simo SorceResolve conflict of merging in J.Layton patch
2007-12-17 Jeff Laytonmount.cifs: fix several problems when mounting subdirec...
2007-12-17 Michael AdamFix flags in all callers of lookup_name() in net_sam.c.
2007-12-17 Michael AdamFix flags in call of lookup_name() in srv_samr_nt.c...
2007-12-17 Michael AdamFix flags in call of lookup_name() in pdb_default_creat...
2007-12-17 Michael AdamAdd combined flag LOOKUP_NAME_LOCAL.
2007-12-17 Michael AdamFix flags in caller of lookup_name() in create_builtin_...
2007-12-16 Jeremy AllisonDoh, fix typo in error exit.
2007-12-16 Jeremy AllisonAdded patch originally by Andreas Schneider <anschneide...
2007-12-16 Jeremy AllisonCope with valgrind > 3.2.x.
2007-12-16 Jeremy AllisonMore work on bug #5082, use LC_ALL as this takes
2007-12-15 Jeremy AllisonFix for bug #5082 from Mathias Gug <mathiaz@ubuntu...
2007-12-15 Jeremy AllisonFix bug #5141, patch from Hans Mayer <hans.mayer@ages...
2007-12-14 Jeremy AllisonWe don't need to call endpwent if we never call getpwent.
2007-12-14 Jeremy AllisonAdd a varient of Steve Langasek <vorlon@debian.org...
2007-12-13 Jeremy AllisonMissed one strcpy call.
2007-12-13 Jeremy AllisonAdd a portable version of strlcpy and strlcat and convert
2007-12-13 Jeremy AllisonFix bug #4784. Patch from Steve Langasek <vorlon@debian...
2007-12-13 Jeremy AllisonMerge debian patch for distclean.
2007-12-13 Jeremy AllisonMerge debian fix for smbstatus locking error message.
2007-12-13 Jeremy AllisonOnly add the non-root escape on !developer.
2007-12-13 Jeremy AllisonFix bug #3727 with patch from Steve Langasek <vorlon...
2007-12-12 Jeremy AllisonMake sure this is fixed for both MIT and Heimdal.
2007-12-12 Jeremy AllisonMerge branch 'v3-0-test' of ssh://jra@git.samba.org...
2007-12-12 Guenther DeschnerVista SP1-rc1 appears to break against Samba-3.0.27a
2007-12-12 Michael AdamFix for bug #4801: Correctly implement lsa lookup level...
2007-12-12 Michael AdamAdd flags for correctly implementing lsa_lookup_name...
2007-12-11 Jeremy AllisonAdd patches for bug #4866 from jiri sasek - Sun Microsy...
2007-12-10 Gerald (Jerry) CarterMerge branch 'v3-0-stable' into v3-0-test
2007-12-10 Gerald (Jerry) CarterMerge branch 'v3-0-stable' into v3-0-test
2007-12-10 Gerald (Jerry) CarterAdditional fixes for SAMBA_VERSION_VENDOR_PATCH in...
2007-12-10 Michael AdamAdapt VERSION to use SAMBA_VERSION_VENDOR_PATCH instead of
2007-12-10 Gerald (Jerry) CarterMerge branch 'v3-0-stable' into v3-0-test
2007-12-10 Gerald (Jerry) CarterRemove "-stable" vendor suffix from release
2007-12-10 Volker LendeckeCorrectly unbecome_root() on error
2007-12-10 Volker LendeckeCorrectly unbecome_root() on error
2007-12-10 Michael AdamFix a debug message (add a newline).
2007-12-06 Gerald (Jerry) CarterSet release version to 3.0.28.
2007-12-06 Gerald (Jerry) CarterFix from Jeremy for CVE-2007-6015 (send_mailslot()...
2007-12-06 Gerald (Jerry) CarterFix from Volker for CVE-2007-6015 (send_mailslot()...
2007-12-06 Andreas SchneiderRemove trailing slashes from service name
2007-12-04 Jeremy AllisonFix signing bug found by Volker. That one was *subtle*.
2007-12-04 Volker LendeckeCorrectly invalidate intermediate vuids
2007-12-04 Volker LendeckeWhen allocating a new vuid, also avoid partial ones
2007-12-04 Volker Lendeckeadd SESSSETUP_BENCH
2007-11-30 Michael AdamPrevent net getdomainsid from panicing when called...
2007-11-28 Jeremy AllisonFix old cut-and-paste bug where the wrong field was...
2007-11-23 Michael AdamAdapt VERSION to use SAMBA_VERSION_VENDOR_PATCH instead of
2007-11-23 Stefan Metzmacherprinting: fix default printing subsystem detection
2007-11-21 Stefan MetzmacherMerge commit 'origin/v3-0-stable' into v3-0-test
2007-11-21 Gerald (Jerry) CarterMerge commit 'release-3-0-27a' into v3-0-stable
2007-11-21 Gerald (Jerry) CarterSet version to 3.0.27b-GIT-XXXX-test
2007-11-21 Gerald (Jerry) CarterSet version to 3.0.27a-GIT-XXXX-stable
2007-11-20 Gerald (Jerry) CarterSetting release version to 3.0.27a
2007-11-20 Simo Sorce32/64 bit compatibility fix
2007-11-20 Jeremy AllisonDon't overrun directory listings by incorrectly calculating
2007-11-20 Gerald (Jerry) CarterPrevent segv in winbindd running on a DC using the...
2007-11-19 Jeremy AllisonEnsure every use of push_ascii checks for error -1...
2007-11-19 Jeremy AllisonBack-port fix for bug found by kukks - Samba adding
2007-11-18 Jeremy AllisonFix remaining calls to srvstr_push -1 - noticed
2007-11-17 Michael AdamFix for Bug #5023 (separate access check from posix_acl...
2007-11-16 Jeremy AllisonFix for bug 4393 smbclient does not store files with...
2007-11-16 Michael AdamFix for bug #4781: allow cleaning of /etc/mtab by canon...
2007-11-16 Jeremy AllisonFix smbfs to not trigger our paranoid checker.
2007-11-15 Gerald (Jerry) CarterSet release to 3.0.27a in development branch
2007-11-15 Gerald (Jerry) CarterSet version to 3.0.27a
2007-11-15 Gerald (Jerry) CarterFix for CVE-2007-4572
2007-11-15 Gerald (Jerry) CarterFix for CVE-2007-5398.
2007-11-15 Michael AdamFix bug #5083 (and duplicate bug #5084).
2007-11-07 Jeremy AllisonFix bug where tdb lock call interrupted with
2007-10-31 Gerald (Jerry) CarterMerge branch 'v3-0-test' of git://git.samba.org/samba...
2007-10-31 Gerald (Jerry) CarterEnsure we catch an error in the query_user() reply...
2007-10-24 Stefan Metzmacher[crash fix] don't use already free'ed memory
2007-10-17 Stefan Metzmacherfix crash bug in pidl generated client code, this
2007-10-17 Stefan MetzmacherSAMBA_VERSION_VENDOR_SUFFIX="test"
2007-10-17 Jeremy AllisonFix warning messages for unused variables.
2007-10-17 Stefan Metzmacherprepare the mkversion.sh infrastructure for git branche...
2007-10-16 Simo SorceFix dimap for trusted domains only case
2007-10-12 Michael AdamAdd become_root/unbecome_root around one call of getsam...
2007-10-11 Simo SorceFix default domains support using compat syntax.
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create... initial-v3-0-test
2007-10-10 Günther Deschnerr25068: Older samba3 DCs will return DCERPC_FAULT_OP_RN... initial-v3-0-unstable
2007-10-10 Rafal Szczesniakr24770: Use infolevel 25 to set the machine account...
2007-10-10 Jelmer Vernooijr24344: Make libreplace provide offsetof.
2007-10-10 Jelmer Vernooijr24343: Use standard data type uint32_t rather than...
2007-10-10 Volker Lendecker23773: One pstring a day...
2007-10-10 Günther Deschnerr23772: Add ads_find_samaccount() helper function.
next