summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* added spool_io_printer_driver_info_level_6()Andrew Tridgell2000-05-121-1/+1
* use "winbind separator" option for domain/user separator characterAndrew Tridgell2000-05-122-2/+2
* fixed error code for buffer_too_large in trans replyAndrew Tridgell2000-05-121-1/+1
* fixed a problem with appliance operationAndrew Tridgell2000-05-121-2/+2
* use our primary domain trust account for trusted domain authenticationAndrew Tridgell2000-05-121-2/+2
* Check fstat return for error.Jeremy Allison2000-05-121-1/+5
* lib/util_unistr.c:Jeremy Allison2000-05-101-1/+1
* - changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell2000-05-103-10/+21
* treat a blank "password server =" line as a "*" if in domain securityAndrew Tridgell2000-05-101-3/+2
* check for sighup on each packet - otherwise it can take a _long_ timeAndrew Tridgell2000-05-101-0/+12
* formatting fixAndrew Tridgell2000-05-101-1/+1
* patch from Dominik Kubla <dominik.kubla@uni-mainz.de>Andrew Tridgell2000-05-101-3/+3
* more merging voodooAndrew Tridgell2000-05-1025-1/+86
* 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