Ok - this is the 'expose 64 bit to the clients' checkin.
[samba.git] / source3 /
1998-09-11 Jeremy AllisonOk - this is the 'expose 64 bit to the clients' checkin.
1998-09-11 Jeremy AllisonAdded ssize_t to configure code.
1998-09-10 Jeremy Allisonsmb.h: Removed fdnum from file_fd_struct. Not needed.
1998-09-10 Andrew Tridgellfixed a bug in the wins database writer that caused...
1998-09-10 Jeremy AllisonImproved stat cache code by uppercasing any search...
1998-09-09 Christopher R. HertelCopyright notices written to debug logs are now through...
1998-09-08 Jeremy AllisonAdded back groupname map stuff removed by Andrew's...
1998-09-07 Luke Leightonadded 0x10 to the frag length in the "bind ack".
1998-09-06 Andrew Tridgelladd a "stat cache" boolean smb.conf option. (defaults...
1998-09-05 Andrew Tridgellfixed a stat cache bug (the one found by Matthew Geier).
1998-09-05 Andrew Tridgelladded a configuration summary at the end of ./configure...
1998-09-05 Andrew Tridgellexpand the sysv shmem test to look for semaphores as...
1998-09-05 Andrew Tridgellsome cleanups to use ZERO_STRUCT() and friends
1998-09-05 Andrew Tridgellsome people are foolishly running ./configure from...
1998-09-05 Andrew Tridgellahh, the joy of deleting large chunks of code that...
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-05 Jeremy AllisonFixed one more Debug problem with inode in non-64 bit...
1998-09-05 Jeremy AllisonBugfix for leak in reference counted file struct.
1998-09-05 Andrew Tridgellgot rid of interpret_security(). Thanks to Jean-Francoi...
1998-09-04 Jeremy AllisonModified dev_t and ino_t code to be 64 bit clean (inclu...
1998-09-04 Jeremy AllisonFixed uppercasing of share name (pointed out by Jean...
1998-09-04 Jeremy AllisonMore 64 bit stuff - now the fcntl locks are 64 bit...
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-03 Andrew Tridgellchanged the SMBtrans reply code to align at the same...
1998-09-03 Andrew Tridgellwe were setting the strings 1 too long in make_srv_shar...
1998-09-03 Andrew Tridgellfixed a bug in the name mangling code. It implicitly...
1998-09-02 Jeremy AllisonFix for PR#9497 - not waiting for child.
1998-09-02 Andrew Tridgellwe are never interested in SIGPIPE so just ignore ...
1998-09-02 Andrew Tridgelluse /swat/ prefix in both inetd and cgi modes, to enabl...
1998-09-01 Jeremy AllisonMissed one struct stat.
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-09-01 Andrew Tridgellneed to istall new files
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.
next