spruced up SWAT a bit - it now uses the new Samba logo at the top and
[samba.git] / source3 /
1998-09-01 Andrew Tridgellspruced up SWAT a bit - it now uses the new Samba logo...
1998-09-01 Andrew Tridgellfixed a bug in the base64 hanlding that led to auth...
1998-09-01 Andrew Tridgellcheck that a valid pipe is passed before doing a pipe...
1998-08-31 Jeremy Allisonconfigure.in, configure: include/config.h.in: Added...
1998-08-31 Andrew TridgellI looked at the refresh issue a bit more and discovered...
1998-08-31 Andrew Tridgellminor fixes to the DMB<->DMB sync code. We now get...
1998-08-31 Andrew Tridgellif an address is ipzero in cli_connect() then do a...
1998-08-31 Andrew TridgellI realised that my DMB<->DMB sync code has the property...
1998-08-31 Andrew Tridgellfixed a comment
1998-08-31 Andrew Tridgellset a maximum name refresh time of 20 minutes.
1998-08-31 Andrew Tridgellcast the qsort to prevent warnings
1998-08-31 Andrew Tridgellbounds check next_token() to prevent possible buffer...
1998-08-30 Andrew Tridgelladded a dest_port parameter to send_mailslot() so we...
1998-08-30 Andrew Tridgella couple of debug lines
1998-08-30 Andrew Tridgellfinished the asynchronous browse synchronisation code...
1998-08-30 Andrew TridgellThis should fix the zombie problem that luke noticed.
1998-08-30 Andrew Tridgellwe we have successfully done a query on *<1b> from...
1998-08-30 Andrew Tridgellchanged the way that name query records are sorted...
1998-08-30 Andrew Tridgellinclude our netbios names list and our workgroup in...
1998-08-30 Andrew Tridgelldon't put two spaces at the start of lines if logging...
1998-08-30 Andrew Tridgellchanged the format of the wins.dat file slightly.
1998-08-30 Andrew Tridgellallow smbclient to connect to IPC$ as an IPC service
1998-08-30 Andrew Tridgell- zero shared memory before freeing it
1998-08-30 Andrew Tridgelladded a function zero_free(void *, int size) that zeros...
1998-08-30 Andrew Tridgellchanged the size of a char array in the userdata_struct...
1998-08-30 Andrew Tridgelladded some defensive programming to nmbd. This mostly...
1998-08-29 Andrew Tridgellgot rid of calls to update_protected_database(). It...
1998-08-29 Andrew Tridgelldon't exit on a SIGPIPE
1998-08-28 Jeremy AllisonThis checking fixes the statcache bug that stopped...
1998-08-28 Andrew Tridgellnmbd would core dump if a large number of netbios alias...
1998-08-27 Jeremy AllisonFixed stat cache statistics calculation. Oops.
1998-08-27 Jeremy AllisonThis is the stat cache code - seems to work fine (needs...
1998-08-26 Luke Leightonoops - added /usr/include/rpc includes.
1998-08-26 Andrew Tridgelluse a separate ZERO_ARRAY() macro instead of ZERO_STRUC...
1998-08-26 Andrew Tridgellget includes right for systems that use getpwanam()
1998-08-26 Andrew Tridgelltook all the rpc includes back out until we can work...
1998-08-26 Andrew Tridgelladded a warning when loading a parameter that is deprecated
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...
next