tprouty/samba.git
1998-09-21 cvs2svn Import... This commit was manufactured by cvs2svn to create tag release-2-0-0-alpha-7
1998-09-21 Alexandre Olivareplace getpass() with getsmbpass() if getsmbpass.c...
1998-09-21 Alexandre Olivamajor autoconf clean-up
1998-09-21 Alexandre Olivaimplemented du and tar -n
1998-09-20 Andrew Tridgelllp_fstype() proto
1998-09-20 Andrew Tridgell3 changes:
1998-09-20 Andrew Tridgelladded a per-share parameter "fstype" that allows you...
1998-09-20 Andrew Tridgelladd a define for SMB_SEARCH_BITS and change comment...
1998-09-19 Richard SharpeFixed changes in clitar.c that Jeremey noted. One chang...
1998-09-19 Jeremy AllisonSmall bit of paranioa. Ensure that if the incoming...
1998-09-19 Jeremy AllisonRemove some byte-copying code in unix_format() that...
1998-09-18 Jeremy AllisonNow that Alexandre Oliva has explained the use of accon...
1998-09-18 Jeremy AllisonFixed position of LARGE_SMB_OFF_T definition. The SOFF_...
1998-09-18 Jeremy AllisonChanged variable TAB to htab as TAB is defined in a...
1998-09-18 Jeremy AllisonFixed problems with premature kernel oplock checkin...
1998-09-18 Jeremy Allisonconfigure configure.in include/config.h.in include...
1998-09-18 Jeremy AllisonFixed compile errors in new code.
1998-09-18 Samba Release... preparing for release of 2.0.0 alpha 6
1998-09-18 Andrew Tridgelloops ... I got the filenames wrong in my cleanup of...
1998-09-18 Richard SharpeAdding rewritten restore code ... Old code is still...
1998-09-18 Andrew Tridgellgot rid of SMB_STRUCT_STATVFS. I don't think we should...
1998-09-18 Andrew Tridgellgto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks...
1998-09-18 Andrew Tridgelladded a SMB_OFF_T_BITS define, allowing us to get rid...
1998-09-18 Andrew Tridgellfixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)
1998-09-18 Andrew Tridgellremoved another use of the LL suffix. Hopefully this...
1998-09-18 Andrew Tridgellfixed a usage of off_t that should have been SMB_OFF_T
1998-09-18 Andrew Tridgellgot rid of some #ifdef LARGE_XXXX stuff and got rid...
1998-09-18 Jeremy Allisoninclude/includes.h:
1998-09-18 Jeremy Allisonnmbd/nmbd_winsserver.c: Fixed printf style warning.
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-09-17 Jeremy Allisonconfigure configure.in: Added tests for fseek64 and...
1998-09-17 Jeremy Allisonconfigure, configure.in: Added fseek64 and ftell64.
1998-09-17 Samba Release... preparing for release of 2.0.0 alpha 5
1998-09-17 Andrew Tridgellfixed another potential fork bomb where the wins file...
1998-09-17 Andrew Tridgellfixed the nmbd fork bomb. It was a silly mistake, as
1998-09-17 Andrew Tridgellfixed a typo in my last commit
1998-09-17 Andrew Tridgellfixed a potential problem with wins_write_database...
1998-09-15 Jeremy AllisonRemoved hideous inefficiencies in old trim_string code...
1998-09-14 Jeremy AllisonMapped correct open modes for READ_CONTROL access.
1998-09-14 Jeremy AllisonFixed problems people were having with creating profile
1998-09-11 Jeremy AllisonOk so with this bugfix 64 bit file access actually...
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... Copyright 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 John TerpstraAdding header and footer html files for SWAT, adding...
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 Tridgellchanged ref to samba.gif to use /swat/ prefix
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 TridgellMatthew is no longer wokring on SWAT
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 Christopher... I added notes about the changes I've made to 2.0.0...
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 Samba Release... preparing for release of 2.0.0 alpha 1
1998-08-31 Samba Release... preparing for release of 2.0.0 alpha
1998-08-31 Andrew Tridgellfixed a comment
1998-08-31 Andrew Tridgellupdated the WHATSNEW in preparation for an alpha release
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...
next