summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
1998-09-18removed another use of the LL suffix. Hopefully this is the last oneAndrew Tridgell1-21/+19
1998-09-18fixed a usage of off_t that should have been SMB_OFF_TAndrew Tridgell1-1/+1
1998-09-18include/includes.h:Jeremy Allison1-1/+1
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison8-44/+47
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison8-60/+29
1998-09-14Mapped correct open modes for READ_CONTROL access.Jeremy Allison1-2/+3
1998-09-14Fixed problems people were having with creating profileJeremy Allison1-2/+4
1998-09-11Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison3-9/+27
1998-09-11Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison6-35/+104
1998-09-11Added ssize_t to configure code.Jeremy Allison7-294/+295
1998-09-10smb.h: Removed fdnum from file_fd_struct. Not needed.Jeremy Allison1-29/+109
1998-09-10Improved stat cache code by uppercasing any search name that gets added toJeremy Allison2-19/+17
1998-09-09Copyright notices written to debug logs are now through 1998.Christopher R. Hertel1-1/+1
1998-09-08Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison5-32/+49
1998-09-07added 0x10 to the frag length in the "bind ack".Luke Leighton1-1/+1
1998-09-06add a "stat cache" boolean smb.conf option. (defaults to on)Andrew Tridgell1-2/+10
1998-09-05fixed a stat cache bug (the one found by Matthew Geier).Andrew Tridgell1-1/+5
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell4-9/+11
1998-09-05ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell1-4/+0
1998-09-05tridge the destroyer returns!Andrew Tridgell11-266/+247
1998-09-05Fixed one more Debug problem with inode in non-64 bit case.Jeremy Allison1-1/+1
1998-09-05Bugfix for leak in reference counted file struct.Jeremy Allison4-15/+13
1998-09-04Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison4-32/+170
1998-09-04More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison2-9/+13
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison10-162/+172
1998-09-03changed the SMBtrans reply code to align at the same alignment asAndrew Tridgell1-13/+8
1998-09-03fixed a bug in the name mangling code. It implicitly assumed thatAndrew Tridgell2-40/+40
1998-09-02Fix for PR#9497 - not waiting for child.Jeremy Allison1-2/+4
1998-09-02we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell1-23/+3