summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell8-465/+647
2000-06-12fixed comments at top of moduleAndrew Tridgell1-2/+3
2000-06-12split all the change notify code out into a separate moduleAndrew Tridgell2-392/+427
2000-06-11a better test for oplocks being enabled in this kernelAndrew Tridgell1-1/+18
2000-06-11fixed Linux capabilities handlingAndrew Tridgell1-21/+39
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell5-60/+125
2000-06-10a first pass at Linux kernel oplocks supportAndrew Tridgell3-15/+207
2000-06-10continued the split of the kernel level oplocks code into a moreAndrew Tridgell3-392/+412
2000-06-09(Correct) fix for desired_access being zero in map_share_mode().Jeremy Allison1-12/+12
2000-06-09Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison2-55/+15
2000-06-09clean up oplock capability code ready for Linux codeAndrew Tridgell3-161/+155
2000-06-09split some of the irix kernel oplocks code into a functionAndrew Tridgell1-68/+74
2000-06-09free NET_USER_INFO_3 gids when vuser invalidated.Luke Leighton1-0/+4
2000-06-09dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton1-23/+37
2000-06-09reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton2-29/+56
2000-06-08Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu>Jeremy Allison1-4/+4
2000-06-08Fix for map_share_mode to allow desired access of zero map to stat open.Jeremy Allison1-0/+11
2000-06-08include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison2-56/+29
2000-06-08added a NET_USER_INFO_3 struct to user_struct.Luke Leighton2-2/+38
2000-06-08- changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIXAndrew Tridgell1-14/+14
2000-06-08Cause printer SD's to be displayed correctly (full control).Jeremy Allison1-1/+1
2000-06-07Fixing get/set of security descriptors.Jeremy Allison3-1/+8
2000-06-03moved secrets fns into secrets.cAndrew Tridgell2-2/+2
2000-06-03rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison1-9/+9
2000-06-01param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison1-4/+4
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-0/+3
2000-05-31Changed interface to set_nt_acl slightly.Jeremy Allison1-1/+1
2000-05-31Working UNIX -> NT ACL mapper.Jeremy Allison1-2/+4
2000-05-31Fixed interface between new ACLS and nttrans code.Jeremy Allison2-183/+586
2000-05-28debug output to /tmp.Luke Leighton1-1/+1
2000-05-27prs_give_memory in wrong place, also poss. was losing mem.Luke Leighton2-7/+34
2000-05-27fixed nttrans.cLuke Leighton1-406/+38
2000-05-26Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele3-4/+5
2000-05-24got rid of lp_revalidate()Andrew Tridgell1-1/+1
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