kai/samba.git
26 years agoUpdated for 1.9.17alpha5 release.
Samba Release Account [Thu, 31 Jul 1997 19:24:52 +0000 (19:24 +0000)]
Updated for 1.9.17alpha5 release.
Jeremy (jallison@whistle.com)
(This used to be commit 8f8b562015431fec661f5dc466cc2433f3d68955)

26 years agosmb.conf.5: Added netbios aliases entry.
Samba Release Account [Thu, 31 Jul 1997 18:51:21 +0000 (18:51 +0000)]
smb.conf.5: Added netbios aliases entry.
Support.txt: One more USA consultant.
Jeremy (jallison@whistle.com)
(This used to be commit df99a780daedf138df82241d4534f103ce9729b1)

26 years agoloadparm.c: Added new netbios aliases parameter (code from Cisco)
Samba Release Account [Thu, 31 Jul 1997 18:47:26 +0000 (18:47 +0000)]
loadparm.c: Added new netbios aliases parameter (code from Cisco)
nameannounce.c: Code to announce aliases as well as our own names.
namedbsubnet.c: Code to add the aliases to the server list.
nameserv.c: Code to defend our aliases on the namelist.
namework.c: Code to check it's one of our aliases.
nmbd.c: Code to initialise the aliases.
proto.h: Fixup protos.
util.c: Code to check it's one of our aliases.
All above code based on code for 1.9.16p11 donated by Cisco
from Ben Woodard <bwoodard@luthien.cisco.com>
Jeremy (jallison@whistle.com)
(This used to be commit a2ce1c0cb1331551ff728dcfe3260fab4cd827e5)

26 years agoMade docs more up to date with source. Preparing for 1.9.17alpha5.
Samba Release Account [Wed, 30 Jul 1997 19:25:11 +0000 (19:25 +0000)]
Made docs more up to date with source. Preparing for 1.9.17alpha5.
Jeremy (jallison@whistle.com)
(This used to be commit 148b7a2ee3f520f31793d25ebe164a147f2afdfe)

26 years agoclient.c: Minor change to cast parameters for DEC unix.
Samba Release Account [Wed, 30 Jul 1997 19:17:51 +0000 (19:17 +0000)]
client.c: Minor change to cast parameters for DEC unix.
clientutil.c: Minor change to cast parameters for DEC unix.
ipc.c: Fixes to parameterise the stuff John wants.
loadparm.c: Fixes to parameterise the stuff John wants.
nameannounce.c: Fixes to parameterise the stuff John wants.
namedbwork.c: Fixes to parameterise the stuff John wants.
nameserv.h: Fixes to parameterise the stuff John wants.
proto.h: Fixes to parameterise the stuff John wants.
smb.h: Fixes to parameterise the stuff John wants.
util.c: tidy.
Jeremy (jallison@whistle.com)
(This used to be commit 9fbca2594ba775450d5dca13cbce257b4362ca66)

26 years agoMinor text mods, mostly checking that CVS still works
Samba Release Account [Wed, 30 Jul 1997 10:13:14 +0000 (10:13 +0000)]
Minor text mods, mostly checking that CVS still works
Dan
(This used to be commit 632bf0dab06bccd082a9fc64a62ff7c99982d2b6)

26 years agoMissed removing some redundent code.
Samba Release Account [Mon, 28 Jul 1997 19:21:56 +0000 (19:21 +0000)]
Missed removing some redundent code.
Jeremy (jallison@whistle.com)
(This used to be commit 4135fdb32327b394e586173bb2d51b7b676b409e)

26 years agoAdded one more consultant. Jeremy.
Samba Release Account [Mon, 28 Jul 1997 19:04:26 +0000 (19:04 +0000)]
Added one more consultant. Jeremy.
(This used to be commit 79815d66b9953b99686834e7c8aac36a163c0e13)

26 years agoclient.c: Added amanda fixes.
Samba Release Account [Mon, 28 Jul 1997 18:59:57 +0000 (18:59 +0000)]
client.c: Added amanda fixes.
clitar.c: Added amanda fixes.
nameannounce.c: Removed redundent code.
nameelect.c: Removed redundent code.
nameserv.h: Removed redundent code.
nameservresp.c: Removed redundent code.
namework.c: Removed redundent code.
password.c: Prevented crash if getpwnam fails.
Jeremy (jallison@whistle.com)
(This used to be commit 760fe30353de66e8e6571f8ff4ec1064261b5428)

26 years agoJHT ===> Just playin' wif da RPM 'tings. Ok?
John Terpstra [Sat, 26 Jul 1997 16:08:49 +0000 (16:08 +0000)]
JHT ===> Just playin' wif da RPM 'tings. Ok?
(This used to be commit 4d9b2f48b737a3757a3c482d3d90cf0b9778260a)

26 years agoRe-added shm stuff - keeps getting lost.
Samba Release Account [Thu, 24 Jul 1997 23:29:52 +0000 (23:29 +0000)]
Re-added shm stuff - keeps getting lost.
Jeremy (jallison@whistle.com)
(This used to be commit 4fad0a63aa6712775610f7d341ba243e6353ce3b)

26 years agoloadparm.c: Changed default create mask to 755 to support MAP_ARCHIVE.
Samba Release Account [Thu, 24 Jul 1997 22:42:16 +0000 (22:42 +0000)]
loadparm.c: Changed default create mask to 755 to support MAP_ARCHIVE.
server.c: Added check for MAP_ARCHIVE before we set archive bit.
Jeremy (jallison@whistle.com)
(This used to be commit d21a166277776f6750b7bcc3c4f9073cce17eacb)

