tprouty/samba.git
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 Alexander BokovoyMerge cifsntdomain.sgml fixes from 3.0 branch
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...
2003-03-10 Martin PoolInclude valgrind.h if present on the system.
2003-03-10 Martin PoolCheck for valgrind.h
2003-03-09 Andrew BartlettTry not to clobber the session request.
2003-03-09 Jelmer VernooijAdd Ronan Waide's info about the setdriver call.
2003-03-09 Jelmer VernooijAdd some printing question & answers
2003-03-09 Andrew BartlettChange the way we sign SMB packets, to a function point...
2003-03-09 Andrew BartlettDon't fault on error returns (ptr == 0) for this LSA...
2003-03-08 Andrew BartlettThis is C, not C++
2003-03-08 Simo Sorcemore on idmap
2003-03-08 Jelmer VernooijAdd Q&A for people having trouble trying to log in...
2003-03-08 Jelmer VernooijAdd notes on increasing performance on AIX, based on...
2003-03-08 Andrew BartlettTestparm needs the extra arg to set_local_machine_name...
2003-03-08 Andrew BartlettMake sure that the 'remote' machine name can only be...
2003-03-08 Andrew BartlettMake it clear that this is a fstrcpy().
2003-03-08 Jeremy AllisonFix typo in earlier fix, caught by Ranjit @ HP.
2003-03-08 Simo Sorcesome more code
2003-03-07 Simo Sorceinitial work for the new idmpa interface
2003-03-07 Jeremy AllisonUse ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed...
2003-03-07 Steve FrenchAdd early prototype of cifs mount helper for Linux
2003-03-07 Jeremy AllisonMissed parentheses around complex logic.
2003-03-07 Jeremy AllisonPatch from Michael Steffens. In his own words :
2003-03-07 Simo SorceSome progress towards gums and tdbsam2
2003-03-07 Andrew BartlettLimit the number of SIDs that may be looked up, in...
2003-03-07 Andrew Bartlettsafe_strcpy() -> fstrcpy() fix, and a cleanup to how...
2003-03-07 Jeremy AllisonFix noticed by Corny.Bondad@hp.com. Ensure we free...
2003-03-07 Jeremy AllisonFound at Connectathon, .NET RC1 arranges trans/trans2...
2003-03-06 Jelmer VernooijAdd documentation on line returned by 'add printer...
next