summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
...
* added some defensive programming to nmbd. This mostly means zeroingAndrew Tridgell1998-08-309-13/+29
* got rid of calls to update_protected_database(). It was causing coreAndrew Tridgell1998-08-292-74/+0
* don't exit on a SIGPIPEAndrew Tridgell1998-08-291-2/+1
* This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1998-08-2810-44/+91
* nmbd would core dump if a large number of netbios aliases is set. TheAndrew Tridgell1998-08-281-2/+3
* 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-2710-51/+327
* oops - added /usr/include/rpc includes.Luke Leighton1998-08-261-1/+2
* use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() forAndrew Tridgell1998-08-263-2/+3
* get includes right for systems that use getpwanam()Andrew Tridgell1998-08-261-0/+6
* took all the rpc includes back out until we can work out _why_ freebsdAndrew Tridgell1998-08-261-24/+0
* added a warning when loading a parameter that is deprecatedAndrew Tridgell1998-08-261-0/+5
* added loads of pointless rpcsvc/ and rpc/ include files, all becauseLuke Leighton1998-08-254-6/+41
* 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
* 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