summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-04-30changed masktest to test the internal algorithm against one server,Andrew Tridgell1-78/+30
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell15-975/+391
2000-04-30YIPEE!!!!!Andrew Tridgell6-79/+166
2000-04-29put tdb utility functions in a separate fileAndrew Tridgell3-45/+71
2000-04-29Removed tdb locking calls (picky Andrew...:-)Jeremy Allison1-25/+12
2000-04-28Moved deletion of vfs handle into smbd/conn.c as it was being done tooJeremy Allison2-16/+15
2000-04-28Ok - this is the *third* implementation of this (third time's the charm :-).Jeremy Allison6-1140/+148
2000-04-28Split off of POSIX locking into separate unit as Andrew requested.Jeremy Allison1-0/+1208
2000-04-28Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele5-2/+52
2000-04-28Added tdb_get/set_int_byblob, which takes a size_t len and then implementedJeremy Allison2-7/+21
2000-04-28Forgot to close when "posix locking" is set to False.Jeremy Allison1-2/+5
2000-04-28Added optimization where we are single opener (don't free POSIX locks).Jeremy Allison1-1/+21
2000-04-28Made changes suggested by Andrew review.Jeremy Allison3-53/+54
2000-04-27Ok - this is more subtle than it looks :-).Jeremy Allison5-13/+17
2000-04-27Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison6-18/+39
2000-04-27Did the rewrite Andrew wanted where all knowledge of POSIX locking isJeremy Allison4-122/+181
2000-04-27Fixed crash bugs Andrew pointed out with LOCK4 smbtortureJeremy Allison3-15/+16
2000-04-27Fixed range check on writeX.Jeremy Allison1-1/+4
2000-04-27Tidyup of smbecho.Jeremy Allison1-2/+4
2000-04-27quick hack to get smbtorture working againAndrew Tridgell1-0/+2
2000-04-25Added the hard code :-).Jeremy Allison4-78/+469
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell32-85/+97
2000-04-25split clientgen.c into several partsAndrew Tridgell11-3062/+3300
2000-04-25added TDB_MODIFY flag - patch from from lukeAndrew Tridgell3-5/+30
2000-04-25fixed a memory leak in nmblookupAndrew Tridgell1-0/+2
2000-04-25fixed a memory leak of devmode in spoolssAndrew Tridgell1-0/+3
2000-04-25don't qsort a list less than 2 entriesAndrew Tridgell1-1/+3
2000-04-24Added the code that keeps fd's open across a close if there are other fsp'sJeremy Allison3-37/+144
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison12-36/+47
2000-04-24dump in a binary formatAndrew Tridgell1-3/+45
2000-04-24use an size_t not a ssize_t when checking for out of bounds errorsAndrew Tridgell1-1/+1
2000-04-24moved INSURE hook into util.cAndrew Tridgell1-23/+0
2000-04-24fixed another memory leakAndrew Tridgell1-0/+1
2000-04-24fixed a parameter bug found by insureAndrew Tridgell1-1/+1
2000-04-24moved the INSURE hook into util.cAndrew Tridgell1-0/+26
2000-04-23more pstring/fstring errors found by insureAndrew Tridgell1-15/+16
2000-04-23fixed a locking database bug - it was actually harmless except thatAndrew Tridgell1-2/+10
2000-04-23don't close high fd's in smbrun when using insure (prevents closingAndrew Tridgell1-1/+3
2000-04-23another fstring/pstring fixAndrew Tridgell1-1/+1
2000-04-23fixed another spoolss memory leakAndrew Tridgell2-2/+2
2000-04-23fixed a memory leak I caused last week with my lines[] changesAndrew Tridgell1-6/+1
2000-04-23split out standard_sub_basic() again to fix a bug where %p was beingAndrew Tridgell1-14/+29
2000-04-23we can't pass a fstring to a routine expecting a pstringAndrew Tridgell1-1/+1
2000-04-23check for a valid snum when running a printing commandAndrew Tridgell1-0/+5
2000-04-23Makefile.in change for split of printfsp.cAndrew Tridgell1-1/+2
2000-04-23split fsp specific routines out of printing.c to fix linking problemAndrew Tridgell2-65/+91
2000-04-23fixed two uninitialised memory referencesAndrew Tridgell1-2/+2
2000-04-23trick to get full stack trace when using the free version of insureAndrew Tridgell1-0/+24
2000-04-23insure caught an uninitialised memory reference - ensure it starts asAndrew Tridgell1-0/+2
2000-04-23avoided a memory leak in the ubi code by deleting a mangled cacheAndrew Tridgell1-1/+11