summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-2.0.0alpha6cvs2svn Import User1998-09-180-0/+0
|\
* | preparing for release of 2.0.0 alpha 6Samba Release Account1998-09-1853-53/+53
* | oops ... I got the filenames wrong in my cleanup of the wins databaseAndrew Tridgell1998-09-181-1/+2
* | Adding rewritten restore code ... Old code is still thereRichard Sharpe1998-09-183-69/+496
* | got rid of SMB_STRUCT_STATVFS. I don't think we should be definingAndrew Tridgell1998-09-184-36/+7
* | gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell1998-09-187-84/+49
* | added a SMB_OFF_T_BITS define, allowing us to get rid of most of theAndrew Tridgell1998-09-181-0/+2
* | fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)Andrew Tridgell1998-09-181-1/+1
* | removed another use of the LL suffix. Hopefully this is the last oneAndrew Tridgell1998-09-181-21/+19
* | fixed a usage of off_t that should have been SMB_OFF_TAndrew Tridgell1998-09-181-1/+1
* | got rid of some #ifdef LARGE_XXXX stuff and got rid of non-portable LLAndrew Tridgell1998-09-181-15/+4
* | include/includes.h:Jeremy Allison1998-09-183-3/+10
* | nmbd/nmbd_winsserver.c: Fixed printf style warning.Jeremy Allison1998-09-183-2/+3
* | configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-1722-98/+206
* | configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-1721-91/+100
* | configure, configure.in: Added fseek64 and ftell64.Jeremy Allison1998-09-171-2/+2
* | preparing for release of 2.0.0 alpha 5Samba Release Account1998-09-1753-53/+53
* | fixed another potential fork bomb where the wins file becomesAndrew Tridgell1998-09-172-0/+5
* | fixed the nmbd fork bomb. It was a silly mistake, asAndrew Tridgell1998-09-171-0/+3
* | fixed a typo in my last commitAndrew Tridgell1998-09-171-1/+1
* | fixed a potential problem with wins_write_database() child processes.Andrew Tridgell1998-09-174-19/+14
* | Removed hideous inefficiencies in old trim_string code. This was makingJeremy Allison1998-09-151-15/+22
* | Mapped correct open modes for READ_CONTROL access.Jeremy Allison1998-09-141-2/+3
* | Fixed problems people were having with creating profileJeremy Allison1998-09-142-2/+14
* | Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1998-09-117-13/+31
* | Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1998-09-117-35/+105
* | Added ssize_t to configure code.Jeremy Allison1998-09-1115-634/+608
* | smb.h: Removed fdnum from file_fd_struct. Not needed.Jeremy Allison1998-09-102-30/+109
* | fixed a bug in the wins database writer that caused the database to beAndrew Tridgell1998-09-101-3/+11
* | Improved stat cache code by uppercasing any search name that gets added toJeremy Allison1998-09-102-19/+17
* | Copyright notices written to debug logs are now through 1998.Christopher R. Hertel1998-09-092-2/+2
* | Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1998-09-087-33/+69
* | added 0x10 to the frag length in the "bind ack".Luke Leighton1998-09-071-1/+1
* | Adding header and footer html files for SWAT, adding samba.gif file too.John Terpstra1998-09-061-1/+8
* | add a "stat cache" boolean smb.conf option. (defaults to on)Andrew Tridgell1998-09-063-2/+15
* | fixed a stat cache bug (the one found by Matthew Geier).Andrew Tridgell1998-09-051-1/+5
* | added a configuration summary at the end of ./configure. It alsoAndrew Tridgell1998-09-053-0/+55
* | expand the sysv shmem test to look for semaphores as well as sharedAndrew Tridgell1998-09-051-1/+21
* | some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-0513-21/+23
* | some people are foolishly running ./configure from other than theAndrew Tridgell1998-09-056-75/+118
* | ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell1998-09-055-77/+0
* | tridge the destroyer returns!Andrew Tridgell1998-09-0553-2783/+463
* | Fixed one more Debug problem with inode in non-64 bit case.Jeremy Allison1998-09-051-1/+1
* | Bugfix for leak in reference counted file struct.Jeremy Allison1998-09-056-15/+19
* | got rid of interpret_security(). Thanks to Jean-Francois for pointingAndrew Tridgell1998-09-052-18/+0
* | Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1998-09-0410-134/+443
* | Fixed uppercasing of share name (pointed out by Jean-Francois).Jeremy Allison1998-09-041-1/+0
* | More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-0413-173/+298
* | Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-0333-447/+632
* | changed the SMBtrans reply code to align at the same alignment asAndrew Tridgell1998-09-031-13/+8