summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added loads of pointless rpcsvc/ and rpc/ include files, all becauseLuke Leighton1998-08-254-6/+41
* note that "alternate permissions" is deprecated in man pageAndrew Tridgell1998-08-251-16/+2
* proto changesAndrew Tridgell1998-08-251-1/+5
* some smbtorture hacks (random IPC calls)Andrew Tridgell1998-08-252-9/+65
* changed the default permissions code to do this:Andrew Tridgell1998-08-253-14/+3
* 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-2413-58/+58
* resource.h on FreeBSD 2.1 requires sys/time.h to come first.Luke Leighton1998-08-241-11/+11
* added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1998-08-2211-12/+106
* expanded MAX_LOOKUP_SIDS to 30 (I saw 21 in a packet)Andrew Tridgell1998-08-221-1/+1
* Just tweaking.Christopher R. Hertel1998-08-211-2/+20
* nmbd and smbd had different behavior with respect to log files. nmbd wouldChristopher R. Hertel1998-08-212-12/+22
* don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -Andrew Tridgell1998-08-211-0/+4
* Adding first cut of the new Red Hat Linux packaging tools.John Terpstra1998-08-2112-0/+972
* added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1998-08-216-20/+17
* use ZERO_STRUCT() to initialise lots of structures.Andrew Tridgell1998-08-212-2/+60
* added a macro ZERO_STRUCT() which is useful for initialisingAndrew Tridgell1998-08-211-0/+3
* Submitting the smbtar changes to the main branch as well.Richard Sharpe1998-08-211-1/+6
* Fix "make clean" to also delete SPROGS.John Terpstra1998-08-211-1/+1
* and get the message right ...Andrew Tridgell1998-08-211-1/+1
* silly me.Andrew Tridgell1998-08-211-1/+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-208-89/+325
* testparm now prints a warning if the lock directory doesn't have 0644Andrew Tridgell1998-08-201-4/+15
* added a test for a working setresuidAndrew Tridgell1998-08-194-139/+176
* 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-198-410/+186
* smbd/nttrans.c: Fixed bug in split off pipe code.Jeremy Allison1998-08-172-4/+16
* Fixed bug introduced by the recent changes where the chain_fnumJeremy Allison1998-08-174-172/+196
* 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-1710-3349/+3574
* more splitting of server.cAndrew Tridgell1998-08-176-564/+627
* now that we have no global arrays we can start to split up the monsterAndrew Tridgell1998-08-176-495/+553
* added some optimisation for the case where the number of open files isAndrew Tridgell1998-08-177-95/+84
* reduced the memory footprint a bit by changing some large static intAndrew Tridgell1998-08-171-9/+10
* moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1998-08-1710-145/+247
* converted the policy code to use a linked list and bitmap. This savesAndrew Tridgell1998-08-173-279/+289
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-1711-87/+81
* some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1998-08-1711-373/+350
* I think it is pretty much decided that the next major version will beAndrew Tridgell1998-08-161-1/+1
* - some tidying up in files.cAndrew Tridgell1998-08-163-11/+10
* fixed some bugs in the locking_slow code caused by the recent changes.Andrew Tridgell1998-08-161-8/+9
* added include of sys/resource.hAndrew Tridgell1998-08-164-189/+238
* got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1998-08-168-154/+234
* server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1998-08-165-29/+154
* changed find_free_file() to file_new().Andrew Tridgell1998-08-164-11/+11
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-1518-942/+957
* use user instead of this_user to prevent global shadowingAndrew Tridgell1998-08-152-36/+36