summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* CUPS changes from 2.0 branchAndrew Tridgell1999-10-198-44/+87
|
* Fixed abort doing core dump if not started as root.Jeremy Allison1999-10-191-0/+10
| | | | Jeremy
* Fixed loss of errno with timestamp code. Spotted by Nigel Williams.Jeremy Allison1999-10-181-0/+4
| | | | Jeremy.
* client/smbmount.c: Added Andrew's fixes to use execvp.Jeremy Allison1999-10-185-32/+60
| | | | | | | | | include/includes.h: include/local.h: lib/util.c: libsmb/clientgen.c: Added Andrew's fixes to ensure TCP_NODELAY is used as a default socket option for the client. Jeremy.
* Set samba off by default.John Terpstra1999-10-181-0/+1
|
* Removed smbwrapper since it is broken under glibc-2.1.xJohn Terpstra1999-10-181-7/+11
|
* The "case sensitive", "casesignames" and "short preserve case"Tim Potter1999-10-181-4/+4
| | | | | | parameters are actually local parameters. The "valid chars" parameter is actually a global parameter.
* Changed mount.smb to link to smbmountJohn Terpstra1999-10-171-1/+7
|
* Revised error message format to line up with the others, for theMatthew Chapman1999-10-171-2/+1
| | | | benefit of script writers etc.
* Oops, called a function parameter "time", so -Wall gives "declaration ofMatthew Chapman1999-10-171-4/+4
| | | | 'time' overshadows global declaration" on every single inclusion of proto.h!
* Adding output message in smbclient if cli_list fails. Otherwise the userMatthew Chapman1999-10-171-1/+5
| | | | | does not know if an apparently "empty" directory in fact contains no files, or he/she does not have access to it, or whatever else happened.
* Moved scanning of command line parameters to *before* we become root.Jeremy Allison1999-10-171-27/+27
| | | | | | | This is due to the fact that the asserts in the new uid code will cause a core dump if not running as root. This means smbd -V core dumps instead of printing version info. Jeremy.
* Added preexec close and root preexec close docsJeremy Allison1999-10-173-6/+72
| | | | Jeremy.
* include/proto.h lib/fnmatch.c: Someone :-) forgot the auto-proto rules.Jeremy Allison1999-10-175-10/+40
| | | | | | | param/loadparm.c smbd/service.c: Added prexec close patch. web/swat.c: Added Andrew's warning for non-root users. Jeremy.
* Fixes for:Matthew Chapman1999-10-155-36/+36
| | | | | | * smbd parent never processes SIGHUP (PR#18806). * password sync fails if UNIX98 PTYs are supported but disabled (PR#20076). * log annoyances with "null passwords = yes" (PR#20697).
* minimal WHATSNEW for 2.0.6pre1Andrew Tridgell1999-10-131-0/+6
|
* Fixed up use of char as array subscript.Jeremy Allison1999-10-131-1/+2
| | | | Jeremy.
* Removed unused variable.Jeremy Allison1999-10-131-1/+0
| | | | Jeremy.
* Fixed gcc warning with printf.Jeremy Allison1999-10-131-2/+2
| | | | Jeremy.
* Removed unused variables (cuaght by gcc).Jeremy Allison1999-10-131-2/+0
| | | | Jeremy.
* Removed unused varaibles.Jeremy Allison1999-10-131-4/+0
| | | | Jeremy.
* Removed unused variables.Jeremy Allison1999-10-131-4/+0
| | | | Jeremy.
* Removed smbsh, smbwrapper.Jeremy Allison1999-10-121-7/+17
| | | | Jeremy.
* Added lib/fnmatch.o for systems for which "HAVE_FNMATCH" is False.Jeremy Allison1999-10-121-1/+1
| | | | Jeremy.
* version.h change to allow numbering of pre-release test buildsHerb Lewis1999-10-122-1/+4
| | | | samba.pl update for new numbering of pre-releases
* Added Herb's zero length string fix to release branch.Jeremy Allison1999-10-111-0/+7
| | | | Jeremy.
* Fixed typo spotted by J.F.Jeremy Allison1999-10-111-2/+2
| | | | Jeremy.
* Adding Andrew's changes into release branch.Jeremy Allison1999-10-113-3/+10
| | | | | | | include/local.h: Removed %o from default password script. smbd/open.c: Oplock bug where processing could happen with oplocks=no. web/statuspage.c: Error message fix. Jeremy.
* Added code to deal with client leaks in the findfirst/findnext directoryJeremy Allison1999-10-081-8/+25
| | | | | | handles code (Win98 seems to suffer from this). Should fix the 'all dirptrs in use' error that people have been reporting. Jeremy.
* Fix to include lsa_close call (was missing).Jeremy Allison1999-10-082-18/+14
| | | | Jeremy.
* Added test for multiple WINS servers.Jeremy Allison1999-10-081-1/+18
| | | | Jeremy.
* Updated docs for 'password server = *'.Jeremy Allison1999-10-076-44/+59
| | | | Jeremy.
* Added auto location of DC's.Jeremy Allison1999-10-077-282/+771
| | | | | | | | | lib/util.c: Added is_ipaddress() call. libsmb/clientgen.c: Tidied up code (added *functions* !:-). libsmb/namequery.c: The core of the auto location code. rpc_client/cli_netlogon.c: Used by smbpasswd to auto locate DC's. smbd/password.c: Used by smbd to auto locate DC's. Jeremy.
* lib/util_unistr.c: Added const's.Jeremy Allison1999-10-065-17/+39
| | | | | | | nmbd/nmbd_incomingdgrams.c: Fixed IRIX compiler picky warning. smbd/reply.c: Ensure username converted from DOS codepage to UNIX codepage at correct time. libsmb/clientgen.c: Ensure memcpy is used with encrypted passwords. Andrew please review this fix ! Jeremy.
* Ensure dos_PutUnistr returns length of string without terminating null.Jeremy Allison1999-10-051-1/+0
| | | | Jeremy.
* Fixed link typo.Jeremy Allison1999-09-303-3/+3
| | | | Jeremy.
* Added patch from Mattias.Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison1999-09-3012-102/+247
| | | | | | to implement hires timestamps, uid, pid and gid logging if the header timestamps are turned on. Jeremy.
* Adding Andrew's new man pages.Jeremy Allison1999-09-304-0/+232
| | | | Jeremy.
* Fix that could explain a longstanding bug w.r.t. Samba and Win95 clientsJeremy Allison1999-09-291-0/+8
| | | | | | | | | (fixed in Win98). If the first part of a reply to a chained packet is not aligned (and I'm now aligning on a 4 byte boundary, I may have been able to get away with 2 bytes) then the Win95 redirector just dies and sends a FIN packet as the reply. This could fix a whole stream of unreproducible bug reports for Win95. Jeremy.
* Adding replacement fnmatch files to RELEASE stream.Jeremy Allison1999-09-282-0/+273
| | | | Jeremy.
* Removed 256 constant in sys_select - replace with FD_SETSIZE (as that's whatJeremy Allison1999-09-282-2/+2
| | | | | is being used to calculate sizes anyway). Jeremy.
* Removed unneeded 'struct' for fussy compiler.Jeremy Allison1999-09-281-1/+1
| | | | Jeremy.
* I'm sure the NetBench testing would have caught the seconds/millisecondsJeremy Allison1999-09-281-1/+1
| | | | | oplock timeoput oops :-). Jeremy.
* script/installswat.sh: Fixed typo.Jeremy Allison1999-09-272-3/+4
| | | | | | smbd/server.c: Changed order so locking initilization is done before sockets are opened. Ensure root group is used. Jeremy.
* Adding Andrew's 2.0.6 changes into the release branch.Jeremy Allison1999-09-2754-597/+956
| | | | Jeremy.
* Adding WINS hook stuff.Jeremy Allison1999-09-272-0/+86
| | | | Jeremy.
* Merging Andrew's changes into the release branch. Also added theJeremy Allison1999-09-2458-818/+1021
| | | | | | range checking to the lib/util_unistr.c functions. Fixed the crash bug with long fstypes. Jeremy.
* Removed the MS-Office workaround for SMBmv at Andrew's request.Jeremy Allison1999-09-231-0/+9
| | | | | The beta tests will show if this is a good idea or not... :-). Jeremy.
* Forgot to remove mangle_locks from blocking.c..Jeremy Allison1999-09-221-22/+4
| | | | Jeremy.
* Removed the "mangle locks" parameter and moved the functionalityJeremy Allison1999-09-224-63/+96
| | | | | | | of lock mangling into lib/util.c for 64 bit failures on 32 bit filesystesm. Andrew - you can review the code now :-). Jeremy.