summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2000-05-23Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison3-126/+202
2000-05-23Fixed bug where file access was allowed on IPC$ share.Jeremy Allison4-5/+11
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele1-0/+3
2000-05-16The new msdfs implementation that uses symlinks to point to otherShirish Kalele3-14/+14
2000-05-15passdb/secrets.c: Fix typo in comment.Jeremy Allison2-10/+0
2000-05-12added spool_io_printer_driver_info_level_6()Andrew Tridgell1-1/+1
2000-05-12use "winbind separator" option for domain/user separator characterAndrew Tridgell2-2/+2
2000-05-12fixed error code for buffer_too_large in trans replyAndrew Tridgell1-1/+1
2000-05-12fixed a problem with appliance operationAndrew Tridgell1-2/+2
2000-05-12use our primary domain trust account for trusted domain authenticationAndrew Tridgell1-2/+2
2000-05-12Check fstat return for error.Jeremy Allison1-1/+5
2000-05-10lib/util_unistr.c:Jeremy Allison1-1/+1
2000-05-10- changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell3-10/+21
2000-05-10treat a blank "password server =" line as a "*" if in domain securityAndrew Tridgell1-3/+2
2000-05-10check for sighup on each packet - otherwise it can take a _long_ timeAndrew Tridgell1-0/+12
2000-05-10formatting fixAndrew Tridgell1-1/+1
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