26 years agonameserv.c: split add_domain_names() into three functions:
Samba Release Account [Thu, 24 Jul 1997 20:39:30 +0000 (20:39 +0000)]
nameserv.c: split add_domain_names() into three functions:
            add_domain_logon_names() - adds <1c> names on WINS and broadcast.
            add_domain_master_wins() - adds <1b> name only with WINS server
            add_domain_master_bcast() - adds <1b> names only by bcast.

          : made add_domain_names() add <1c> names, unconditionally, and
            add <1b> name with the WINS server if using a WINS server, or
            add <1b> name by broadcast if _not_ using a WINS server, but
            _not_ both.

          : removed the direct parameter from remove_name_entry() and
            add_my_name_entry().

nameelect.c: made become_domain_master(), on successful registration of
             the <1b> name with the WINS server, go ahead and register
             the <1b> names by broadcast.  if the <1b> name is _not_
             successfully registered with the WINS server, the broadcast
             registration of <1b> names will _not_ proceed.

namedbsubnet.c: sorted out calls to add_my_name_entry() and remove_my_name()
                which no longer has a direct parameter.

this is all added because...

in order to fix a compatibility bug with 1.9.16p2->p11, jeremy had added a
feature that got the <1b> broadcast registered names _directly_ into the nmbd
netbios lists, undefended.  the aim was to get round the aggressive netbios
registration of <1b> names of 1.9.16p2->p11.

however, because 1.9.16p2->p11 don't properly _provide_ netlogon services,
it is better that an error message appears in 1.9.17 logs, and that
administrators are made aware of the problems with 1.9.16p2->p11, and replace
1.9.16p2->p11 servers, rather than attempt to run 1.9.16 alonside 1.9.17.

(these warning messages will need to be added...)

in _addition_, they shouldn't _be_ getting two samba servers to provide
domain logon / domain master services for the same workgroup in the same
WINS scope!

lkcl
(This used to be commit 5a668ff7ba83433b5eaa9f7d03a42573ee26caf9)

26 years agoremoved definition of strslashcmp - now a static in clitar.c.
Samba Release Account [Thu, 24 Jul 1997 20:16:07 +0000 (20:16 +0000)]
removed definition of strslashcmp - now a static in clitar.c.
Jeremy (jallison@whistle.com)
(This used to be commit 83448e7a1176b68ed90532a69b4408cd579db8d8)

26 years agopatch by glenn burkhardt to allow recursive excluding of directories.
Samba Release Account [Thu, 24 Jul 1997 20:04:16 +0000 (20:04 +0000)]
patch by glenn burkhardt to allow recursive excluding of directories.
glenn@aoi.ultranet.com

lkcl
(This used to be commit 4aac8449ae1f4e9d214071e8b254ce8b391496a4)

26 years agoAdded consultant.
Samba Release Account [Thu, 24 Jul 1997 18:48:03 +0000 (18:48 +0000)]
Added consultant.
(This used to be commit b2066a9c4c7af0d3ddecc42d10767376352ddd4f)

26 years agoChanged default create mask parameter to 0744 as per John's request.
Samba Release Account [Thu, 24 Jul 1997 17:45:16 +0000 (17:45 +0000)]
Changed default create mask parameter to 0744 as per John's request.
Tidied up mask descriptions.
Jeremy (jallison@whistle.com)
(This used to be commit d9c331d79d3addae7b0b4cc3c7fd40dfa8903a9c)

26 years agoMakefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.com
Samba Release Account [Thu, 24 Jul 1997 17:25:11 +0000 (17:25 +0000)]
Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.com
client.c: Made prompt appear at debug level 0. Fixed strcasecmp redefinition.
            Caused client to use set_blocking rather than making fcntl calls itself.
dir.c: Removed redundent snum parameters.
includes.h: Added SCO fixes.
loadparm.c: Made default 'files to hide' a null string.
nmbd.c: Removed O_NONBLOCK from pid file open for platforms that dont have it.
proto.h: Changed snum to cnum where needed. Changed is_xx_path to is_in_path
            (now called via MACRO).
quotas.c: Swapped setuid/seteuid calls when restoring uid.
reply.c: Removed redundent snum parameters.
server.c: Changed snum to cnum where needed. Setup new veto_list, hide_list
            namelists. Added standard_sub changes from
            Stefaan A Eeckels <Stefaan.Eeckels@ecc.lu> and
            Paul Rippin <pr3245@nopc.eurostat.cec.be>
shmem.c: Changed cast for sizeof to be int before negating.
smb.h: Added new veto_list, hide_list entries to connections.
            Added IS_PRINT, IS_HIDDEN_PATH, IS_VETO_PATH macros.
trans2.c: Removed redundent snum parameters.
util.c: Added standard_sub_basic changes from
            Stefaan A Eeckels <Stefaan.Eeckels@ecc.lu> and
            Paul Rippin <pr3245@nopc.eurostat.cec.be>
            Fixed up veto/hidden path processing so the paths are
            pres-parsed and checked for wildcards (for speed).
Jeremy (jallison@whistle.com)
(This used to be commit 9afa36f7874cfd527aa6ef1e7965c1d35d46ab1f)

26 years agoJHT ===> Getting ready for release of 1.9.17alpha5
John Terpstra [Wed, 23 Jul 1997 10:54:00 +0000 (10:54 +0000)]
JHT ===> Getting ready for release of 1.9.17alpha5
Please note that version.h has been updated!!!!!!!!!!
(This used to be commit 271d12b5ddc372500feea8fec5678191ba4ebcf8)

26 years agocharset.c: Fixed signed/unsigned issues.
Samba Release Account [Tue, 22 Jul 1997 19:04:40 +0000 (19:04 +0000)]
charset.c: Fixed signed/unsigned issues.
password.c: Fixed problem with MS-Exchange services.
Jeremy (jallison@whistle.com)
(This used to be commit e723dd3deec00a91568c5aa546374409ce7ba379)

