summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-2.0.0alpha5cvs2svn Import User1998-09-170-0/+0
|\
* | 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
* | we were setting the strings 1 too long in make_srv_share_info1_str()Andrew Tridgell1998-09-031-2/+2
* | fixed a bug in the name mangling code. It implicitly assumed thatAndrew Tridgell1998-09-033-45/+43
* | Fix for PR#9497 - not waiting for child.Jeremy Allison1998-09-021-2/+4
* | we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell1998-09-023-44/+5
* | changed ref to samba.gif to use /swat/ prefixAndrew Tridgell1998-09-021-1/+1
* | use /swat/ prefix in both inetd and cgi modes, to enable a static header.htmlAndrew Tridgell1998-09-022-19/+8
* | Missed one struct stat.Jeremy Allison1998-09-011-2/+2
* | More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-0132-185/+196
* | Matthew is no longer wokring on SWATAndrew Tridgell1998-09-011-4/+3
* | need to istall new filesAndrew Tridgell1998-09-011-1/+8
* | spruced up SWAT a bit - it now uses the new Samba logo at the top andAndrew Tridgell1998-09-014-21/+40
* | fixed a bug in the base64 hanlding that led to auth failures for someAndrew Tridgell1998-09-011-2/+6
* | check that a valid pipe is passed before doing a pipe close.Andrew Tridgell1998-09-011-0/+4
* | configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-3116-336/+455
* | I added notes about the changes I've made to 2.0.0. I put the change toChristopher R. Hertel1998-08-311-2/+29