summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1998-08-26use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() forAndrew Tridgell3-2/+3
1998-08-26get includes right for systems that use getpwanam()Andrew Tridgell1-0/+6
1998-08-26took all the rpc includes back out until we can work out _why_ freebsdAndrew Tridgell1-24/+0
1998-08-26added a warning when loading a parameter that is deprecatedAndrew Tridgell1-0/+5
1998-08-25Finally got around to updating the man pages for nmbd and smbd to reflectChristopher R. Hertel2-3/+19
1998-08-25added loads of pointless rpcsvc/ and rpc/ include files, all becauseLuke Leighton4-6/+41
1998-08-25note that "alternate permissions" is deprecated in man pageAndrew Tridgell1-16/+2
1998-08-25proto changesAndrew Tridgell1-1/+5
1998-08-25some smbtorture hacks (random IPC calls)Andrew Tridgell2-9/+65
1998-08-25changed the default permissions code to do this:Andrew Tridgell3-14/+3
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 Allison13-58/+58
1998-08-24resource.h on FreeBSD 2.1 requires sys/time.h to come first.Luke Leighton1-11/+11
1998-08-22added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell11-12/+106
1998-08-22expanded MAX_LOOKUP_SIDS to 30 (I saw 21 in a packet)Andrew Tridgell1-1/+1
1998-08-21Just tweaking.Christopher R. Hertel1-2/+20
1998-08-21nmbd and smbd had different behavior with respect to log files. nmbd wouldChristopher R. Hertel2-12/+22
1998-08-21don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -Andrew Tridgell1-0/+4
1998-08-21Adding first cut of the new Red Hat Linux packaging tools.John Terpstra12-0/+972
1998-08-21added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell6-20/+17
1998-08-21use ZERO_STRUCT() to initialise lots of structures.Andrew Tridgell2-2/+60
1998-08-21added a macro ZERO_STRUCT() which is useful for initialisingAndrew Tridgell1-0/+3
1998-08-21Submitting the smbtar changes to the main branch as well.Richard Sharpe1-1/+6
1998-08-21Fix "make clean" to also delete SPROGS.John Terpstra1-1/+1
1998-08-21and get the message right ...Andrew Tridgell1-1/+1
1998-08-21silly me.Andrew Tridgell1-1/+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 Allison8-89/+325
1998-08-20testparm now prints a warning if the lock directory doesn't have 0644Andrew Tridgell1-4/+15
1998-08-19added a test for a working setresuidAndrew Tridgell4-139/+176
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 Allison8-410/+186
1998-08-17smbd/nttrans.c: Fixed bug in split off pipe code.Jeremy Allison2-4/+16
1998-08-17Fixed bug introduced by the recent changes where the chain_fnumJeremy Allison4-172/+196
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 Tridgell10-3349/+3574
1998-08-17more splitting of server.cAndrew Tridgell6-564/+627
1998-08-17now that we have no global arrays we can start to split up the monsterAndrew Tridgell6-495/+553
1998-08-17added some optimisation for the case where the number of open files isAndrew Tridgell7-95/+84
1998-08-17reduced the memory footprint a bit by changing some large static intAndrew Tridgell1-9/+10
1998-08-17moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell10-145/+247
1998-08-17converted the policy code to use a linked list and bitmap. This savesAndrew Tridgell3-279/+289
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell11-87/+81
1998-08-17some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell11-373/+350
1998-08-16I think it is pretty much decided that the next major version will beAndrew Tridgell1-1/+1
1998-08-16- some tidying up in files.cAndrew Tridgell3-11/+10
1998-08-16fixed some bugs in the locking_slow code caused by the recent changes.Andrew Tridgell1-8/+9
1998-08-16added include of sys/resource.hAndrew Tridgell4-189/+238