26 years agoRemoved lp_killunused() call from server main loop. This
Samba Release Account [Tue, 22 Jul 1997 18:35:44 +0000 (18:35 +0000)]
Removed lp_killunused() call from server main loop. This
WAS A MAJOR BUG THAT CAN CAUSE IPC$ to be removed !!!!!
Not sure how this one got introduced (but I have my
suspicions :-). lp_killunused() MUST ONLY BE CALLED from
reload_services().
Jeremy (jallison@whistle.com)
(This used to be commit 937f0fbf87c4b66a947215ee13a69d1e19e4ff77)

26 years agoAdded Canadian consultant.
Samba Release Account [Mon, 21 Jul 1997 23:20:11 +0000 (23:20 +0000)]
Added Canadian consultant.
Jeremy (jallison@whistle.com)
(This used to be commit 34f2c1d7b27bbd88da5bb2239ad4d60c8af7882c)

26 years agoAdded Australian consultant - removed Richard Sharpe duplicate.
Samba Release Account [Mon, 21 Jul 1997 17:28:53 +0000 (17:28 +0000)]
Added Australian consultant - removed Richard Sharpe duplicate.
Jeremy (jallison@whistle.com)
(This used to be commit 6b56ff1891d6c17025020713ac1682b1372f2243)

26 years agoFixed bug with -add code that put wrong password in nt md4 field.
Samba Release Account [Mon, 21 Jul 1997 16:58:10 +0000 (16:58 +0000)]
Fixed bug with -add code that put wrong password in nt md4 field.
Jeremy (jallison@whistle.com)
(This used to be commit aabb18953b5d026af3548610aa1ffd6ea2fd72e5)

26 years agoSupport.txt: Modified a consultant's entry (Italy)
Samba Release Account [Fri, 18 Jul 1997 20:26:23 +0000 (20:26 +0000)]
Support.txt: Modified a consultant's entry (Italy)
smb.conf.5: Documented follow symlinks parameter.
Jeremy (jallison@whistle.com)
(This used to be commit ed6aaf2667c5cd731f8fce78163162817a18c240)

26 years agocharset.c: Split charset_initialise() into 2 - a charset_initialise() and
Samba Release Account [Fri, 18 Jul 1997 20:21:32 +0000 (20:21 +0000)]
charset.c: Split charset_initialise() into 2 - a charset_initialise() and
            a codepage_initialise(). Fixes problem with initialising dos map
            twice.
charset.h:  Changes to support charset changes.
client.c:   Changes to support charset changes.
loadparm.c: follow symlinks parameter from David Clerc <David.Clerc@cui.unige.ch>
nmbd.c: Changes to support charset changes.
nmblookup.c:Changes to support charset changes.
proto.h: Changes to support charset changes.
reply.c: Don't call security=server with no user/no password guest. Fix from
            Stefaan A Eeckels <Stefaan.Eeckels@ecc.lu>
server.c:   follow symlinks code from David Clerc <David.Clerc@cui.unige.ch>
smbpasswd.c:Changes to support charset changes.
status.c: Changes to support charset changes.
testparm.c: Changes to support charset changes.
testprns.c: Changes to support charset changes.
uid.c: Fixed log message with no \n.
Jeremy (jallison@whistle.com)
(This used to be commit 2a28a6e5e461aca7fe6c19cd01d287010056cffb)

26 years agoMakefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>
Samba Release Account [Thu, 17 Jul 1997 20:11:58 +0000 (20:11 +0000)]
Makefile: Added krb5 option from Nathan Neulinger  <nneul@umr.edu>
includes.h: Added krb5 option from Nathan Neulinger  <nneul@umr.edu>, added SGI5 fix.
password.c: Added krb5 option from Nathan Neulinger  <nneul@umr.edu>
quotas.c: Added inode quote fix.
reply.c: removed redundent code.
server.c: Changed error debug to 0, removed redundent check.
util.c: Added close_low_fd() to become_daemon - fix for rsh from Johnathan Knight.
Jeremy (jallison@whistle.com)
(This used to be commit 256afb764828b0a6dad5529d62501bc9ea2807ee)

