summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* more mergingAndrew Tridgell2000-05-101-2/+3
* Fix for misunderstanding of fsync added when vfs layerHerb Lewis2000-05-103-9/+9
* Fix for check_kernel_oplocks looking for the var directoryHerb Lewis2000-05-091-2/+2
* This is reall Jeremy commiting as Herb at SGI labs. FixHerb Lewis2000-05-091-1/+1
* - use smb_gwtpwnam() in another couple of placesAndrew Tridgell2000-05-092-8/+10
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-084-19/+5
* fixed a vfs crash bugAndrew Tridgell2000-05-061-6/+4
* Fix for dual unix_to_dos conversion in readdir from A.V.Shutko <AVShutko@mail...Jeremy Allison2000-05-051-1/+0
* Fix for read_file() returning -1.Jeremy Allison2000-05-051-0/+2
* rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison2000-05-041-2/+2
* a minimal change to get appliance mode to work with winbinddAndrew Tridgell2000-05-043-13/+27
* - use full_name instead of real_nameAndrew Tridgell2000-05-042-4/+4
* if the stat cache is off then don't initialise itAndrew Tridgell2000-05-041-0/+2
* Insure uninitialized memory read fixes.Jeremy Allison2000-05-031-0/+2
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-024-17/+18
* fixed a memory leak (calling hash_table_init twice)Andrew Tridgell2000-05-021-1/+7
* 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