summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison13-99/+99
1998-09-01check that a valid pipe is passed before doing a pipe close.Andrew Tridgell1-0/+4
1998-08-31configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison6-29/+42
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell4-19/+19
1998-08-28This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison2-7/+15
1998-08-27Fixed stat cache statistics calculation. Oops.Jeremy Allison1-1/+1
1998-08-27This is the stat cache code - seems to work fine (needs heavyJeremy Allison7-50/+312
1998-08-25changed the default permissions code to do this:Andrew Tridgell1-12/+1
1998-08-25Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...Jeremy Allison2-2/+4
1998-08-24Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison2-3/+3
1998-08-22added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1-7/+1
1998-08-21nmbd and smbd had different behavior with respect to log files. nmbd wouldChristopher R. Hertel1-7/+11
1998-08-21don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -Andrew Tridgell1-0/+4
1998-08-21added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1-3/+1
1998-08-21fixed a bug in trans2_qfilepathinfo() where we used the length of theAndrew Tridgell1-0/+4
1998-08-21Fixes for the problem in blocking locks with file_fsp returning theJeremy Allison3-32/+51
1998-08-20Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison6-86/+316
1998-08-19Blocking lock code split out...Jeremy Allison1-0/+375
1998-08-19Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison4-117/+176
1998-08-17smbd/nttrans.c: Fixed bug in split off pipe code.Jeremy Allison1-0/+4
1998-08-17Fixed bug introduced by the recent changes where the chain_fnumJeremy Allison3-171/+193
1998-08-17removed some of the rough edges from the splitupAndrew Tridgell2-435/+456
1998-08-17move soem variables from server.c that don't belong there.Andrew Tridgell4-51/+30
1998-08-17this completes the splitup of server.c.Andrew Tridgell8-3322/+3523
1998-08-17more splitting of server.cAndrew Tridgell4-557/+610