26 years agoFix silly crash bug in FAST_SHARE_MODES (same bug as was in
Samba Release Account [Tue, 15 Jul 1997 17:47:43 +0000 (17:47 +0000)]
Fix silly crash bug in FAST_SHARE_MODES (same bug as was in
SLOW_SHARE_MODES - duh !).
Jeremy (jallison@whistle.com)
(This used to be commit d38ac4f3a2fb47d3e2ca7d5f788130064502c6eb)

26 years agoChanged separators for veto & hide files back to /.
Samba Release Account [Mon, 14 Jul 1997 20:02:47 +0000 (20:02 +0000)]
Changed separators for veto & hide files back to /.
Jeremy (jallison@whistle.com)
(This used to be commit ad090829c741ff737af7107a4919812db0f0591f)

26 years agolocal.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECK
Samba Release Account [Mon, 14 Jul 1997 19:45:34 +0000 (19:45 +0000)]
local.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECK
            from 10 to 60.
server.c: Removed unused code (was If 0'ed out).
trans2.c: Backed out Luke's ctime->mtime change. I don't think it
            is correct. Left the other fixes, though.
util.c: Changed veto/hide files separator back to '/'.
Jeremy (jallison@whistle.com)
(This used to be commit b47121624c8824d3e1d8992cb950ebad52ba5c58)

26 years agoCIFS definitions for SMB_INFO_xxx etc.
Samba Release Account [Mon, 14 Jul 1997 18:19:26 +0000 (18:19 +0000)]
CIFS definitions for SMB_INFO_xxx etc.

lkcl
(This used to be commit 9fda8a6fefd66a1c9f239e0dd41888af3555a22b)

26 years agoUpdate of config files
John Terpstra [Mon, 14 Jul 1997 15:51:31 +0000 (15:51 +0000)]
Update of config files
(This used to be commit 72ec68d22c23a1c65919147e63f51f6e39e69bb8)

26 years agocounter loop % usage only worked if counters were an exact multiple of
Samba Release Account [Sun, 13 Jul 1997 14:05:01 +0000 (14:05 +0000)]
counter loop % usage only worked if counters were an exact multiple of
SMBD_LOOP time.  used >= instead.

lkcl
(This used to be commit c881dff3bfaa370b5eb4324217796d186572a9e3)

26 years agoadded pretty printing of data section to show_msg(), for debug log level 10.
Samba Release Account [Sun, 13 Jul 1997 12:58:20 +0000 (12:58 +0000)]
added pretty printing of data section to show_msg(), for debug log level 10.
data section output is now in same format as tcpdump (hex and characters).

lkcl
(This used to be commit dcb1a74cf11de0c02c640e4d683ac81a814db624)

26 years agomade header consistent with other headers (Contributor: Status: etc)
Samba Release Account [Sun, 13 Jul 1997 12:47:02 +0000 (12:47 +0000)]
made header consistent with other headers (Contributor: Status: etc)

lkcl
(This used to be commit 80a620dffaff2072ea33886f48e776b781283e30)

26 years agoupdating documentation a bit. claiming NetBIOS.txt, adding copyright message.
Samba Release Account [Sun, 13 Jul 1997 12:38:01 +0000 (12:38 +0000)]
updating documentation a bit.  claiming NetBIOS.txt, adding copyright message.

lkcl
(This used to be commit 390fd486d7aa0de98fc900eacb962e7f46caf18c)

26 years agotrans2 query file/path info - unix change times being reported as dos create
Samba Release Account [Sat, 12 Jul 1997 14:41:26 +0000 (14:41 +0000)]
trans2 query file/path info - unix change times being reported as dos create
times.  now reports unix modified times as dos create times: the alternative
is to report zero (unknown create time).

w95 reports the info level 0x101 (smb query file basic) as data size 40 bytes
not 36.  put 40 bytes data instead.

put in comments into trans2 set file/path info, showing which is the create
time, which is the mod time.

lkcl
(This used to be commit ff455e405998a1a01320ffc21c81587cd34e9853)

26 years agoJHT ==> Just tidying up for Release.
John Terpstra [Sat, 12 Jul 1997 02:59:43 +0000 (02:59 +0000)]
JHT ==> Just tidying up for Release.
(This used to be commit 4e9b7c92f79e1b7bf68103fe378449178b86e315)

26 years agointerface.c: Fix for AIX4.x finding interfaces.
Samba Release Account [Fri, 11 Jul 1997 00:54:45 +0000 (00:54 +0000)]
interface.c: Fix for AIX4.x finding interfaces.
server.c: Subtle fix for filenames containing ':'.
Jeremy (jallison@whistle.com)
(This used to be commit ee9f57bab25e5ee07fb2d384b8c416576401a6ab)

26 years agoAdded -a option (for Andrew:-). Fixed bug where users with
Samba Release Account [Thu, 10 Jul 1997 20:15:48 +0000 (20:15 +0000)]
Added -a option (for Andrew:-). Fixed bug where users with
"NO PASSWORD" couldn't change their passwords.
Jeremy (jallison@whistle.com)
(This used to be commit 87d17af0087fb0eced7628239b73e2c6cae774a9)

26 years agoWrote man page for smbpasswd program as part of documentation
Samba Release Account [Thu, 10 Jul 1997 20:13:24 +0000 (20:13 +0000)]
Wrote man page for smbpasswd program as part of documentation
effort. Finally added -a option (for Andrew :-).
Jeremy (jallison@whistle.com)
(This used to be commit e20a5859bc3a06090777a9197163e2ec39be7b3b)

26 years agoJHT ==> The new SMB.CONF master file for everyone!! Yes!
John Terpstra [Wed, 9 Jul 1997 13:45:05 +0000 (13:45 +0000)]
JHT ==> The new SMB.CONF master file for everyone!! Yes!
(This used to be commit efe20f981160f421b647ba2b57e77d02c57d6723)

26 years agoJHT ==> Still getting ready for 1.9.17 release.
John Terpstra [Wed, 9 Jul 1997 13:39:29 +0000 (13:39 +0000)]
JHT ==> Still getting ready for 1.9.17 release.
(This used to be commit 84abac08419c6896d9b4f5c8340df6ad90ed9754)

26 years agoJHT ==> Added copyright notations for my works. This is regretably needed!
John Terpstra [Wed, 9 Jul 1997 11:04:45 +0000 (11:04 +0000)]
JHT ==> Added copyright notations for my works. This is regretably needed!
(This used to be commit c80111cdf54218f23b230dc91bd6d814e6a4afcc)

26 years agoJHT ==> Updating RPM build file, more expected - so please ignore!
John Terpstra [Wed, 9 Jul 1997 10:33:42 +0000 (10:33 +0000)]
JHT ==> Updating RPM build file, more expected -  so please ignore!
(This used to be commit 4fd3f5e26695fb8f2756a72dc1318486c8bc3ade)

26 years agoMakefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>
Samba Release Account [Tue, 8 Jul 1997 16:54:44 +0000 (16:54 +0000)]
Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>
chgpasswd.c: Added Samba/GPL notice (for obvious reasons).
clitar.c: Updated Copyright date to include 1997 (for obvious reasons).
getsmbpass.c: Updated Copyright date to include 1997 (for obvious reasons).
includes.h: Added stropts for solaris.
loadparm.c: Changed comment for hide files option.
nameconf.c: Updated Copyright date to include 1997 (for obvious reasons).
nmbd.c: Updated Copyright date to include 1997 (for obvious reasons).
pcap.c: Updated Copyright date to include 1997 (for obvious reasons).
proto.h: Re-added accidentaly deleted smb_shm_ calls.
quotas.c: Added AIX quota patch from Ole Holm Nielsen <ohnielse@fysik.dtu.dk>
server.c: Optimization on calling is_hidden_path. Updated Copyrights.
smb.h: Changed DEFAULT_FILES_TO_HIDE from  "*/.*" to ".*".
smbpass.c: Updated Copyright date to include 1997 (for obvious reasons).
ufc.c: Updated Copyright date to include 1997 (for obvious reasons).
util.c: Added last component code to is_in_path().
Jeremy (jallison@whistle.com)
(This used to be commit 9385ae1005f13c8ed51f1319e3949b5c8571e62d)

26 years agoAdded explicit examples for veto files.
Samba Release Account [Mon, 7 Jul 1997 23:05:16 +0000 (23:05 +0000)]
Added explicit examples for veto files.
Jeremy (jallison@whistle.comAdded explicit examples for veto files.
Jeremy (jallison@whistle.com))
(This used to be commit b45fc6388fb08a566f9c241cb89f5dd07a70b28d)

26 years agoMore consultants.
Samba Release Account [Mon, 7 Jul 1997 22:50:37 +0000 (22:50 +0000)]
More consultants.
(This used to be commit 826ee2a9a16b598764347a8a5fbfc22f6abf3ce2)

26 years agomissed one OpenDir() and two is_vetoed_name() calls, both of which take
Samba Release Account [Sun, 6 Jul 1997 14:07:00 +0000 (14:07 +0000)]
missed one OpenDir() and two is_vetoed_name() calls, both of which take
a service number as a parameter, in the rmdir code, when doing a recompile.

lkcl
(This used to be commit e095e339e62471a0b172918d2d3213f8a34b2108)

26 years agoadded, tested and debugged new "hide files" option.
Samba Release Account [Sun, 6 Jul 1997 13:48:10 +0000 (13:48 +0000)]
added, tested and debugged new "hide files" option.

lkcl
(This used to be commit 60af320a436c3a26230fd7ac71856e67ef64e819)

26 years agoadded man page entry for "hide files". updated "veto files" entry.
Samba Release Account [Sun, 6 Jul 1997 13:47:11 +0000 (13:47 +0000)]
added man page entry for "hide files".  updated "veto files" entry.
both these options will do * and ? matching

lkcl
(This used to be commit ede6fe3e76e24dc96d2ff86ac1beffd1375eff79)

26 years agoadded description of new "dns proxy" option, which defaults to yes.
Samba Release Account [Sun, 6 Jul 1997 12:25:23 +0000 (12:25 +0000)]
added description of new "dns proxy" option, which defaults to yes.
added warning of consequences of using dns proxying.

lkcl
(This used to be commit 1de9cd456cc3c39d6f14064010f96426f4b63276)

26 years agoreplaced the "wins proxy" to treat NetBIOS names as DNS names with new
Samba Release Account [Sun, 6 Jul 1997 12:06:23 +0000 (12:06 +0000)]
replaced the "wins proxy" to treat NetBIOS names as DNS names with new
"dns proxy" option.  the "wins proxy" option should be used for broadcast
only hosts, and isn't properly implemented anyway.

the new "dns proxy" option can be disabled if the (blocking) dns resolution
takes up a significant amount of time.  this _will_ occur if gethostbyname
does external DNS lookups, instead of just (immediately) returning entries
in /etc/hosts.

lkcl
(This used to be commit 350dfc57dd3001ba27519000a2ab9dd541a66ac7)

26 years agoOne more consultant. Jeremy (jallison@whistle.com)
Samba Release Account [Fri, 4 Jul 1997 00:54:02 +0000 (00:54 +0000)]
One more consultant. Jeremy (jallison@whistle.com)
(This used to be commit fcbd59bcefdc649ea9c2ff0418ee2d228c32ff90)

26 years agopreparing for release of 1.9.17alpha4
Samba Release Account [Thu, 3 Jul 1997 20:51:44 +0000 (20:51 +0000)]
preparing for release of 1.9.17alpha4
(This used to be commit ef5ccde4760a5545c5dedf4721cb28cbe0163661)

26 years agoMakefile: Added DGUX changes for intel.
Samba Release Account [Thu, 3 Jul 1997 20:45:06 +0000 (20:45 +0000)]
Makefile: Added DGUX changes for intel.
namedbwork.c: Minor tidyup for election flah.
util.c: Fix for broken readdir detectino code.
version.h: Back to 1.9.17alpha3 - will be updated by release script.
Jeremy jallison@whistle.com
(This used to be commit 26635733a746dee2435da7ce228def5f2f292bba)

26 years agopreparing for release of 1.9.17alpha4
Samba Release Account [Thu, 3 Jul 1997 19:55:04 +0000 (19:55 +0000)]
preparing for release of 1.9.17alpha4
(This used to be commit 16f6bf700f99357c7467d52b65de42ecff533636)

26 years agoFix for deleting directories that contain only veto files.
Samba Release Account [Thu, 3 Jul 1997 19:44:06 +0000 (19:44 +0000)]
Fix for deleting directories that contain only veto files.
Needed for interoperability with netatalk volumes.
Jeremy (jallison@whistle.com)
(This used to be commit e72a8513bccf77177f6fb6002057fee608947a32)

26 years agoUpdated in preparation for 1.9.17alpha4 release.
Samba Release Account [Thu, 3 Jul 1997 19:27:50 +0000 (19:27 +0000)]
Updated in preparation for 1.9.17alpha4 release.
Jeremy (jallison@whistle.com)
(This used to be commit eee09d1e57fa61544b52303202aacffa15e7caee)

26 years agoChanged default for max mux to 50 in line with source change.
Samba Release Account [Thu, 3 Jul 1997 19:25:15 +0000 (19:25 +0000)]
Changed default for max mux to 50 in line with source change.
Jeremy (jallison@whistle.com)
(This used to be commit 3187a362c83056b1957aed75842c57f182c29dff)

26 years agoFixes for UnixWare 2.x with shadow passwords from
Samba Release Account [Thu, 3 Jul 1997 17:19:46 +0000 (17:19 +0000)]
Fixes for UnixWare 2.x with shadow passwords from
Warren Young <tkennedy@cyberport.com>.
(This used to be commit 885b42b44752249c85bb924c9ceefa5b710225da)

26 years agoFixed wierd bug with lowercase accented character directories.
Samba Release Account [Wed, 2 Jul 1997 22:37:44 +0000 (22:37 +0000)]
Fixed wierd bug with lowercase accented character directories.
Jeremy (jallison@whistle.com)
(This used to be commit 1f0ecfe4fc612b214480f8b8462764964556ed5c)

26 years agoFixed compile warnings for FreeBsd & Linux.
Samba Release Account [Wed, 2 Jul 1997 01:19:41 +0000 (01:19 +0000)]
Fixed compile warnings for FreeBsd & Linux.
Jeremy (jallison@whistle.com).
(This used to be commit 93352e1aae9a1af7036cf56da820356cefe3698b)

26 years agoFixed typos. 3 more consultants.
Samba Release Account [Wed, 2 Jul 1997 00:16:39 +0000 (00:16 +0000)]
Fixed typos. 3 more consultants.
Jeremy (jallison@whistle.com)
(This used to be commit 7a8b7c5987975cd05a952c7184ddeb6ca97c412b)

26 years agoRolled back Lukes changes. Not quite ready for prime time.
Samba Release Account [Tue, 1 Jul 1997 20:50:57 +0000 (20:50 +0000)]
Rolled back Lukes changes. Not quite ready for prime time.
Jeremy (jallison@whistle.com)
(This used to be commit ed04ec7ab8b8e73b5442bdef03d5a3c994247b4e)

26 years agomade "hide files" and "veto files" into per-service parameter sections,
Samba Release Account [Tue, 1 Jul 1997 19:42:42 +0000 (19:42 +0000)]
made "hide files" and "veto files" into per-service parameter sections,
instead of just [global].  this makes it easier to decide whether to
remove the "hide dot files" per-service parameter, and supercede it with
a default "hide files" value of ".*".

lkcl
(This used to be commit f3ee4620ea7b93e4a00e77f9d787a118fd11ccaa)

26 years agoadded "hide files" option.
Samba Release Account [Tue, 1 Jul 1997 19:02:43 +0000 (19:02 +0000)]
added "hide files" option.

lkcl
(This used to be commit 6e594ce0e5a3af5e7311380d18ff0d19ba9698a7)

26 years agonamedbsubnet.c: Added code for returning restricted lists of servers.
Samba Release Account [Tue, 1 Jul 1997 01:23:34 +0000 (01:23 +0000)]
namedbsubnet.c: Added code for returning restricted lists of servers.
(This used to be commit d895094387a4f97a911f2c376baea53dc165c091)

26 years agoclient.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodward...
Samba Release Account [Tue, 1 Jul 1997 01:19:13 +0000 (01:19 +0000)]
client.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodward.com>
ipc.c: Added code for returning restricted lists of servers.
loadparm.c: Changed default for force create mode to 000.
Changed default maxmux to 50 to comply with NT.
locking.c: Fixed silly crash bug with slow share mode code.
nameannounce.c: Added code for returning restricted lists of servers.
namedbserver.c: Added code for returning restricted lists of servers.
nameelect.c: Added code for returning restricted lists of servers.
namework.c: Added code for returning restricted lists of servers.
nmbsync.c: Added code for returning restricted lists of servers.
server.c: Added quota fix Albrecht Gebhardt <albrecht.gebhardt@uni-klu.ac.at>
smb.h: Added define for COPYBUF_SIZE.
system.c: Rename across filesystems Patch from Warren Birnbaum
<warrenb@hpcvscdp.cv.hp.com>
util.c: Minor fix for warning.
(This used to be commit 1c6e433caa22813a699c9766847886eb59755f8b)

26 years agoMore...
Samba Release Account [Mon, 30 Jun 1997 18:06:43 +0000 (18:06 +0000)]
More...
(This used to be commit 199fe63b1524833840b44ac708c2540272386d31)

26 years agoJHT ==> Been playing again! Whooooooo!
John Terpstra [Sat, 28 Jun 1997 23:29:05 +0000 (23:29 +0000)]
JHT ==> Been playing again! Whooooooo!
(This used to be commit 707172b4fb8ee39f5e0f30dab844eca27bc5362c)

26 years agoJHT ==> Spring cleaning. Please pay the rent!
John Terpstra [Sat, 28 Jun 1997 22:50:25 +0000 (22:50 +0000)]
JHT ==> Spring cleaning. Please pay the rent!
(This used to be commit c12a16fbcf35abfd17f7fdb469af1d10de22b659)

26 years agoMissed one.
Samba Release Account [Fri, 27 Jun 1997 22:58:13 +0000 (22:58 +0000)]
Missed one.
(This used to be commit 8fedd203258c9cee0162de7eab7562ff4f833599)

26 years ago2 more....
Samba Release Account [Fri, 27 Jun 1997 22:54:42 +0000 (22:54 +0000)]
2 more....
(This used to be commit 1e9f7b5d7456215b4b029fea2d9ff130b1fd0eaa)

26 years agoshmem.c: Changed debug to higher level
Samba Release Account [Fri, 27 Jun 1997 00:26:59 +0000 (00:26 +0000)]
shmem.c: Changed debug to higher level
uid.c: Stop smbrun from deleting device files.
util.c: Added EAGAIN to known error list.
Jeremy (jallison@whistle.com)
(This used to be commit c07db8d8e7e4a421501a08efe999e9ccd7337855)

26 years agoMore consultants.
Samba Release Account [Thu, 26 Jun 1997 17:00:31 +0000 (17:00 +0000)]
More consultants.
Jeremy.
(This used to be commit 74d29668eed397590d0a5c7460cb715d9331b4f6)

26 years agoJHT ==> Just doing his thing again! Yuck!
John Terpstra [Mon, 23 Jun 1997 19:47:24 +0000 (19:47 +0000)]
JHT ==> Just doing his thing again! Yuck!
(This used to be commit ff4d52b239e16047a01e655a830e8dc9f9d06dfc)

26 years ago6 more....
Samba Release Account [Mon, 23 Jun 1997 19:03:06 +0000 (19:03 +0000)]
6 more....
Jeremy.
(This used to be commit ed4b67f4952b3c5a39cae8cae1285d3aa885243a)

26 years agoSorted list by region (finally).
Samba Release Account [Thu, 19 Jun 1997 20:55:23 +0000 (20:55 +0000)]
Sorted list by region (finally).
Jeremy (jallison@whistle.com)
(This used to be commit 2eb241e6fc8e050439dd0e448153d8cb45f99b56)

26 years agosmb.conf.5: Updated definitions of mode setting options. Added force
Samba Release Account [Thu, 19 Jun 1997 00:42:29 +0000 (00:42 +0000)]
smb.conf.5: Updated definitions of mode setting options. Added force
mode options.
Support.txt: More consultants....
Jeremy (jallison@whistle.com)
(This used to be commit 5c17bc2581b50da8e0a072bcfd528d95eab93161)

26 years agoloadparm.c: Added "force create mode" and "force directory mode" params.
Samba Release Account [Thu, 19 Jun 1997 00:18:23 +0000 (00:18 +0000)]
loadparm.c: Added "force create mode" and "force directory mode" params.
proto.h: Added lp_force_create_mode() and lp_force_dir_mode().
server.c: Fixed application of mode bits to be regular across files
and directories.
smb.h: Removed unused CREATE_MODE macro.
Jeremy (jallison@whistle.com)
(This used to be commit 2c928212500e1de27550d9fccb0939fd2e450515)

26 years agoMore....
Samba Release Account [Wed, 18 Jun 1997 17:37:07 +0000 (17:37 +0000)]
More....
(This used to be commit 84e36f48459c7fdf57319ad072e519dd37de3c8d)

26 years agoMore consultants - we really need to alphabetize now :-).
Samba Release Account [Wed, 18 Jun 1997 17:20:03 +0000 (17:20 +0000)]
More consultants - we really need to alphabetize now :-).
Jeremy (jallison@whistle.com)
(This used to be commit 092a3df917c31a9db0a5cb4ae8deec8f9c261ab9)

