summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-23fixed a prs memory leak (weren't freeing input buffer)Andrew Tridgell1-0/+1
2000-04-23if using insure then don't close fd 2Andrew Tridgell1-1/+4
2000-04-22return NULL for a zero size memdupAndrew Tridgell1-0/+1
2000-04-22don't copy a null groups listAndrew Tridgell1-2/+6
2000-04-22fixed overlapping strcpy() found by insureAndrew Tridgell1-9/+6
2000-04-22fixed uninitialised snumAndrew Tridgell1-0/+1
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison17-562/+598
2000-04-19use sys_fsusage() not disk_free() in printing.cAndrew Tridgell1-3/+3
2000-04-19split fsusage() into a separate module (to fix linking problems withAndrew Tridgell4-129/+157
2000-04-19patch from luke to split out lanman code from ipc.c into lanman.cAndrew Tridgell3-3156/+3190
2000-04-19- got rid of the "passive" optionAndrew Tridgell6-101/+80
2000-04-18Sync up with 2.0.7 w.r.t. guest users.Jeremy Allison1-3/+3
2000-04-18locking/locking.c: Fixed placeholder code for POSIX locking.Jeremy Allison4-24/+59
2000-04-18updates from the TNG branchAndrew Tridgell1-10/+6
2000-04-18don't parse blank linesAndrew Tridgell1-0/+2
2000-04-18fixed some crash bugs in the nt forms parsingAndrew Tridgell2-6/+8
2000-04-18ReadDirName calls vfs->readdirname calls dos_readdirname.Luke Leighton1-5/+5
2000-04-17Corrected minor parsing errors.Shirish Kalele2-4/+5
2000-04-17When parsing a dfs map for a service, see if the mount points exist that standShirish Kalele1-3/+27
2000-04-17got rid of some more old configure tests and includesAndrew Tridgell8-166/+85
2000-04-17removed some obsolete configure tests (sysv ipc etc)Andrew Tridgell7-442/+161
2000-04-17moved standard_sub() and friends into a separate moduleAndrew Tridgell3-270/+297