summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Install all html docs in yodl help directory - sync with HEAD.Jeremy Allison1998-11-281-0/+7
| | | | | | | | Jeremy.
* | Removed dangerous message command as per HEAD. Updated 'wins server'Jeremy Allison1998-11-281-13/+4
| | | | | | | | | | entry as per HEAD. Jeremy.
* | From HEAD - updated SWAT README to remove cgi-bin instructions.Jeremy Allison1998-11-281-54/+5
| | | | | | | | Jeremy.
* | Fixed typo - browsable is an acronym for browseable.John Terpstra1998-11-281-1/+1
| |
* | I have done the evil thing :-).Jeremy Allison1998-11-269-29/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have added the 'crap applience' mode code to the 2.0 branch. This allows smbd in security=server or security=domain mode to create a UNIX user on the fly if the password server accepts them but there is no local UNIX user. It uses two new parameters add user script delete user script and replaces %u with the username. Note that I have violated my own rules by not yet documenting this :-). But I intend to, after some more testing. It seems ok - but needs more testing. Jeremy.
* | Added Luke's fix for the samlogon_user hack problem.Jeremy Allison1998-11-262-10/+10
| | | | | | | | Jeremy.
* | add removeop in different place nowHerb Lewis1998-11-251-1/+1
| |
* | Makefile.in: Added 'maintainer mode' fixes.Jeremy Allison1998-11-255-337/+1358
| | | | | | | | | | | | | | aclocal.m4: Added new function - AC_LIBTESTFUNC. configure.in: Fixes for the messy -lsec, -lsecurity code. include/includes.h: Added a default printcap define. Jeremy.
* | Fixed parameter strings to slprintf for sid components.Jeremy Allison1998-11-251-3/+3
| | | | | | | | Jeremy.
* | In my changes prevously to the dos_xxx calls I missed dos_readdir andJeremy Allison1998-11-256-10/+25
| | | | | | | | | | friends. Jeremy.
* | get rid of removeop - causes errorHerb Lewis1998-11-241-1/+1
| |
* | Added lib/doscalls.c : This file collects all the calls that use dos_to_unix()Jeremy Allison1998-11-2419-519/+680
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to map filenames before accessing the UNIX filesystem. The other changes are to make the code that previously allways called the ambiguous functions (such as file_size(), that internally called dos_to_unix()) to be unambiguous. For example: file_size() becomes "dos_file_size()", that calls dos_to_unix(), and file_size(), that does not. It is now very explicit when we are calling a dos mapping call and when we are not. Also added string_to_sid unsigned fix by adding the strtoul from libg++ code into lib/replace.c and testing for strtoul in configure.in. Jeremy.
* | fix up exitops to use chroot so they will run from miniroot (if necessary)Herb Lewis1998-11-241-1/+1
| |
* | don't return error if stopping and samba was not runningHerb Lewis1998-11-241-0/+1
| |
* | Fixed gcc isdigit warning.Jeremy Allison1998-11-242-5/+5
| | | | | | | | Jeremy.
* | Fixed bug in oplock test file path specification.Jeremy Allison1998-11-241-1/+1
| | | | | | | | Jeremy.
* | Fixed warning with gcc -Wall -Wshadow.Jeremy Allison1998-11-231-2/+1
| | | | | | | | Jeremy.
* | preparing for release of 2.0.0beta2Samba Release Account1998-11-2359-57/+63
| |
* | Removed unused local var.Jeremy Allison1998-11-231-1/+1
| | | | | | | | Jeremy.
* | Changed samba.anu.edu.au -> samba.org.Jeremy Allison1998-11-238-32/+32
| | | | | | | | Jeremy.
* | Updated for samba.anu.edu.au -> samba.orgJeremy Allison1998-11-2313-35/+35
| | | | | | | | Jeremy.
* | Updated the samba.anu.edu.au -> samba.org for the docs.Jeremy Allison1998-11-2389-463/+478
| | | | | | | | Jeremy.
* | Changed samba.anu.edu.au -> samba.orgJeremy Allison1998-11-2311-44/+86
| | | | | | | | | | Added Andrew's all_string_sub changes. Jeremy.
* | One more cut'n'paste bug. (Ooops).Jeremy Allison1998-11-211-1/+1
| | | | | | | | Jeremy.
* | smbd/password.c: Fixed the HEAD branch changes that accidentally got propagated.Jeremy Allison1998-11-213-36/+150
| | | | | | | | | | web/cgi.c web/swat.c: Updated with Andrew's latest fix. Jeremy.
* | Fixed packaging Makefile.in patch with the latest sbin/bin change.Jeremy Allison1998-11-213-15/+30
| | | | | | | | Jeremy
* | Added Andrew's latest HEAD changes back to 2.0Jeremy Allison1998-11-213-121/+21
| | | | | | | | Jeremy.
* | Updated version info for Beta2.Jeremy Allison1998-11-212-2/+4
| | | | | | | | | | Makefile.in: Fixes sbin/bin bug. Jeremy.
* | smbd/password.c: Even though the password server is supposed to be a NetBIOS ↵Jeremy Allison1998-11-212-2/+10
| | | | | | | | | | | | | | | | | | name, allow a longer name and use a called name of *SMBSERVER is so. web/swat.c: Changed hideous '?' help to a 'help<6 spaces> link. Looks *so* much nicer :-). Jeremy.
* | Instrumented hack fix with debug level 10 statements just in case :-).Jeremy Allison1998-11-201-0/+3
| | | | | | | | Jeremy.
* | cconfig.h configure configure.in include/config.h.in: Changed autoconf to be ↵Jeremy Allison1998-11-205-188/+670
| | | | | | | | | | | | | | | | | | more intelligent about looking in -lsec and -lsecurity. Fewer special cases. rpc_client/cli_netlogon.c: Removed 'matching bits' check in attempt to get joining a domain hosted by a NT3.51 PDC working. Jeremy.
* | Fixed stupid blunder where I moved getpwanam to getpwnam. Ooops.Jeremy Allison1998-11-203-4/+4
| | | | | | | | Jeremy.
* | wrong directory path for smbd and nmbdHerb Lewis1998-11-201-2/+2
| |
* | Makefile.in: Added passing of CPPFLAGS into Makefile.Jeremy Allison1998-11-194-414/+437
| | | | | | | | | | | | | | | | | | | | | | | | configure configure.in include/config.h.in: Fixes for AIX4.x. AIX *will not* enable large file support of *any* description unless either -D_LARGE_FILES or -D_LARGE_FILES_API are defined. I chose "-D_LARGE_FILES" as this leads to cleaner code... Also fixed bug where getpwnam was listed as getpw(a)nam in configure.in. Jeremy.
* | smbd/nttrans.c: Added 'only print once' semantics for unimplemented NT SMB ↵Jeremy Allison1998-11-193-5/+92
| | | | | | | | | | | | | | | | | | | | calls. smbd/ipc.c: *Gross* and *disgusting* hack to try and make NT use old Lanman printer semantics. Remove as *SOON* as we get the correct SPOOLSS pipe code....... Jeremy.
* | smb.conf : explicitly state "printcap name=" and "security=" parametersHerb Lewis1998-11-192-4/+5
| | | | | | | | idb.pl : change default behaviour for installation of config files.
* | update testparm with -s option so it doesn't require a carriage returnHerb Lewis1998-11-194-14/+52
| | | | | | | | | | also allow specifying [host hostip] without [configfile] updated man page
* | Fixes for autoconf on HPUX. Includes ANSI -Ae flag test for HPUXJeremy Allison1998-11-195-393/+490
| | | | | | | | | | compiler and check for getspnam in -lsec. Jeremy.
* | Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.Jeremy Allison1998-11-195-407/+475
| | | | | | | | | | | | acconfig.h configure configure.in include/config.h.in: Fixes to DEC OSF1. libsmb/nmblib.c: Fixes to nmbd jumps in scope names. Jeremy.
* | remove swat from inetd.conf and /etc/services if samba removed.Herb Lewis1998-11-191-0/+17
| |
* | added $(CPPFLAGS) to FLAGS1. This allows building with tools not in /Herb Lewis1998-11-191-1/+1
| |
* | don't strip binaries. create /usr/samba/scripts directory for utilityHerb Lewis1998-11-191-7/+11
| | | | | | | | scripts. Start swat at end of install
* | Added auto detection of the (broken IMHO) typedefs for int32 and uint32Jeremy Allison1998-11-195-399/+577
| | | | | | | | | | in rpc/types.h in DEC OSF1. Should correctly check on all platforms now. Jeremy.
* | Added some of the fixes needed for OSF1 (Digital UNIX).Jeremy Allison1998-11-186-152/+212
| | | | | | | | | | | | | | HAVE_PUTPRPWNAM is defined in -lsecurity. <net/route.h> needed to stop compile complaints in <net/if.h> smbpasswd: Moved SunOS optind/optarg to global scope. Jeremy
* | Fixed crash bug found by russian codepage problem.... although how theJeremy Allison1998-11-183-6/+12
| | | | | | | | | | | | | | two are related I'm not sure :-). Problem was assuming that fd_ptr in the files_struct was always non-null (which is not the case when directories are open). Jeremy.
* | Updated packaging files in line with Makefile.in changes.John Terpstra1998-11-186-213/+114
| |
* | change to new prefix pathHerb Lewis1998-11-181-1/+1
| |
* | Added fixes to stop HAVE_NETGROUPS being defined on systems thatJeremy Allison1998-11-185-15/+26
| | | | | | | | | | don't have a hope of having them. Jeremy.
* | Fixed the modtime bug that Andrej <borsenkow.msk@sni.de> was moaningJeremy Allison1998-11-174-4/+26
| | | | | | | | | | | | | | | | | | about :-). If a client does a modify timestamp on an open file (which will do no good at all on UNIX :-) then keep the modify request pending in the files_struct and apply it at close instead. Jeremy.
* | Made the Makefile.in use the configure paths for :Jeremy Allison1998-11-171-6/+6
| | | | | | | | | | | | | | | | | | BASEDIR, BINDIR, SBINDIR, LIBDIR, MANDIR. The packaging files will need to be changed before another release ! Jeremy.