Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Install all html docs in yodl help directory - sync with HEAD. | Jeremy Allison | 1998-11-28 | 1 | -0/+7 | |
| | | | | | | | | Jeremy. | |||||
* | | Removed dangerous message command as per HEAD. Updated 'wins server' | Jeremy Allison | 1998-11-28 | 1 | -13/+4 | |
| | | | | | | | | | | entry as per HEAD. Jeremy. | |||||
* | | From HEAD - updated SWAT README to remove cgi-bin instructions. | Jeremy Allison | 1998-11-28 | 1 | -54/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed typo - browsable is an acronym for browseable. | John Terpstra | 1998-11-28 | 1 | -1/+1 | |
| | | ||||||
* | | I have done the evil thing :-). | Jeremy Allison | 1998-11-26 | 9 | -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 Allison | 1998-11-26 | 2 | -10/+10 | |
| | | | | | | | | Jeremy. | |||||
* | | add removeop in different place now | Herb Lewis | 1998-11-25 | 1 | -1/+1 | |
| | | ||||||
* | | Makefile.in: Added 'maintainer mode' fixes. | Jeremy Allison | 1998-11-25 | 5 | -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 Allison | 1998-11-25 | 1 | -3/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | In my changes prevously to the dos_xxx calls I missed dos_readdir and | Jeremy Allison | 1998-11-25 | 6 | -10/+25 | |
| | | | | | | | | | | friends. Jeremy. | |||||
* | | get rid of removeop - causes error | Herb Lewis | 1998-11-24 | 1 | -1/+1 | |
| | | ||||||
* | | Added lib/doscalls.c : This file collects all the calls that use dos_to_unix() | Jeremy Allison | 1998-11-24 | 19 | -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 Lewis | 1998-11-24 | 1 | -1/+1 | |
| | | ||||||
* | | don't return error if stopping and samba was not running | Herb Lewis | 1998-11-24 | 1 | -0/+1 | |
| | | ||||||
* | | Fixed gcc isdigit warning. | Jeremy Allison | 1998-11-24 | 2 | -5/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed bug in oplock test file path specification. | Jeremy Allison | 1998-11-24 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed warning with gcc -Wall -Wshadow. | Jeremy Allison | 1998-11-23 | 1 | -2/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | preparing for release of 2.0.0beta2 | Samba Release Account | 1998-11-23 | 59 | -57/+63 | |
| | | ||||||
* | | Removed unused local var. | Jeremy Allison | 1998-11-23 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Changed samba.anu.edu.au -> samba.org. | Jeremy Allison | 1998-11-23 | 8 | -32/+32 | |
| | | | | | | | | Jeremy. | |||||
* | | Updated for samba.anu.edu.au -> samba.org | Jeremy Allison | 1998-11-23 | 13 | -35/+35 | |
| | | | | | | | | Jeremy. | |||||
* | | Updated the samba.anu.edu.au -> samba.org for the docs. | Jeremy Allison | 1998-11-23 | 89 | -463/+478 | |
| | | | | | | | | Jeremy. | |||||
* | | Changed samba.anu.edu.au -> samba.org | Jeremy Allison | 1998-11-23 | 11 | -44/+86 | |
| | | | | | | | | | | Added Andrew's all_string_sub changes. Jeremy. | |||||
* | | One more cut'n'paste bug. (Ooops). | Jeremy Allison | 1998-11-21 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | smbd/password.c: Fixed the HEAD branch changes that accidentally got propagated. | Jeremy Allison | 1998-11-21 | 3 | -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 Allison | 1998-11-21 | 3 | -15/+30 | |
| | | | | | | | | Jeremy | |||||
* | | Added Andrew's latest HEAD changes back to 2.0 | Jeremy Allison | 1998-11-21 | 3 | -121/+21 | |
| | | | | | | | | Jeremy. | |||||
* | | Updated version info for Beta2. | Jeremy Allison | 1998-11-21 | 2 | -2/+4 | |
| | | | | | | | | | | Makefile.in: Fixes sbin/bin bug. Jeremy. | |||||
* | | smbd/password.c: Even though the password server is supposed to be a NetBIOS ↵ | Jeremy Allison | 1998-11-21 | 2 | -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 Allison | 1998-11-20 | 1 | -0/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | cconfig.h configure configure.in include/config.h.in: Changed autoconf to be ↵ | Jeremy Allison | 1998-11-20 | 5 | -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 Allison | 1998-11-20 | 3 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | wrong directory path for smbd and nmbd | Herb Lewis | 1998-11-20 | 1 | -2/+2 | |
| | | ||||||
* | | Makefile.in: Added passing of CPPFLAGS into Makefile. | Jeremy Allison | 1998-11-19 | 4 | -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 Allison | 1998-11-19 | 3 | -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=" parameters | Herb Lewis | 1998-11-19 | 2 | -4/+5 | |
| | | | | | | | | idb.pl : change default behaviour for installation of config files. | |||||
* | | update testparm with -s option so it doesn't require a carriage return | Herb Lewis | 1998-11-19 | 4 | -14/+52 | |
| | | | | | | | | | | also allow specifying [host hostip] without [configfile] updated man page | |||||
* | | Fixes for autoconf on HPUX. Includes ANSI -Ae flag test for HPUX | Jeremy Allison | 1998-11-19 | 5 | -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 Allison | 1998-11-19 | 5 | -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 Lewis | 1998-11-19 | 1 | -0/+17 | |
| | | ||||||
* | | added $(CPPFLAGS) to FLAGS1. This allows building with tools not in / | Herb Lewis | 1998-11-19 | 1 | -1/+1 | |
| | | ||||||
* | | don't strip binaries. create /usr/samba/scripts directory for utility | Herb Lewis | 1998-11-19 | 1 | -7/+11 | |
| | | | | | | | | scripts. Start swat at end of install | |||||
* | | Added auto detection of the (broken IMHO) typedefs for int32 and uint32 | Jeremy Allison | 1998-11-19 | 5 | -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 Allison | 1998-11-18 | 6 | -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 the | Jeremy Allison | 1998-11-18 | 3 | -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 Terpstra | 1998-11-18 | 6 | -213/+114 | |
| | | ||||||
* | | change to new prefix path | Herb Lewis | 1998-11-18 | 1 | -1/+1 | |
| | | ||||||
* | | Added fixes to stop HAVE_NETGROUPS being defined on systems that | Jeremy Allison | 1998-11-18 | 5 | -15/+26 | |
| | | | | | | | | | | don't have a hope of having them. Jeremy. | |||||
* | | Fixed the modtime bug that Andrej <borsenkow.msk@sni.de> was moaning | Jeremy Allison | 1998-11-17 | 4 | -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 Allison | 1998-11-17 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | BASEDIR, BINDIR, SBINDIR, LIBDIR, MANDIR. The packaging files will need to be changed before another release ! Jeremy. |