summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Fixed error in Sun2.6/gcc2.7 compile tests.Jeremy Allison1999-01-162-2/+2
* Changed version to 2.0.0 for official release.Jeremy Allison1999-01-141-1/+1
* Changed 'large lock' warning message to debug level 1, not zero, toJeremy Allison1999-01-141-2/+2
* Fixed problem where with POSIX signal handling (as used in Solaris andJeremy Allison1999-01-141-1/+21
* Fixed the *other* typo in the mapping of 64 bit to 32 bit lock ranges :-).Jeremy Allison1999-01-141-1/+1
* fixed a missing IVAL in get_lock_offset(). There was no way that thisAndrew Tridgell1999-01-141-1/+1
* Fixed typo in uname command for HPUX that was preventing large file support.Jeremy Allison1999-01-132-2/+2
* utils/testparm.c: Fixed "passwd program" tests to look for the correct program.Jeremy Allison1999-01-132-6/+15
* configure configure.in: Fixed the compile problem with Solaris 2.6/2.7 andJeremy Allison1999-01-135-536/+593
* don't show create printer entries on printers page if you don't have haveHerb Lewis1999-01-121-4/+6
* Fixed biffer too small error to have 0xC0000000 OR'ed into it justJeremy Allison1999-01-121-1/+2
* Implemented NT_QUERY_SECURITY_DESCRIPTOR in the same way that NT respondsJeremy Allison1999-01-124-18/+109
* libsmb/nmblib.c: Fixed bug where odd byte count could cause nmbd toJeremy Allison1999-01-114-26/+70
* Fixed tests for platforms that have setreuid but not setresuid (suchJeremy Allison1999-01-111-12/+19
* don't panic on a null params in api_reply(). instead just return anAndrew Tridgell1999-01-101-1/+4
* fixed two compiler warningsAndrew Tridgell1999-01-101-2/+1
* fixed (harmless) bug in DEBUG() messageAndrew Tridgell1999-01-101-1/+1
* Fixed change notify for Visual C++.Jeremy Allison1999-01-091-28/+118
* jeremy had already added code to handle null paths :)Andrew Tridgell1999-01-091-1/+1
* handle null path in smbw_path()Andrew Tridgell1999-01-081-1/+1
* Check for a null pointer in smbw_path.Jeremy Allison1999-01-081-0/+3
* Fixed the 16-bit app directory handle problem (this took *way* longerJeremy Allison1999-01-084-164/+242