summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split "clobber" function and variables into its own file before itMartin Pool2003-03-183-40/+61
* Ignore t_stringoverflow binary.Martin Pool2003-03-181-1/+2
* Ignore .po and .po32 files.Martin Pool2003-03-181-0/+3
* Comment about deprecated macro overmalloc_safe_strcpy().Martin Pool2003-03-181-0/+6
* Remove static libbigballofmud, which just does not seem to link.Martin Pool2003-03-181-3/+7
* The new string macros catch a bug at compile that previously onlyMartin Pool2003-03-181-0/+7
* Update comment: Valgrind 1.9.4 seems to always respect clientMartin Pool2003-03-181-1/+1
* Speling fixes and a little extra documentation.Martin Pool2003-03-181-6/+6
* global_globber_region_function/line ought to be recorded beforeMartin Pool2003-03-181-3/+15
* Decode waitstatus values when a command fails.Martin Pool2003-03-181-2/+5
* Added #ifdef'ed out implementation of auth_smbd python fn. UncommentTim Potter2003-03-181-1/+71
* Start of a unit test for info3 caching. Much unfrastructure requiredTim Potter2003-03-181-0/+54
* Add copyright.Andrew Bartlett2003-03-171-1/+1
* Fix memory leak.Volker Lendecke2003-03-171-0/+2
* Added a slightly modified version of Tridge's note about securingTim Potter2003-03-172-0/+183
* Run autoconf. Shouldn't we have an autogen.sh here?Tim Potter2003-03-171-2/+11
* Fix invalid SAFE_FREE() of talloc()ed memory.Andrew Bartlett2003-03-171-3/+0
* Brain fart - make sure we truncate the right string...Andrew Bartlett2003-03-171-4/+4
* Call AC_MSG_ERROR if jw, perl or htmldoc is not installed rather thanTim Potter2003-03-171-0/+10
* Fix const warnings.Andrew Bartlett2003-03-171-5/+5
* Add const.Andrew Bartlett2003-03-172-4/+4
* More statcache fixes - and add a bit more doco.Andrew Bartlett2003-03-171-9/+25
* Applied waider's patch to return DOS error codes for pipes thatTim Potter2003-03-1710-192/+217
* Ignore .pyc files.Tim Potter2003-03-171-0/+1
* Fix a memory leak - 'smbcontrol smbd pool-usage' is your freind!Andrew Bartlett2003-03-171-0/+2
* Some cosmetic changes to make the popt --usage output look nicer.Tim Potter2003-03-171-5/+5
* Fix memory leaks and add parinoioa code to our stat() cache.Andrew Bartlett2003-03-171-2/+23
* Missed one when I move 'share_sanity_checks' to use an fstring for 'dev'.Andrew Bartlett2003-03-161-1/+1
* Make sure we mark the assumption of a fstring parameter for 'devicetype'Andrew Bartlett2003-03-163-10/+15
* Add const.Andrew Bartlett2003-03-161-7/+7
* - Make ReadDirName return a const char*.Andrew Bartlett2003-03-167-29/+36
* Try to avoid dereferencing a null pointer.Andrew Bartlett2003-03-161-9/+13
* New statcache internals - this time it's actually possible to follow what'sAndrew Bartlett2003-03-161-54/+82
* Fix nmbd under -DDEVELOPER (pstrcpy on not-pstring).Andrew Bartlett2003-03-162-5/+12
* Changes to help the kerberos change password code work on systems thatAndrew Bartlett2003-03-162-37/+38
* More work on my macro mess - we need function prototypes of different types,Andrew Bartlett2003-03-161-9/+12
* A hack to get us building on a slightly older heimdal kerberos. It appearsAndrew Bartlett2003-03-151-0/+7
* Fix non-gmake syntax error.Andrew Bartlett2003-03-151-1/+1
* Checkin cifs vfs for Linux mount helperSteve French2003-03-151-43/+211
* Fix the 'non-optomizing compiler' case...Andrew Bartlett2003-03-151-2/+2
* Fix the non-DEVELOPER case of my macro madness...Andrew Bartlett2003-03-151-1/+1
* Minor fixes.Andrew Bartlett2003-03-154-8/+8
* Remove an unused function and fix the build.Andrew Bartlett2003-03-151-36/+0
* Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett2003-03-157-47/+47
* signed/unsigned fixAndrew Bartlett2003-03-151-2/+2
* String handling parinoia fixes.Andrew Bartlett2003-03-1512-166/+236
* Fix off-by-one bug in safe_strcpy size paramater.Andrew Bartlett2003-03-151-1/+1
* Truncate the machinename manually, so as not to generate level 0 debugs forAndrew Bartlett2003-03-151-10/+12
* specify the size of these buffersAndrew Bartlett2003-03-151-2/+2
* If the server went away, don't segfault by attempting to FD_SET -1.Andrew Bartlett2003-03-151-0/+3