Add copyright.
[sfrench/samba-autobuild/.git] / source3 /
2003-03-17 Andrew BartlettAdd copyright.
2003-03-17 Volker LendeckeFix memory leak.
2003-03-17 Andrew BartlettFix invalid SAFE_FREE() of talloc()ed memory.
2003-03-17 Andrew BartlettBrain fart - make sure we truncate the right string...
2003-03-17 Andrew BartlettFix const warnings.
2003-03-17 Andrew BartlettAdd const.
2003-03-17 Andrew BartlettMore statcache fixes - and add a bit more doco.
2003-03-17 Tim PotterApplied waider's patch to return DOS error codes for...
2003-03-17 Tim PotterIgnore .pyc files.
2003-03-17 Andrew BartlettFix a memory leak - 'smbcontrol smbd pool-usage' is...
2003-03-17 Tim PotterSome cosmetic changes to make the popt --usage output...
2003-03-17 Andrew BartlettFix memory leaks and add parinoioa code to our stat...
2003-03-16 Andrew BartlettMissed one when I move 'share_sanity_checks' to use...
2003-03-16 Andrew BartlettMake sure we mark the assumption of a fstring parameter...
2003-03-16 Andrew BartlettAdd const.
2003-03-16 Andrew Bartlett - Make ReadDirName return a const char*.
2003-03-16 Andrew BartlettTry to avoid dereferencing a null pointer.
2003-03-16 Andrew BartlettNew statcache internals - this time it's actually possi...
2003-03-16 Andrew BartlettFix nmbd under -DDEVELOPER (pstrcpy on not-pstring).
2003-03-16 Andrew BartlettChanges to help the kerberos change password code work...
2003-03-16 Andrew BartlettMore work on my macro mess - we need function prototype...
2003-03-15 Andrew BartlettA hack to get us building on a slightly older heimdal...
2003-03-15 Andrew BartlettFix non-gmake syntax error.
2003-03-15 Steve FrenchCheckin cifs vfs for Linux mount helper
2003-03-15 Andrew BartlettFix the 'non-optomizing compiler' case...
2003-03-15 Andrew BartlettFix the non-DEVELOPER case of my macro madness...
2003-03-15 Andrew BartlettMinor fixes.
2003-03-15 Andrew BartlettRemove an unused function and fix the build.
2003-03-15 Andrew BartlettFix signed/unsigned issues - mostly 'i' counters.
2003-03-15 Andrew Bartlettsigned/unsigned fix
2003-03-15 Andrew BartlettString handling parinoia fixes.
2003-03-15 Andrew BartlettFix off-by-one bug in safe_strcpy size paramater.
2003-03-15 Andrew BartlettTruncate the machinename manually, so as not to generat...
2003-03-15 Andrew Bartlettspecify the size of these buffers
2003-03-15 Andrew BartlettIf the server went away, don't segfault by attempting...
2003-03-15 Andrew BartlettSpecify buffer sizes
2003-03-15 Andrew BartlettBe parinoid, malloc an extra SAFETY_MARGIN on the clien...
2003-03-15 Andrew Bartlettclient-side smbpasswd fixes - use pstrcpy_base to avoid...
2003-03-15 Andrew BartlettAdd const, and a signed/unsigned fix.
2003-03-15 Andrew BartlettIf it's an fstring, use fstrcpy().
2003-03-15 Andrew BartlettClean up the VFS module loading logic by making the...
2003-03-15 Andrew BartlettFound by my new checking code (yet to be commited):
2003-03-15 Andrew Bartlettstrictly, you can't #if on somthing that may or may...
2003-03-15 Andrew BartlettNow that mimir has done the grunt work, I'll fix up...
2003-03-14 Gerald Carterfix WinXP & Win2K3 remote_arch and check pointer in...
2003-03-14 Rafal SzczesniakWe haven't implemented The Singing Contexts so far.
2003-03-14 Rafal SzczesniakExtending code to work both in case of domain membership
2003-03-14 Rafal SzczesniakFresh meat in trusted domains code:
2003-03-14 Rafal Szczesniak/tmp/newfun.msg
2003-03-14 Andrew BartlettFound by metze with the clobber-region check - if it...
2003-03-14 Martin PoolAdd examples of ComfyChair
2003-03-14 Martin PoolMerge from Subversion
2003-03-13 Martin PoolAdd bin/libbigballofmud.a non-shared library. A bit...
2003-03-13 Martin PoolIn Valgrind 1.9.4, the headers have moved to <valgrind...
2003-03-13 Martin PoolIn Valgrind 1.9.4, the headers have moved to <valgrind...
2003-03-13 Tim PotterAdded chainlock, chainunlock, lock_bystring and unlock_...
2003-03-13 Tim PotterFixed crash bug when calling tdb_unlockkeys() with...
2003-03-13 Andrew Tridgellshow which files we fail to create in the casetable...
2003-03-13 Andrew Tridgellfixed the unmarshalling of the queryaliasmem SAMR call
2003-03-13 Andrew Tridgellwin2000 can take much longer than the specified time...
2003-03-12 Jeremy AllisonChange size parameters from signed to unsigned to fix...
2003-03-12 Andrew Tridgellfixed a strcat noticed by metze
2003-03-12 Jeremy AllisonEnsure we count the length correctly in mangle_map.
2003-03-12 Gerald Carteradding some initiaial code to sert %a to Win2K3 (using...
2003-03-12 Andrew BartlettAdd const
2003-03-12 Andrew Bartlett - Fix a double-free (I can't say I understand the...
2003-03-12 Andrew BartlettPatch from Ken Cross <kcross@nssolutions.com> to take...
2003-03-12 Martin PoolUpdate for new version of ComfyChair: some methods...
2003-03-12 Martin PoolNew import of ComfyChair, many changes
2003-03-12 Martin PoolImport Samba Testing Framework code from private CVS...
2003-03-12 Martin PoolImport design notes by martin and tpot from ComfyChair...
2003-03-12 Martin PoolImport ComfyChair framework from trunk.
2003-03-12 Martin PoolStart importing the Python testing framework that Tim...
2003-03-12 Martin PoolUpdate usage message.
2003-03-12 Martin PoolAdd example of string overflow which is now caught...
2003-03-11 Jeremy AllisonWe use unsigned now, so use %u.
2003-03-11 Jeremy AllisonFix up zero termination. Spotted by Sebastian Krahmer...
2003-03-11 Andrew BartlettThis patch attemptes to clean up winbindd's mutex locking.
2003-03-11 Andrew Bartlettsecurity=domain and domain logons = yes should be a...
2003-03-11 Andrew BartlettSome further tought on the server role issue - try...
2003-03-11 Andrew BartlettAfter 'consultation' with idra, this is how I think...
2003-03-11 Simo SorceThis is how combination of domain logons and security...
2003-03-11 Martin PoolRemove valgrind_strlen function, hopefully no longer...
2003-03-11 Martin PoolNote about using Valgrind with tdbs.
2003-03-11 Andrew Tridgellhaving sticky create times is not a bug
2003-03-11 Andrew Tridgellfixed the MANGLE smbtorture test with the new paranoid...
2003-03-11 Andrew Tridgellmake sure we have an empty directory when we start...
2003-03-11 Martin PoolIf using --enable-developer and valgrind.h is present...
2003-03-11 Martin PoolWhen opening an existing DB, don't require the hash_siz...
2003-03-11 Tim PotterRemove obsolete file.
2003-03-11 Martin PoolPatch from Ronan Waide:
2003-03-10 Volker LendeckeSome conversion to pstrcpy_base.
2003-03-10 Gerald Cartercheck a pointer before dereferencing it; not sure why...
2003-03-10 Andrew BartlettDon't segfault on make_server_info_guest() failure...
2003-03-10 Martin PoolUse "$@" to preserve shell quoting in case somebody...
2003-03-10 Andrew Tridgellfixed use_oplocks and the timeout in smbtorture startup
2003-03-10 Andrew Tridgelladded -i option for ignoring dot errors in masktest
2003-03-10 Andrew BartlettMakefile.in for NTLMSSP singing update
2003-03-10 Andrew BartlettFurther work on NTLMSSP-based SMB signing. Current...
2003-03-10 Martin PoolClobber strings with 0xf1f1f1f1 before writing to them...
next