summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-2.0.1cvs2svn Import User1999-02-060-0/+0
* preparing for release of 2.0.1Samba Release Account1999-02-0658-57/+60
* Updated for 2.0.1 release.Jeremy Allison1999-02-061-4/+46
* Preparing for 2.0.1 - updated rpm packaging now we can doJeremy Allison1999-02-067-76/+10
* lib/util_sock.c: Added debug print if core read or write fails to give UNIX e...Jeremy Allison1999-02-0510-3/+30
* Added updates to help users of "bind interfaces only".Jeremy Allison1999-02-053-15/+52
* Directory tidyups to help me track any problems.Jeremy Allison1999-02-052-13/+18
* Allow large file support to succeed even if ino_t isn't 64 bits and there'sJeremy Allison1999-02-052-6/+6
* Fixes for HPUX.Jeremy Allison1999-02-047-548/+622
* Minor wording change to the usage message for nmblookup.Richard Sharpe1999-02-041-1/+1
* Fixed nmblookup docs to match new code from Richard.Jeremy Allison1999-02-0418-27/+44
* Someone sent me a trace showing a client doing a readraw requestJeremy Allison1999-02-031-7/+10
* A couple of malloc fail catches.Jeremy Allison1999-02-032-1/+9
* Fixed bug where cli->timeout was in milliseconds, but open_sockets_outJeremy Allison1999-02-037-26/+52
* add ISA defineHerb Lewis1999-02-031-1/+2
* Applying Luke's fix for the multiple DCE/RPC PDU problem to 2.0.Jeremy Allison1999-02-033-41/+25
* allow specifying different instriction set arch. for regular and -32Herb Lewis1999-02-031-2/+4
* Minor changes to the usage message in neblookup to explain whatRichard Sharpe1999-02-021-3/+15
* Fixed bug for Turbo Pascal users whereJeremy Allison1999-02-021-1/+8
* Fixed devide by zero on SIGHUP bug if no stat cache lookupsJeremy Allison1999-02-021-1/+6
* Turns out that Win98 *can* display large volume sizes, even withHerb Lewis1999-02-012-10/+10
* `Michael Warfield1999-02-012-18/+63
* locking/locking_shm.c: Added printf to help track down negative share mode pr...Jeremy Allison1999-02-017-20/+39
* Be very careful allowing "utility" functions to modify input strings.Matthew Chapman1999-01-311-0/+3
* Fixed large (<4GB) filesystem size reporting.Jeremy Allison1999-01-291-2/+2
* Fixed large (>4GB) filesystem size reporting.Jeremy Allison1999-01-291-0/+2
* fix for print files not being removed after printing. Samba was doing aHerb Lewis1999-01-281-2/+9
* Added proto for the new cli_set_port() function.Jeremy Allison1999-01-261-0/+1
* First set of changes for SSL support under Samba 2.0.xRichard Sharpe1999-01-262-10/+17
* Making the -p functionality in smbclient work again!Richard Sharpe1999-01-263-3/+18
* "Map to guest" should be a global parameter.Matthew Chapman1999-01-263-7/+7
* Makefile.in: Removed SMB_PASSGRP_FILE - not used anywhere. Added --with-lockd...Jeremy Allison1999-01-265-551/+608
* Andrew paranoia fix with errno and EINTR.Jeremy Allison1999-01-251-1/+3
* Added HPUX signal fix for non-restarted waitpid syscall. Fix from Panu Outine...Jeremy Allison1999-01-252-2/+7
* Added sys_setgroups wrapper if getgroups are broken. Mainly used on SunOS.Jeremy Allison1999-01-233-6/+63
* hanged /dev/random to /dev/urandom to stop clients from waitingJeremy Allison1999-01-221-5/+9
* Changed path from BINDIR to SBINDIR. This was breaking on Linux systems.John Terpstra1999-01-221-2/+2
* Fixed the 'truncate files' bug. NT uses the SMB_SET_FILE_ALLOCATION_INFOJeremy Allison1999-01-221-6/+36
* Reversed the sense of the 21 -> 0x21 code test.Jeremy Allison1999-01-211-14/+11
* Added code to let NT do a 'delete on close' request on an openJeremy Allison1999-01-218-168/+245
* Turns out NT can send an NTcancel request with an invalid uid. This canJeremy Allison1999-01-201-1/+1
* smbd/ipc.c: Fixed potential return without calling va_end().Jeremy Allison1999-01-202-2/+11
* Fixed potential core-dump bug where conn pointer was being dereferencedJeremy Allison1999-01-191-5/+5
* Added bugfix from gotti@cs.tu-berlin.de for mangled name not matching in cache.Jeremy Allison1999-01-181-9/+10
* Fixed typo in bitmap code that could cause core dump on malloc fail.Jeremy Allison1999-01-181-1/+1
* As expected, people are complaining about the "32 bit lock message".Jeremy Allison1999-01-171-8/+10
* Adding Richard's change into 2.0.Jeremy Allison1999-01-171-0/+11
* Updated package-prep script - should have been done much earlier.John Terpstra1999-01-171-4/+3
* Added binary packaging scripts for solaris x86.John Terpstra1999-01-168-0/+151
* Fixed error in Sun2.6/gcc2.7 compile tests.Jeremy Allison1999-01-162-2/+2