Finally got around to updating the man pages for nmbd and smbd to reflect
[samba.git] / source3 /
1998-08-25 Luke Leightonadded loads of pointless rpcsvc/ and rpc/ include files...
1998-08-25 Andrew Tridgellproto changes
1998-08-25 Andrew Tridgellsome smbtorture hacks (random IPC calls)
1998-08-25 Andrew Tridgellchanged the default permissions code to do this:
1998-08-25 Jeremy AllisonAdded code to (correctly) ignore TRANSACT2_SETFILEINFO...
1998-08-24 Jeremy AllisonChanged ASSERT macros to SMB_ASSERT macros as some...
1998-08-24 Luke Leightonresource.h on FreeBSD 2.1 requires sys/time.h to come...
1998-08-22 Andrew Tridgelladded ASSERT() and ASSERT_ARRAY() macros and sprinkled...
1998-08-22 Andrew Tridgellexpanded MAX_LOOKUP_SIDS to 30 (I saw 21 in a packet)
1998-08-21 Christopher R. HertelJust tweaking.
1998-08-21 Christopher R. Hertelnmbd and smbd had different behavior with respect to...
1998-08-21 Andrew Tridgelldon't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM...
1998-08-21 Andrew Tridgelladded new smb.conf option "panic action". see my samba...
1998-08-21 Andrew Tridgelluse ZERO_STRUCT() to initialise lots of structures.
1998-08-21 Andrew Tridgelladded a macro ZERO_STRUCT() which is useful for initial...
1998-08-21 Richard SharpeSubmitting the smbtar changes to the main branch as...
1998-08-21 John TerpstraFix "make clean" to also delete SPROGS.
1998-08-21 Andrew Tridgelland get the message right ...
1998-08-21 Andrew Tridgellsilly me.
1998-08-21 Andrew Tridgellfixed a bug in trans2_qfilepathinfo() where we used...
1998-08-21 Jeremy AllisonFixes for the problem in blocking locks with file_fsp...
1998-08-20 Jeremy AllisonTurning on blocking locking code. NB. Blocking lock...
1998-08-20 Andrew Tridgelltestparm now prints a warning if the lock directory...
1998-08-19 Andrew Tridgelladded a test for a working setresuid
1998-08-19 Jeremy AllisonBlocking lock code split out...
1998-08-19 Jeremy AllisonMakefile.in: Moved blocking lock code into smbd/blockin...
1998-08-17 Jeremy Allisonsmbd/nttrans.c: Fixed bug in split off pipe code.
1998-08-17 Jeremy AllisonFixed bug introduced by the recent changes where the...
1998-08-17 Andrew Tridgellremoved some of the rough edges from the splitup
1998-08-17 Andrew Tridgellmove soem variables from server.c that don't belong...
1998-08-17 Andrew Tridgellthis completes the splitup of server.c.
1998-08-17 Andrew Tridgellmore splitting of server.c
1998-08-17 Andrew Tridgellnow that we have no global arrays we can start to split...
1998-08-17 Andrew Tridgelladded some optimisation for the case where the number...
1998-08-17 Andrew Tridgellreduced the memory footprint a bit by changing some...
1998-08-17 Andrew Tridgellmoved connection_struct handling code into smbd/conn...
1998-08-17 Andrew Tridgellconverted the policy code to use a linked list and...
1998-08-17 Andrew Tridgellmuch cleaner chain pointer handling for both files...
1998-08-17 Andrew Tridgellsome cleanups from the conversion of Pipes[] to a linke...
1998-08-16 Andrew TridgellI think it is pretty much decided that the next major...
1998-08-16 Andrew Tridgell- some tidying up in files.c
1998-08-16 Andrew Tridgellfixed some bugs in the locking_slow code caused by...
1998-08-16 Andrew Tridgelladded include of sys/resource.h
1998-08-16 Andrew Tridgellgot rid of the Files[] array completely (previously...
1998-08-16 Andrew Tridgellserver.c: fixed a bug in close_file() with the new...
1998-08-16 Andrew Tridgellchanged find_free_file() to file_new().
1998-08-15 Andrew Tridgellthis checkin gets rid of the global Files[] array and...
1998-08-15 Andrew Tridgelluse user instead of this_user to prevent global shadowing
1998-08-15 Andrew Tridgellsome more dummy files to ignore
1998-08-15 Andrew Tridgellmoved the printing related files to a separate printing...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-14 Andrew Tridgellremove an unused variable
1998-08-14 Andrew Tridgelldefine INADDR_NONE if not already defined
1998-08-14 Jeremy AllisonMakefile.in: Changed so that make proto will work with...
1998-08-13 John BlairAdded the '--with-netatalk' option to turn Netatalk...
1998-08-13 John BlairAdded the APPLEDOUBLE macro for the name of the directo...
1998-08-13 John BlairUh... I'm checking stuff in. Jeremy will by *so* pleas...
1998-08-13 Herb Lewismove smbd/print_svid.o from SMBD_OBJ1 to PARAM_OBJ...
1998-08-13 Herb Lewisreturn to old behaviour of dumping ALL parameters
1998-08-13 Jeremy AllisonHAVE_STATVFS should be STAT_STAVFS (caused printing...
1998-08-13 Jeremy AllisonMore blocking lock code - still #ifdef'ed out - under...
1998-08-13 Christopher R. HertelDebug output formatting change. I'm trying to combine...
1998-08-12 Christopher R. HertelChanged a call to fflush(dbg) to dbgflush().
1998-08-12 Christopher R. HertelI've added a dbgflush() function to debug.c. Calling...
1998-08-12 Andrew Tridgellfixed the nested comment - Jeremy, do you want that...
1998-08-11 Jeremy Allisoninclude/smb.h: Removed dir_ptr. Not needed.
1998-08-11 Christopher R. HertelQuick fix for a small problem. If you run 'nmbd -...
1998-08-11 Christopher R. HertelI've come up with a different scheme for doing the...
1998-08-11 Christopher R. HertelCleaned up some lint warnings (functions with return...
1998-08-11 Christopher R. HertelRemoved a stray semicolon in the DEBUGADD() macro.
1998-08-11 Christopher R. HertelI've added a test for lp_loaded() so that timestamps...
1998-08-11 Andrew Tridgellfixed a nasty bug in debug.c
1998-08-11 Andrew Tridgellmake sure that a fault cannot occur twice. The new...
1998-08-11 Jeremy AllisonMakefile.in: Added CHECK target back in (at Herb's...
1998-08-10 Jeremy AllisonMakefile.in: Fixed make clean bug with CVS directory...
1998-08-10 Andrew Tridgellmoved access.c into lib/ from smbd/ as it is needed...
1998-08-10 Andrew Tridgellsplit the system password checking routines out of...
1998-08-10 Andrew Tridgellmoved username.c into lib/ so we no longer $(PASSDB_OBJ...
1998-08-10 Andrew Tridgellsmbtorture now compiles
1998-08-10 Andrew Tridgellfixed the installation scripts for the new layout
1998-08-10 Andrew Tridgellthe rest of the binaries now compile and link
1998-08-09 Andrew Tridgella few more things compile.
1998-08-09 Andrew Tridgellswat compiles, with some even uglier hacks. we really...
1998-08-09 Andrew Tridgellnmbd compiles and links. I had to do some ugly stuff...
1998-08-09 Andrew Tridgellclose to having nmbd linking (just a bit of repository...
1998-08-09 Andrew Tridgellthis gets smbd compiling and linking correctly with...
1998-08-09 Andrew Tridgellremoved the if statements from the DEBUG() macro defini...
1998-08-09 Andrew Tridgellanother dummy file
1998-08-09 Andrew Tridgelladded ignore rules for the dummy files
1998-08-09 Andrew Tridgellthese dummy files are needed for autoconf processing
1998-08-09 Andrew Tridgellthe autoconf scripts are now converted to the new direc...
1998-08-09 Andrew Tridgellnew directory structure in configure.in
1998-08-08 Andrew Tridgellwe have to have the test for -lsocket before the test...
1998-08-08 Andrew Tridgelladded --with-nisplus-home option
1998-08-05 Jeremy AllisonFixed memory leak when freeing ChangeNotify structures.
1998-08-04 Jeremy Allisonnttrans.c: Fix change_notify. Queue processing code...
1998-08-04 Jeremy Allisonloadparm.c: Added "debug timestamp" synonym for Chris.
1998-08-03 Christopher R. HertelMore formatting changes. Mostly converted some DEBUG...
1998-08-03 Jeremy AllisonFirst implementation of ChangeNotify - this version...
next