26 years agoadded bit about going anywhere, on the 'CAMBRIDGE - ENGLAND' line, so
Samba Release Account [Wed, 18 Jun 1997 17:03:02 +0000 (17:03 +0000)]
added bit about going anywhere, on the 'CAMBRIDGE - ENGLAND' line, so
that people don't look at 'england' and rule me out :-)

lkcl
(This used to be commit fce01c69c2d26adc8b43c61b427611a86c5ffbb1)

26 years agoMore consultants....
Samba Release Account [Wed, 18 Jun 1997 01:28:38 +0000 (01:28 +0000)]
More consultants....
(This used to be commit ac0095d0f91739ce0f365a3eade28728d4eb8a42)

26 years agoFixed *really* stupid bug in register_vuid - only a problem
Samba Release Account [Wed, 18 Jun 1997 01:04:57 +0000 (01:04 +0000)]
Fixed *really* stupid bug in register_vuid - only a problem
on multi-user NT systems.
Jeremy (jallison@whistle.com)
(This used to be commit 6ca5c8ca3294cde56e28558bcb02c144225903d8)

26 years agoUpdated with latest appeal - we *have* to sort this into geographical areas
Samba Release Account [Tue, 17 Jun 1997 17:04:14 +0000 (17:04 +0000)]
Updated with latest appeal - we *have* to sort this into geographical areas
soon.
Jeremy (jallison@whistle.com).
(This used to be commit 18bb67de11f80ac978a2026ffa5a9dbcecba5083)

