summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2000-05-10patch from Dominik Kubla <dominik.kubla@uni-mainz.de>Andrew Tridgell1-3/+3
2000-05-10more merging voodooAndrew Tridgell25-1/+86
2000-05-10more mergingAndrew Tridgell1-2/+3
2000-05-10Fix for misunderstanding of fsync added when vfs layerHerb Lewis3-9/+9
2000-05-09Fix for check_kernel_oplocks looking for the var directoryHerb Lewis1-2/+2
2000-05-09This is reall Jeremy commiting as Herb at SGI labs. FixHerb Lewis1-1/+1
2000-05-09- use smb_gwtpwnam() in another couple of placesAndrew Tridgell2-8/+10
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell4-19/+5
2000-05-06fixed a vfs crash bugAndrew Tridgell1-6/+4
2000-05-05Fix for dual unix_to_dos conversion in readdir from A.V.Shutko <AVShutko@mail...Jeremy Allison1-1/+0
2000-05-05Fix for read_file() returning -1.Jeremy Allison1-0/+2
2000-05-04rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison1-2/+2
2000-05-04a minimal change to get appliance mode to work with winbinddAndrew Tridgell3-13/+27
2000-05-04 - use full_name instead of real_nameAndrew Tridgell2-4/+4
2000-05-04if the stat cache is off then don't initialise itAndrew Tridgell1-0/+2
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