summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-03-18Put in documentation update by jhtJelmer Vernooij3-54/+94
2003-03-18Put in some macros for the new modules systemJelmer Vernooij1-0/+25
2003-03-18Step one of optimizations for StrCaseCmp:Martin Pool1-7/+72
2003-03-18Add t_strcmp test/torture harness.Martin Pool1-1/+4
2003-03-18Split "clobber" function and variables into its own file before itMartin Pool3-40/+61
2003-03-18Ignore t_stringoverflow binary.Martin Pool1-1/+2
2003-03-18Ignore .po and .po32 files.Martin Pool1-0/+3
2003-03-18Comment about deprecated macro overmalloc_safe_strcpy().Martin Pool1-0/+6
2003-03-18Remove static libbigballofmud, which just does not seem to link.Martin Pool1-3/+7
2003-03-18The new string macros catch a bug at compile that previously onlyMartin Pool1-0/+7
2003-03-18Update comment: Valgrind 1.9.4 seems to always respect clientMartin Pool1-1/+1
2003-03-18Speling fixes and a little extra documentation.Martin Pool1-6/+6
2003-03-18global_globber_region_function/line ought to be recorded beforeMartin Pool1-3/+15
2003-03-18Decode waitstatus values when a command fails.Martin Pool1-2/+5
2003-03-18Added #ifdef'ed out implementation of auth_smbd python fn. UncommentTim Potter1-1/+71
2003-03-18Start of a unit test for info3 caching. Much unfrastructure requiredTim Potter1-0/+54
2003-03-17Add copyright.Andrew Bartlett1-1/+1
2003-03-17Fix memory leak.Volker Lendecke1-0/+2
2003-03-17Added a slightly modified version of Tridge's note about securingTim Potter2-0/+183
2003-03-17Run autoconf. Shouldn't we have an autogen.sh here?Tim Potter1-2/+11
2003-03-17Fix invalid SAFE_FREE() of talloc()ed memory.Andrew Bartlett1-3/+0
2003-03-17Brain fart - make sure we truncate the right string...Andrew Bartlett1-4/+4
2003-03-17Call AC_MSG_ERROR if jw, perl or htmldoc is not installed rather thanTim Potter1-0/+10
2003-03-17Fix const warnings.Andrew Bartlett1-5/+5
2003-03-17Add const.Andrew Bartlett2-4/+4
2003-03-17More statcache fixes - and add a bit more doco.Andrew Bartlett1-9/+25
2003-03-17Applied waider's patch to return DOS error codes for pipes thatTim Potter10-192/+217
2003-03-17Ignore .pyc files.Tim Potter1-0/+1
2003-03-17Fix a memory leak - 'smbcontrol smbd pool-usage' is your freind!Andrew Bartlett1-0/+2
2003-03-17Some cosmetic changes to make the popt --usage output look nicer.Tim Potter1-5/+5
2003-03-17Fix memory leaks and add parinoioa code to our stat() cache.Andrew Bartlett1-2/+23
2003-03-16Missed one when I move 'share_sanity_checks' to use an fstring for 'dev'.Andrew Bartlett1-1/+1
2003-03-16Make sure we mark the assumption of a fstring parameter for 'devicetype'Andrew Bartlett3-10/+15
2003-03-16Add const.Andrew Bartlett1-7/+7
2003-03-16 - Make ReadDirName return a const char*.Andrew Bartlett7-29/+36
2003-03-16Try to avoid dereferencing a null pointer.Andrew Bartlett1-9/+13
2003-03-16New statcache internals - this time it's actually possible to follow what'sAndrew Bartlett1-54/+82
2003-03-16Fix nmbd under -DDEVELOPER (pstrcpy on not-pstring).Andrew Bartlett2-5/+12
2003-03-16Changes to help the kerberos change password code work on systems thatAndrew Bartlett2-37/+38
2003-03-16More work on my macro mess - we need function prototypes of different types,Andrew Bartlett1-9/+12
2003-03-15A hack to get us building on a slightly older heimdal kerberos. It appearsAndrew Bartlett1-0/+7
2003-03-15Fix non-gmake syntax error.Andrew Bartlett1-1/+1
2003-03-15Checkin cifs vfs for Linux mount helperSteve French1-43/+211
2003-03-15Fix the 'non-optomizing compiler' case...Andrew Bartlett1-2/+2
2003-03-15Fix the non-DEVELOPER case of my macro madness...Andrew Bartlett1-1/+1
2003-03-15Minor fixes.Andrew Bartlett4-8/+8
2003-03-15Remove an unused function and fix the build.Andrew Bartlett1-36/+0
2003-03-15Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett7-47/+47
2003-03-15signed/unsigned fixAndrew Bartlett1-2/+2
2003-03-15String handling parinoia fixes.Andrew Bartlett12-166/+236