26 years agoUpdated Support.txt - first responses to appeal for support providers.
Samba Release Account [Tue, 17 Jun 1997 00:26:36 +0000 (00:26 +0000)]
Updated Support.txt - first responses to appeal for support providers.
Jeremy (jallison@whistle.com).
(This used to be commit 72705c107a1a65049c688ad44d789b8a7451a8a5)

26 years agocharset.c: Dropped debug message to level 6.
Samba Release Account [Mon, 16 Jun 1997 20:49:15 +0000 (20:49 +0000)]
charset.c: Dropped debug message to level 6.
loadparm.c: Added "time server" parameter.
nameserv.h: Added "time server" parameter.
proto.h: Added lp_time_server().
server.c: Removed incorrect | 0700 - this was a whistle specific change.
Jeremy (jallison@whistle.com).
(This used to be commit 54dcca1240ec0a7f107f8a77e0893855015f9d29)

26 years agoadded an entry for samba support (hey, jeremy - i did it!). it reads
Samba Release Account [Sun, 15 Jun 1997 22:27:09 +0000 (22:27 +0000)]
added an entry for samba support (hey, jeremy - i did it!).  it reads
like the opening sequence for the A-Team, sadly.

lkcl
(This used to be commit d9a4ff3c908f5564bd30e78485b391dfdb7c9082)

