summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison22-98/+206
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison21-91/+100
1998-09-17configure, configure.in: Added fseek64 and ftell64.Jeremy Allison1-2/+2
1998-09-17preparing for release of 2.0.0 alpha 5Samba Release Account53-53/+53
1998-09-17fixed another potential fork bomb where the wins file becomesAndrew Tridgell2-0/+5
1998-09-17fixed the nmbd fork bomb. It was a silly mistake, asAndrew Tridgell1-0/+3
1998-09-17fixed a typo in my last commitAndrew Tridgell1-1/+1
1998-09-17fixed a potential problem with wins_write_database() child processes.Andrew Tridgell4-19/+14
1998-09-15Removed hideous inefficiencies in old trim_string code. This was makingJeremy Allison1-15/+22
1998-09-14Mapped correct open modes for READ_CONTROL access.Jeremy Allison1-2/+3
1998-09-14Fixed problems people were having with creating profileJeremy Allison2-2/+14
1998-09-11Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison7-13/+31
1998-09-11Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison7-35/+105
1998-09-11Added ssize_t to configure code.Jeremy Allison15-634/+608
1998-09-10smb.h: Removed fdnum from file_fd_struct. Not needed.Jeremy Allison2-30/+109
1998-09-10fixed a bug in the wins database writer that caused the database to beAndrew Tridgell1-3/+11
1998-09-10Improved stat cache code by uppercasing any search name that gets added toJeremy Allison2-19/+17
1998-09-09Copyright notices written to debug logs are now through 1998.Christopher R. Hertel2-2/+2
1998-09-08Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison7-33/+69
1998-09-07added 0x10 to the frag length in the "bind ack".Luke Leighton1-1/+1
1998-09-06Adding header and footer html files for SWAT, adding samba.gif file too.John Terpstra1-1/+8
1998-09-06add a "stat cache" boolean smb.conf option. (defaults to on)Andrew Tridgell3-2/+15
1998-09-05fixed a stat cache bug (the one found by Matthew Geier).Andrew Tridgell1-1/+5
1998-09-05added a configuration summary at the end of ./configure. It alsoAndrew Tridgell3-0/+55
1998-09-05expand the sysv shmem test to look for semaphores as well as sharedAndrew Tridgell1-1/+21
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell13-21/+23
1998-09-05some people are foolishly running ./configure from other than theAndrew Tridgell6-75/+118
1998-09-05ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell5-77/+0
1998-09-05tridge the destroyer returns!Andrew Tridgell53-2783/+463
1998-09-05Fixed one more Debug problem with inode in non-64 bit case.Jeremy Allison1-1/+1
1998-09-05Bugfix for leak in reference counted file struct.Jeremy Allison6-15/+19
1998-09-05got rid of interpret_security(). Thanks to Jean-Francois for pointingAndrew Tridgell2-18/+0
1998-09-04Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison10-134/+443
1998-09-04Fixed uppercasing of share name (pointed out by Jean-Francois).Jeremy Allison1-1/+0
1998-09-04More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison13-173/+298
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison33-447/+632
1998-09-03changed the SMBtrans reply code to align at the same alignment asAndrew Tridgell1-13/+8
1998-09-03we were setting the strings 1 too long in make_srv_share_info1_str()Andrew Tridgell1-2/+2
1998-09-03fixed a bug in the name mangling code. It implicitly assumed thatAndrew Tridgell3-45/+43
1998-09-02Fix for PR#9497 - not waiting for child.Jeremy Allison1-2/+4
1998-09-02we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell3-44/+5
1998-09-02changed ref to samba.gif to use /swat/ prefixAndrew Tridgell1-1/+1
1998-09-02use /swat/ prefix in both inetd and cgi modes, to enable a static header.htmlAndrew Tridgell2-19/+8
1998-09-01Missed one struct stat.Jeremy Allison1-2/+2
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison32-185/+196
1998-09-01Matthew is no longer wokring on SWATAndrew Tridgell1-4/+3
1998-09-01need to istall new filesAndrew Tridgell1-1/+8
1998-09-01spruced up SWAT a bit - it now uses the new Samba logo at the top andAndrew Tridgell4-21/+40
1998-09-01fixed a bug in the base64 hanlding that led to auth failures for someAndrew Tridgell1-2/+6
1998-09-01check that a valid pipe is passed before doing a pipe close.Andrew Tridgell1-0/+4