summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* split all the change notify code out into a separate moduleAndrew Tridgell2000-06-122-392/+427
* a better test for oplocks being enabled in this kernelAndrew Tridgell2000-06-111-1/+18
* fixed Linux capabilities handlingAndrew Tridgell2000-06-111-21/+39
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-115-60/+125
* a first pass at Linux kernel oplocks supportAndrew Tridgell2000-06-103-15/+207
* continued the split of the kernel level oplocks code into a moreAndrew Tridgell2000-06-103-392/+412
* (Correct) fix for desired_access being zero in map_share_mode().Jeremy Allison2000-06-091-12/+12
* Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison2000-06-092-55/+15
* clean up oplock capability code ready for Linux codeAndrew Tridgell2000-06-093-161/+155
* split some of the irix kernel oplocks code into a functionAndrew Tridgell2000-06-091-68/+74
* free NET_USER_INFO_3 gids when vuser invalidated.Luke Leighton2000-06-091-0/+4
* dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton2000-06-091-23/+37
* reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton2000-06-092-29/+56
* Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu>Jeremy Allison2000-06-081-4/+4
* Fix for map_share_mode to allow desired access of zero map to stat open.Jeremy Allison2000-06-081-0/+11
* include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison2000-06-082-56/+29
* added a NET_USER_INFO_3 struct to user_struct.Luke Leighton2000-06-082-2/+38
* - changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIXAndrew Tridgell2000-06-081-14/+14
* Cause printer SD's to be displayed correctly (full control).Jeremy Allison2000-06-081-1/+1
* Fixing get/set of security descriptors.Jeremy Allison2000-06-073-1/+8
* moved secrets fns into secrets.cAndrew Tridgell2000-06-032-2/+2
* rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison2000-06-031-9/+9
* param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison2000-06-011-4/+4
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-0/+3
* Changed interface to set_nt_acl slightly.Jeremy Allison2000-05-311-1/+1
* Working UNIX -> NT ACL mapper.Jeremy Allison2000-05-311-2/+4
* Fixed interface between new ACLS and nttrans code.Jeremy Allison2000-05-312-183/+586
* debug output to /tmp.Luke Leighton2000-05-281-1/+1
* prs_give_memory in wrong place, also poss. was losing mem.Luke Leighton2000-05-272-7/+34
* fixed nttrans.cLuke Leighton2000-05-271-406/+38
* Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele2000-05-263-4/+5
* got rid of lp_revalidate()Andrew Tridgell2000-05-241-1/+1
* Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison2000-05-233-126/+202
* Fixed bug where file access was allowed on IPC$ share.Jeremy Allison2000-05-234-5/+11
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-181-0/+3
* The new msdfs implementation that uses symlinks to point to otherShirish Kalele2000-05-163-14/+14
* passdb/secrets.c: Fix typo in comment.Jeremy Allison2000-05-152-10/+0
* 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