26 years agoAdded "client code page" parameter.
Samba Release Account [Wed, 11 Jun 1997 01:05:29 +0000 (01:05 +0000)]
Added "client code page" parameter.
(This used to be commit 6c361b961dae25fd0a30509afc83b08f9ff35f3d)

26 years agoMakefile: Added quoata changes for Linux from Thorvald Natvig
Samba Release Account [Wed, 11 Jun 1997 01:03:06 +0000 (01:03 +0000)]
Makefile: Added quoata changes for Linux from Thorvald Natvig
Makefile.RPM: Added quoata changes for Linux from Thorvald Natvig
charset.c: Large changes to add multiple client code pages.
charset.h: Changed charset_initialise() proto.
client.c: Fixed message sending bug. Changed charset_initialise().
ipc.c: Fixed #ifdef compile problems.
loadparm.c: Added "client code page" option.
nmbd.c: Changed charset_initialise(). Fixed lmhosts read.
nmblookup.c: Changed charset_initialise().
proto.h: Added lp_client_code_page(void).
quotas.c: Added quoata changes for Linux from Thorvald Natvig
reply.c: Changed debug level. Made SMBecho ignore tid.
server.c: Changed charset_initialise().
smb.h: Added DEFAULT_CLIENT_CODE_PAGE as 850.
smbpasswd.c: Changed charset_initialise().
status.c: Changed charset_initialise().
testparm.c: Changed charset_initialise().
testprns.c: Changed charset_initialise().
Jeremy Allison (jallison@whistle.com)
(This used to be commit 957025bace1bcff34d21a6caeca498e85abccb23)

