summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* added 0x10 to the frag length in the "bind ack".Luke Leighton1998-09-071-1/+1
* add a "stat cache" boolean smb.conf option. (defaults to on)Andrew Tridgell1998-09-061-2/+10
* fixed a stat cache bug (the one found by Matthew Geier).Andrew Tridgell1998-09-051-1/+5
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-054-9/+11
* ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell1998-09-051-4/+0
* tridge the destroyer returns!Andrew Tridgell1998-09-0511-266/+247
* Fixed one more Debug problem with inode in non-64 bit case.Jeremy Allison1998-09-051-1/+1
* Bugfix for leak in reference counted file struct.Jeremy Allison1998-09-054-15/+13
* Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1998-09-044-32/+170
* More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-042-9/+13
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-0310-162/+172
* changed the SMBtrans reply code to align at the same alignment asAndrew Tridgell1998-09-031-13/+8
* fixed a bug in the name mangling code. It implicitly assumed thatAndrew Tridgell1998-09-032-40/+40
* Fix for PR#9497 - not waiting for child.Jeremy Allison1998-09-021-2/+4
* we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell1998-09-021-23/+3
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-0113-99/+99
* check that a valid pipe is passed before doing a pipe close.Andrew Tridgell1998-09-011-0/+4
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-316-29/+42
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-314-19/+19
* This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1998-08-282-7/+15