summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2000-05-03Insure uninitialized memory read fixes.Jeremy Allison1-0/+2
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell4-17/+18
2000-05-02fixed a memory leak (calling hash_table_init twice)Andrew Tridgell1-1/+7
2000-05-02Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison2-2/+12
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison11-19/+19
2000-04-30 - added some error checkingAndrew Tridgell1-8/+0
2000-04-30fixed dptr_wcard handling (need to use strdup)Andrew Tridgell1-1/+1
2000-04-30removed more cruft from our old wildcard matching codeAndrew Tridgell1-37/+0
2000-04-30go back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFOAndrew Tridgell1-10/+4
2000-04-30fixed our smbsearch code. We now store the mask with the dptr, thisAndrew Tridgell2-32/+19
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell6-306/+282
2000-04-28Moved deletion of vfs handle into smbd/conn.c as it was being done tooJeremy Allison2-16/+15
2000-04-28Made changes suggested by Andrew review.Jeremy Allison1-15/+1
2000-04-27Ok - this is more subtle than it looks :-).Jeremy Allison2-5/+1
2000-04-27Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison2-1/+5
2000-04-27Did the rewrite Andrew wanted where all knowledge of POSIX locking isJeremy Allison1-114/+1
2000-04-27Fixed crash bugs Andrew pointed out with LOCK4 smbtortureJeremy Allison1-4/+8
2000-04-27Fixed range check on writeX.Jeremy Allison1-1/+4
2000-04-27Tidyup of smbecho.Jeremy Allison1-2/+4
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell7-8/+0
2000-04-24Added the code that keeps fd's open across a close if there are other fsp'sJeremy Allison1-1/+119
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison7-27/+36
2000-04-24moved INSURE hook into util.cAndrew Tridgell1-23/+0
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-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 Allison9-527/+547
2000-04-19split fsusage() into a separate module (to fix linking problems withAndrew Tridgell1-127/+2
2000-04-19patch from luke to split out lanman code from ipc.c into lanman.cAndrew Tridgell2-3147/+3181
2000-04-19- got rid of the "passive" optionAndrew Tridgell3-21/+13
2000-04-18locking/locking.c: Fixed placeholder code for POSIX locking.Jeremy Allison1-0/+1
2000-04-18ReadDirName calls vfs->readdirname calls dos_readdirname.Luke Leighton1-5/+5
2000-04-16converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell2-15/+17
2000-04-16converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2-102/+68
2000-04-16removed old commentsAndrew Tridgell1-2/+0
2000-04-16use some symbolic names for print queue statusAndrew Tridgell1-11/+17
2000-04-16added helper fns to change from internal status codes to nt spoolss codesAndrew Tridgell1-5/+41
2000-04-16the changes to the main smb codeAndrew Tridgell6-358/+318
2000-04-15Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison1-0/+6
2000-04-12Implmented mapping of lock offset/count from 64 bit MS rangesJeremy Allison1-1/+1
2000-04-12Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,Jeremy Allison1-0/+3
2000-04-12Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison1-14/+1
2000-04-11The latest open() code changes broke the NT directory opens. Detect if aJeremy Allison2-9/+27
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2-111/+59
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell12-86/+81
2000-04-10Fix for soft quotas not being set fromJeremy Allison1-0/+24