26 years agoPatch from Albrecht Gebhardt Albrecht Gebhardt - fixes domain
Samba Release Account [Mon, 9 Jun 1997 18:57:45 +0000 (18:57 +0000)]
Patch from Albrecht Gebhardt Albrecht Gebhardt - fixes domain
logons.
(This used to be commit 76647c0609773a190055f78486380218d6e080e7)

26 years agoFAQ Update
Samba Release Account [Sun, 8 Jun 1997 14:44:43 +0000 (14:44 +0000)]
FAQ Update
Tidied up some entries with incorrect casing
Added NT SP3 entry
Updated list of ported systems
Updated More Info entry with more web site details and list of all doco files
Moved mailing list subscriptions to separate entry
Removed reference to 'samba team mailing list' just in case people guessed
Updated nmbd -C entry, indicating obsolete.
General cleanup of document with indented lists.
Added url links where needed. Web docs will not show urls but will link,
text files will show file names AND urls
Fixed missing info where '\\' was being interpreted as '\' (used [\\])

If I get a warning before 1.9.17 is released, I'll clean up blank lines
from the text faq.  Don't want to do them now as I may modify the sgml again.

For those who don't know, we now maintain the FAQ as an sgml document,
and convert/create html and txt FAQs from that. We use LinuxDoc which is
now called SGMLtools.

Paul.
(This used to be commit 37214555db739a7f4ef683d287fe2febe85fee19)

26 years agoUpdated instructions.
John Terpstra [Sat, 7 Jun 1997 01:28:22 +0000 (01:28 +0000)]
Updated instructions.
(This used to be commit dc43c29b3f861f8fac80be1091e06fac52a3ba81)

26 years agoGetting ready for release of 1.9.17.
John Terpstra [Sat, 7 Jun 1997 01:25:51 +0000 (01:25 +0000)]
Getting ready for release of 1.9.17.
Please note: These are in my early TODO state - not prime time ready!!
(This used to be commit 693cf20f807543c637e260cecdfe956c43dd275a)

26 years agoUpdated for 1.9.17alpha3
Samba Release Account [Fri, 6 Jun 1997 17:03:20 +0000 (17:03 +0000)]
Updated for 1.9.17alpha3
(This used to be commit 70455bb4c85f68d6f0349d0ef92674b58c574e1d)

26 years agoloadparm.c: Made explicit max packet now ignored.
Samba Release Account [Fri, 6 Jun 1997 16:14:17 +0000 (16:14 +0000)]
loadparm.c: Made explicit max packet now ignored.
namedbwork.c: Don't announce potential browser if local master = False.
nameelect.c: Raise debug level of comment to 2.
proto.h: Added reset_globals_after_fork().
server.c: Call reset_globals_after_fork() after forking child.
util.c: Added reset_globals_after_fork() - should stop problems
                with % substitutions in children.
(This used to be commit 77be0f710cc96441d966ab7b026a0d591b01ffb0)

26 years agoincludes.h: Added USE_SETSID for SGI.
Samba Release Account [Tue, 3 Jun 1997 17:14:48 +0000 (17:14 +0000)]
includes.h: Added USE_SETSID for SGI.
nameelect.c: Added debug 0 comments so you know when you have become a master/domain master.
nameservreply.c:Stopped SELF names from being remotely released. This still needs work.
nmbsync.c: Added debug 0 comments so you know when a sync is being done.
Jeremy jallison@whistle.com
(This used to be commit b40d3bede60c8e040ee30c72d605a4950e1a8c8b)

26 years agonamedbname.c: Fixed problem with remove_name code that could cause core dump.
Samba Release Account [Tue, 3 Jun 1997 00:03:27 +0000 (00:03 +0000)]
namedbname.c: Fixed problem with remove_name code that could cause core dump.
Jeremy jallison@whistle.com
(This used to be commit 65f82fb153ef8b007d3f800a6e398545907ae95c)