summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1998-10-14unused variable in pipe_smb_write_XLuke Leighton1-1/+0
1998-10-14dce/rpcLuke Leighton1-4/+4
1998-10-13use level 0 for DEBUG() of malformed password entry in smbpasswdAndrew Tridgell1-4/+4
1998-10-09basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1-1/+1
1998-10-09dce/rpcLuke Leighton1-1/+1
1998-10-09Added code to convert empty file names to "." so we avoidRichard Sharpe1-0/+12
1998-10-09Add a DEBUG to unix_convertRichard Sharpe1-0/+2
1998-10-08really fixed the warning this time :)Andrew Tridgell1-1/+1
1998-10-08fixed a warningAndrew Tridgell1-1/+1
1998-10-08- don't generate 0 params in tortureAndrew Tridgell1-10/+16
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell3-3/+2
1998-10-07dce/rpcLuke Leighton2-241/+12
1998-10-07return False _and_ a break in a switch statement.Luke Leighton1-1/+0
1998-10-07dce/rpcLuke Leighton4-3/+62
1998-10-06dce/rpcLuke Leighton1-20/+60
1998-10-06using wrong cli_state in "security = domain" call.Luke Leighton1-47/+51
1998-10-06implemented unix semantics for rename in smbwrapperAndrew Tridgell1-1/+1
1998-10-05fixed some cast warnings from "cc -64" on IRIXAndrew Tridgell2-7/+8
1998-10-05added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1-27/+8
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell1-2/+2
1998-10-04added support for printing via smbwrapperAndrew Tridgell1-7/+7
1998-10-03use O_ACCMODEAndrew Tridgell1-1/+1
1998-10-01got rid of USE_FILES_ARRAY code (it was unused)Andrew Tridgell1-106/+4
1998-09-30Implemented directory-relative opens for NT opens.Jeremy Allison1-4/+78
1998-09-30(Finally) implemented "max open files" as a global smb.conf parameter.Jeremy Allison1-22/+44
1998-09-30libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.Jeremy Allison2-4/+6
1998-09-29Got very strict about the differences and uses ofJeremy Allison4-36/+41
1998-09-29get away with dummy and .dummy filesAlexandre Oliva1-1/+0
1998-09-28Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison2-10/+48
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison4-19/+14
1998-09-28automated generation of .dummy files for each subdirectory;Alexandre Oliva1-1/+0
1998-09-26Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,Jeremy Allison2-11/+10
1998-09-26Small update to clitar.c to omit warnings about servers notRichard Sharpe1-3/+3
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison5-40/+50
1998-09-25added rpcclient programLuke Leighton1-2/+13
1998-09-25I've disabled the conversion of null filenames to "." until we solveAndrew Tridgell1-0/+3
1998-09-24Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1-4/+35
1998-09-23nttrans.c:Luke Leighton1-0/+1
1998-09-23Hoist by my own petard with warnings (forgot to set strict warningsJeremy Allison1-6/+6
1998-09-23smbd/oplock.c: Use O_CREAT and O_TRUNC and correct mode flagsJeremy Allison2-3/+3
1998-09-23First cut at kernel oplocks. This should have no effect unless runninJeremy Allison8-191/+653
1998-09-23look at the CAP_NT_SMBS bit in the client capabilities to determine ifAndrew Tridgell2-18/+25
1998-09-21major autoconf clean-upAlexandre Oliva1-0/+1
1998-09-203 changes:Andrew Tridgell2-11/+16
1998-09-19Small bit of paranioa. Ensure that if the incoming name toJeremy Allison1-2/+14
1998-09-18Fixed problems with premature kernel oplock checkin code.Jeremy Allison3-8/+7
1998-09-18configure configure.in include/config.h.in include/includes.hJeremy Allison2-5/+76
1998-09-18got rid of SMB_STRUCT_STATVFS. I don't think we should be definingAndrew Tridgell1-3/+7
1998-09-18gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell5-84/+36
1998-09-18fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)Andrew Tridgell1-1/+1