summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* dce/rpcLuke Leighton1998-10-061-20/+60
* using wrong cli_state in "security = domain" call.Luke Leighton1998-10-061-47/+51
* implemented unix semantics for rename in smbwrapperAndrew Tridgell1998-10-061-1/+1
* fixed some cast warnings from "cc -64" on IRIXAndrew Tridgell1998-10-052-7/+8
* added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1998-10-051-27/+8
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-041-2/+2
* added support for printing via smbwrapperAndrew Tridgell1998-10-041-7/+7
* use O_ACCMODEAndrew Tridgell1998-10-031-1/+1
* got rid of USE_FILES_ARRAY code (it was unused)Andrew Tridgell1998-10-011-106/+4
* Implemented directory-relative opens for NT opens.Jeremy Allison1998-09-301-4/+78
* (Finally) implemented "max open files" as a global smb.conf parameter.Jeremy Allison1998-09-301-22/+44
* libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.Jeremy Allison1998-09-302-4/+6
* Got very strict about the differences and uses ofJeremy Allison1998-09-294-36/+41
* get away with dummy and .dummy filesAlexandre Oliva1998-09-291-1/+0
* Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison1998-09-282-10/+48
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-284-19/+14
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-1/+0
* Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,Jeremy Allison1998-09-262-11/+10
* Small update to clitar.c to omit warnings about servers notRichard Sharpe1998-09-261-3/+3
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-255-40/+50
* added rpcclient programLuke Leighton1998-09-251-2/+13
* I've disabled the conversion of null filenames to "." until we solveAndrew Tridgell1998-09-251-0/+3
* Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1998-09-241-4/+35
* nttrans.c:Luke Leighton1998-09-231-0/+1
* Hoist by my own petard with warnings (forgot to set strict warningsJeremy Allison1998-09-231-6/+6
* smbd/oplock.c: Use O_CREAT and O_TRUNC and correct mode flagsJeremy Allison1998-09-232-3/+3
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-238-191/+653
* look at the CAP_NT_SMBS bit in the client capabilities to determine ifAndrew Tridgell1998-09-232-18/+25
* major autoconf clean-upAlexandre Oliva1998-09-211-0/+1
* 3 changes:Andrew Tridgell1998-09-202-11/+16
* Small bit of paranioa. Ensure that if the incoming name toJeremy Allison1998-09-191-2/+14
* Fixed problems with premature kernel oplock checkin code.Jeremy Allison1998-09-183-8/+7
* configure configure.in include/config.h.in include/includes.hJeremy Allison1998-09-182-5/+76
* got rid of SMB_STRUCT_STATVFS. I don't think we should be definingAndrew Tridgell1998-09-181-3/+7
* gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell1998-09-185-84/+36
* fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)Andrew Tridgell1998-09-181-1/+1
* removed another use of the LL suffix. Hopefully this is the last oneAndrew Tridgell1998-09-181-21/+19
* fixed a usage of off_t that should have been SMB_OFF_TAndrew Tridgell1998-09-181-1/+1
* include/includes.h:Jeremy Allison1998-09-181-1/+1
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-178-44/+47
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-178-60/+29
* Mapped correct open modes for READ_CONTROL access.Jeremy Allison1998-09-141-2/+3
* Fixed problems people were having with creating profileJeremy Allison1998-09-141-2/+4
* Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1998-09-113-9/+27
* Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1998-09-116-35/+104
* Added ssize_t to configure code.Jeremy Allison1998-09-117-294/+295
* smb.h: Removed fdnum from file_fd_struct. Not needed.Jeremy Allison1998-09-101-29/+109
* Improved stat cache code by uppercasing any search name that gets added toJeremy Allison1998-09-102-19/+17
* Copyright notices written to debug logs are now through 1998.Christopher R. Hertel1998-09-091-1/+1
* Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1998-09-085-32/+49