summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* split clientgen.c into several partsAndrew Tridgell2000-04-2511-3062/+3300
* added TDB_MODIFY flag - patch from from lukeAndrew Tridgell2000-04-253-5/+30
* fixed a memory leak in nmblookupAndrew Tridgell2000-04-251-0/+2
* fixed a memory leak of devmode in spoolssAndrew Tridgell2000-04-251-0/+3
* don't qsort a list less than 2 entriesAndrew Tridgell2000-04-251-1/+3
* Added the code that keeps fd's open across a close if there are other fsp'sJeremy Allison2000-04-243-37/+144
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-2412-36/+47
* dump in a binary formatAndrew Tridgell2000-04-241-3/+45
* use an size_t not a ssize_t when checking for out of bounds errorsAndrew Tridgell2000-04-241-1/+1
* moved INSURE hook into util.cAndrew Tridgell2000-04-241-23/+0
* fixed another memory leakAndrew Tridgell2000-04-241-0/+1
* fixed a parameter bug found by insureAndrew Tridgell2000-04-241-1/+1
* moved the INSURE hook into util.cAndrew Tridgell2000-04-241-0/+26
* more pstring/fstring errors found by insureAndrew Tridgell2000-04-231-15/+16
* fixed a locking database bug - it was actually harmless except thatAndrew Tridgell2000-04-231-2/+10
* don't close high fd's in smbrun when using insure (prevents closingAndrew Tridgell2000-04-231-1/+3
* another fstring/pstring fixAndrew Tridgell2000-04-231-1/+1
* fixed another spoolss memory leakAndrew Tridgell2000-04-232-2/+2
* fixed a memory leak I caused last week with my lines[] changesAndrew Tridgell2000-04-231-6/+1
* split out standard_sub_basic() again to fix a bug where %p was beingAndrew Tridgell2000-04-231-14/+29
* we can't pass a fstring to a routine expecting a pstringAndrew Tridgell2000-04-231-1/+1
* check for a valid snum when running a printing commandAndrew Tridgell2000-04-231-0/+5
* Makefile.in change for split of printfsp.cAndrew Tridgell2000-04-231-1/+2
* split fsp specific routines out of printing.c to fix linking problemAndrew Tridgell2000-04-232-65/+91
* fixed two uninitialised memory referencesAndrew Tridgell2000-04-231-2/+2
* trick to get full stack trace when using the free version of insureAndrew Tridgell2000-04-231-0/+24
* insure caught an uninitialised memory reference - ensure it starts asAndrew Tridgell2000-04-231-0/+2
* avoided a memory leak in the ubi code by deleting a mangled cacheAndrew Tridgell2000-04-231-1/+11
* fixed a prs memory leak (weren't freeing input buffer)Andrew Tridgell2000-04-231-0/+1
* if using insure then don't close fd 2Andrew Tridgell2000-04-231-1/+4
* return NULL for a zero size memdupAndrew Tridgell2000-04-221-0/+1
* don't copy a null groups listAndrew Tridgell2000-04-221-2/+6
* fixed overlapping strcpy() found by insureAndrew Tridgell2000-04-221-9/+6
* fixed uninitialised snumAndrew Tridgell2000-04-221-0/+1
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-2217-562/+598
* use sys_fsusage() not disk_free() in printing.cAndrew Tridgell2000-04-191-3/+3
* split fsusage() into a separate module (to fix linking problems withAndrew Tridgell2000-04-194-129/+157
* patch from luke to split out lanman code from ipc.c into lanman.cAndrew Tridgell2000-04-193-3156/+3190
* - got rid of the "passive" optionAndrew Tridgell2000-04-196-101/+80
* Sync up with 2.0.7 w.r.t. guest users.Jeremy Allison2000-04-181-3/+3
* locking/locking.c: Fixed placeholder code for POSIX locking.Jeremy Allison2000-04-184-24/+59
* updates from the TNG branchAndrew Tridgell2000-04-181-10/+6
* don't parse blank linesAndrew Tridgell2000-04-181-0/+2
* fixed some crash bugs in the nt forms parsingAndrew Tridgell2000-04-182-6/+8
* ReadDirName calls vfs->readdirname calls dos_readdirname.Luke Leighton2000-04-181-5/+5
* Corrected minor parsing errors.Shirish Kalele2000-04-172-4/+5
* When parsing a dfs map for a service, see if the mount points exist that standShirish Kalele2000-04-171-3/+27
* got rid of some more old configure tests and includesAndrew Tridgell2000-04-178-166/+85
* removed some obsolete configure tests (sysv ipc etc)Andrew Tridgell2000-04-177-442/+161
* moved standard_sub() and friends into a separate moduleAndrew Tridgell2000-04-173-270/+297