summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed stat cache statistics calculation. Oops.Jeremy Allison1998-08-271-1/+1
* This is the stat cache code - seems to work fine (needs heavyJeremy Allison1998-08-277-50/+312
* changed the default permissions code to do this:Andrew Tridgell1998-08-251-12/+1
* Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...Jeremy Allison1998-08-252-2/+4
* Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1998-08-242-3/+3
* added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1998-08-221-7/+1
* nmbd and smbd had different behavior with respect to log files. nmbd wouldChristopher R. Hertel1998-08-211-7/+11
* don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -Andrew Tridgell1998-08-211-0/+4
* added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1998-08-211-3/+1
* fixed a bug in trans2_qfilepathinfo() where we used the length of theAndrew Tridgell1998-08-211-0/+4
* Fixes for the problem in blocking locks with file_fsp returning theJeremy Allison1998-08-213-32/+51
* Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1998-08-206-86/+316
* Blocking lock code split out...Jeremy Allison1998-08-191-0/+375
* Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1998-08-194-117/+176
* smbd/nttrans.c: Fixed bug in split off pipe code.Jeremy Allison1998-08-171-0/+4
* Fixed bug introduced by the recent changes where the chain_fnumJeremy Allison1998-08-173-171/+193
* removed some of the rough edges from the splitupAndrew Tridgell1998-08-172-435/+456
* move soem variables from server.c that don't belong there.Andrew Tridgell1998-08-174-51/+30
* this completes the splitup of server.c.Andrew Tridgell1998-08-178-3322/+3523
* more splitting of server.cAndrew Tridgell1998-08-174-557/+610