summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison2000-05-022-2/+12
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-0211-19/+19
* - added some error checkingAndrew Tridgell2000-04-301-8/+0
* fixed dptr_wcard handling (need to use strdup)Andrew Tridgell2000-04-301-1/+1
* removed more cruft from our old wildcard matching codeAndrew Tridgell2000-04-301-37/+0
* go back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFOAndrew Tridgell2000-04-301-10/+4
* fixed our smbsearch code. We now store the mask with the dptr, thisAndrew Tridgell2000-04-302-32/+19
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-306-306/+282
* Moved deletion of vfs handle into smbd/conn.c as it was being done tooJeremy Allison2000-04-282-16/+15
* Made changes suggested by Andrew review.Jeremy Allison2000-04-281-15/+1
* Ok - this is more subtle than it looks :-).Jeremy Allison2000-04-272-5/+1
* Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison2000-04-272-1/+5
* Did the rewrite Andrew wanted where all knowledge of POSIX locking isJeremy Allison2000-04-271-114/+1
* Fixed crash bugs Andrew pointed out with LOCK4 smbtortureJeremy Allison2000-04-271-4/+8
* Fixed range check on writeX.Jeremy Allison2000-04-271-1/+4
* Tidyup of smbecho.Jeremy Allison2000-04-271-2/+4
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-257-8/+0
* Added the code that keeps fd's open across a close if there are other fsp'sJeremy Allison2000-04-241-1/+119
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-247-27/+36
* moved INSURE hook into util.cAndrew Tridgell2000-04-241-23/+0
* 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
* 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-229-527/+547
* split fsusage() into a separate module (to fix linking problems withAndrew Tridgell2000-04-191-127/+2
* patch from luke to split out lanman code from ipc.c into lanman.cAndrew Tridgell2000-04-192-3147/+3181
* - got rid of the "passive" optionAndrew Tridgell2000-04-193-21/+13
* locking/locking.c: Fixed placeholder code for POSIX locking.Jeremy Allison2000-04-181-0/+1
* ReadDirName calls vfs->readdirname calls dos_readdirname.Luke Leighton2000-04-181-5/+5
* converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-162-15/+17
* converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-162-102/+68
* removed old commentsAndrew Tridgell2000-04-161-2/+0
* use some symbolic names for print queue statusAndrew Tridgell2000-04-161-11/+17
* added helper fns to change from internal status codes to nt spoolss codesAndrew Tridgell2000-04-161-5/+41
* the changes to the main smb codeAndrew Tridgell2000-04-166-358/+318
* Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison2000-04-151-0/+6
* Implmented mapping of lock offset/count from 64 bit MS rangesJeremy Allison2000-04-121-1/+1
* Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,Jeremy Allison2000-04-121-0/+3
* Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison2000-04-121-14/+1
* The latest open() code changes broke the NT directory opens. Detect if aJeremy Allison2000-04-112-9/+27
* include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-112-111/+59
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-1112-86/+81
* Fix for soft quotas not being set fromJeremy Allison2000-04-101-0/+24
* initialise fsp->fd to -1Andrew Tridgell2000-04-101-0/+1
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-1011-1023/+231
* utmp compile fix from peter@cadcamlab.orgAndrew Tridgell2000-04-101-2/+2