tprouty/samba.git
2003-03-18 Andrew BartlettAdd an extra parameter to our 'set_remote_machine_name...
2003-03-18 Andrew BartlettAdd const.
2003-03-18 cvs2svn Import... This commit was manufactured by cvs2svn to create branc...
2003-03-18 Martin PoolSplit "clobber" function and variables into its own...
2003-03-18 Tim PotterMerge of waider's rpcclient return type patch.
2003-03-18 Tim PotterMerge of enumdomusers rpcclient command.
2003-03-18 Tim PotterMerge of popt help cleanups.
2003-03-18 Tim PotterMerge of #ifdef'ed out auth_smbd wrapper.
2003-03-18 Martin PoolIgnore t_stringoverflow binary.
2003-03-18 Martin PoolIgnore .po and .po32 files.
2003-03-18 Martin PoolComment about deprecated macro overmalloc_safe_strcpy().
2003-03-18 Martin PoolRemove static libbigballofmud, which just does not...
2003-03-18 Martin PoolThe new string macros catch a bug at compile that previ...
2003-03-18 Martin PoolUpdate comment: Valgrind 1.9.4 seems to always respect...
2003-03-18 Martin PoolSpeling fixes and a little extra documentation.
2003-03-18 Martin Poolglobal_globber_region_function/line ought to be recorde...
2003-03-18 Martin PoolDecode waitstatus values when a command fails.
2003-03-18 Jeremy AllisonMerge in the developer string options from HEAD. We...
2003-03-18 Tim PotterAdded #ifdef'ed out implementation of auth_smbd python...
2003-03-18 Tim PotterStart of a unit test for info3 caching. Much unfrastru...
2003-03-17 Andrew BartlettMerge from HEAD - make winbindd locking sane again:
2003-03-17 Andrew BartlettMerge from HEAD:
2003-03-17 Andrew BartlettMerge from HEAD:
2003-03-17 Andrew BartlettMerge from HEAD:
2003-03-17 Andrew BartlettThe kerberos_verify compoenent of the SessionSetup...
2003-03-17 Andrew BartlettMerge from HEAD - sync up SessionSetup code to HEAD...
2003-03-17 Andrew BartlettMerge from HEAD - doxygen
2003-03-17 Andrew BartlettMege from HEAD - doxygen.
2003-03-17 Andrew BartlettMerge from (earlier) HEAD - doxygen.
2003-03-17 Andrew Bartlettmerge from HEAD - dump tokenGroups as sids.
2003-03-17 Andrew Bartlettpstrcpy_base merges for client-side smbpasswd.
2003-03-17 Andrew BartlettMerge from HEAD:
2003-03-17 Andrew BartlettMerge new statcache.c from HEAD.
2003-03-17 Andrew BartlettAdd copyright.
2003-03-17 Volker LendeckeFix memory leak.
2003-03-17 Volker LendeckeFix memory leak.
2003-03-17 Tim PotterFix building --with-smbwrapper.
2003-03-17 Tim PotterAdded a slightly modified version of Tridge's note...
2003-03-17 Tim PotterRun autoconf. Shouldn't we have an autogen.sh here?
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 Tim PotterCall AC_MSG_ERROR if jw, perl or htmldoc is not install...
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 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-14 Jeremy AllisonFix off by one bug noticed by Andrew Bartlett.
2003-03-13 Alexander BokovoyMerge more SGML strictness fixes from HEAD
2003-03-13 Alexander BokovoyMerge encryption.sgml fixes from HEAD
2003-03-13 Alexander BokovoyMerge cifsntdomain.sgml fixes from 3.0 branch
2003-03-13 Alexander BokovoyFix SGML errors in development documents
2003-03-13 Jeremy AllisonMerge from HEAD. 'win2000 can take much longer than...
2003-03-13 Jeremy AllisonMerge from HEAD. 'fixed the unmarshalling of the querya...
2003-03-13 Martin PoolAdd bin/libbigballofmud.a non-shared library. A bit...
2003-03-13 Tim PotterMerge of tdb_unlockeys() crash fix.
next