summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-08-06updated smbpasswd to take the password on the command-line.Samba Release Account1-20/+72
two sets of operation: as root: specify username password. as user: specify old password new password this will allow shell scripts (like adduser) to include smbpasswd. lkcl (This used to be commit 7e5f1681bd538c3a1b576cff1d86fa8167704525)
1997-08-05Makefile: Added IRIX 6 target.Samba Release Account3-8/+20
loadparm.c: Fixed stupid static warnings with set_default_server_announce_type. password.c: Fixed char -> uchar cast warnings. nameservreply.c: Fixed group fade out code. Jeremy (jallison@whistle.com) (This used to be commit a2dd5c5a551547e83c707e63c0696c7724035501)
1997-08-044 more consultants.Samba Release Account1-15/+84
Jeremy (jallison@whistle.com) (This used to be commit 0b7b87d51fef112d537ab93bae6c8f448fe65b6e)
1997-07-31Removed for 1.9.17alpha5 release.Samba Release Account1-80/+0
Jeremy (jallison@whistle.com) (This used to be commit e144aa4f271c475a7dbbbb3d0eab4b29857be349)
1997-07-31Updated for 1.9.17alpha5 release.Samba Release Account1-17/+28
Jeremy (jallison@whistle.com) (This used to be commit 8f8b562015431fec661f5dc466cc2433f3d68955)
1997-07-31smb.conf.5: Added netbios aliases entry.Samba Release Account2-1/+40
Support.txt: One more USA consultant. Jeremy (jallison@whistle.com) (This used to be commit df99a780daedf138df82241d4534f103ce9729b1)
1997-07-31loadparm.c: Added new netbios aliases parameter (code from Cisco)Samba Release Account8-32/+146
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)
1997-07-30Made docs more up to date with source. Preparing for 1.9.17alpha5.Samba Release Account1-1/+45
Jeremy (jallison@whistle.com) (This used to be commit 148b7a2ee3f520f31793d25ebe164a147f2afdfe)
1997-07-30client.c: Minor change to cast parameters for DEC unix.Samba Release Account10-35/+164
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)
1997-07-30Minor text mods, mostly checking that CVS still worksSamba Release Account2-3/+4
Dan (This used to be commit 632bf0dab06bccd082a9fc64a62ff7c99982d2b6)
1997-07-28Missed removing some redundent code.Samba Release Account1-3/+0
Jeremy (jallison@whistle.com) (This used to be commit 4135fdb32327b394e586173bb2d51b7b676b409e)
1997-07-28Added one more consultant. Jeremy.Samba Release Account1-1/+20
(This used to be commit 79815d66b9953b99686834e7c8aac36a163c0e13)
1997-07-28client.c: Added amanda fixes.Samba Release Account8-197/+66
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)
1997-07-26JHT ===> Just playin' wif da RPM 'tings. Ok?John Terpstra2-87/+149
(This used to be commit 4d9b2f48b737a3757a3c482d3d90cf0b9778260a)
1997-07-24Re-added shm stuff - keeps getting lost.Samba Release Account1-1/+3
Jeremy (jallison@whistle.com) (This used to be commit 4fad0a63aa6712775610f7d341ba243e6353ce3b)
1997-07-24loadparm.c: Changed default create mask to 755 to support MAP_ARCHIVE.Samba Release Account2-11/+11
server.c: Added check for MAP_ARCHIVE before we set archive bit. Jeremy (jallison@whistle.com) (This used to be commit d21a166277776f6750b7bcc3c4f9073cce17eacb)
1997-07-24nameserv.c: split add_domain_names() into three functions:Samba Release Account4-192/+259
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)
1997-07-24removed definition of strslashcmp - now a static in clitar.c.Samba Release Account1-1/+0
Jeremy (jallison@whistle.com) (This used to be commit 83448e7a1176b68ed90532a69b4408cd579db8d8)
1997-07-24patch by glenn burkhardt to allow recursive excluding of directories.Samba Release Account1-7/+18
glenn@aoi.ultranet.com lkcl (This used to be commit 4aac8449ae1f4e9d214071e8b254ce8b391496a4)
1997-07-24Added consultant.Samba Release Account1-1/+23
(This used to be commit b2066a9c4c7af0d3ddecc42d10767376352ddd4f)
1997-07-24Changed default create mask parameter to 0744 as per John's request.Samba Release Account1-26/+41
Tidied up mask descriptions. Jeremy (jallison@whistle.com) (This used to be commit d9c331d79d3addae7b0b4cc3c7fd40dfa8903a9c)
1997-07-24Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account13-174/+269
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)
1997-07-23JHT ===> Getting ready for release of 1.9.17alpha5John Terpstra5-136/+96
Please note that version.h has been updated!!!!!!!!!! (This used to be commit 271d12b5ddc372500feea8fec5678191ba4ebcf8)
1997-07-22charset.c: Fixed signed/unsigned issues.Samba Release Account2-2/+16
password.c: Fixed problem with MS-Exchange services. Jeremy (jallison@whistle.com) (This used to be commit e723dd3deec00a91568c5aa546374409ce7ba379)
1997-07-22Removed lp_killunused() call from server main loop. ThisSamba Release Account1-3/+0
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)
1997-07-21Added Canadian consultant.Samba Release Account1-1/+27
Jeremy (jallison@whistle.com) (This used to be commit 34f2c1d7b27bbd88da5bb2239ad4d60c8af7882c)
1997-07-21Added Australian consultant - removed Richard Sharpe duplicate.Samba Release Account1-13/+17
Jeremy (jallison@whistle.com) (This used to be commit 6b56ff1891d6c17025020713ac1682b1372f2243)
1997-07-21Fixed bug with -add code that put wrong password in nt md4 field.Samba Release Account1-1/+1
Jeremy (jallison@whistle.com) (This used to be commit aabb18953b5d026af3548610aa1ffd6ea2fd72e5)
1997-07-18Support.txt: Modified a consultant's entry (Italy)Samba Release Account2-1/+16
smb.conf.5: Documented follow symlinks parameter. Jeremy (jallison@whistle.com) (This used to be commit ed6aaf2667c5cd731f8fce78163162817a18c240)
1997-07-18charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account14-33/+62
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)
1997-07-17Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>Samba Release Account6-15/+101
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)
1997-07-15Fix silly crash bug in FAST_SHARE_MODES (same bug as was inSamba Release Account1-1/+1
SLOW_SHARE_MODES - duh !). Jeremy (jallison@whistle.com) (This used to be commit d38ac4f3a2fb47d3e2ca7d5f788130064502c6eb)
1997-07-14Changed separators for veto & hide files back to /.Samba Release Account1-17/+15
Jeremy (jallison@whistle.com) (This used to be commit ad090829c741ff737af7107a4919812db0f0591f)
1997-07-14local.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECKSamba Release Account4-45/+23
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)
1997-07-14CIFS definitions for SMB_INFO_xxx etc.Samba Release Account1-0/+5
lkcl (This used to be commit 9fda8a6fefd66a1c9f239e0dd41888af3555a22b)
1997-07-14Update of config filesJohn Terpstra3-16/+10
(This used to be commit 72ec68d22c23a1c65919147e63f51f6e39e69bb8)
1997-07-13counter loop % usage only worked if counters were an exact multiple ofSamba Release Account1-3/+28
SMBD_LOOP time. used >= instead. lkcl (This used to be commit c881dff3bfaa370b5eb4324217796d186572a9e3)
1997-07-13added pretty printing of data section to show_msg(), for debug log level 10.Samba Release Account1-3/+23
data section output is now in same format as tcpdump (hex and characters). lkcl (This used to be commit dcb1a74cf11de0c02c640e4d683ac81a814db624)
1997-07-13made header consistent with other headers (Contributor: Status: etc)Samba Release Account1-3/+5
lkcl (This used to be commit 80a620dffaff2072ea33886f48e776b781283e30)
1997-07-13updating documentation a bit. claiming NetBIOS.txt, adding copyright message.Samba Release Account3-31/+77
lkcl (This used to be commit 390fd486d7aa0de98fc900eacb962e7f46caf18c)
1997-07-12trans2 query file/path info - unix change times being reported as dos createSamba Release Account1-43/+86
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)
1997-07-12JHT ==> Just tidying up for Release.John Terpstra6-795/+224
(This used to be commit 4e9b7c92f79e1b7bf68103fe378449178b86e315)
1997-07-11interface.c: Fix for AIX4.x finding interfaces.Samba Release Account2-4/+4
server.c: Subtle fix for filenames containing ':'. Jeremy (jallison@whistle.com) (This used to be commit ee9f57bab25e5ee07fb2d384b8c416576401a6ab)
1997-07-10Added -a option (for Andrew:-). Fixed bug where users withSamba Release Account1-20/+99
"NO PASSWORD" couldn't change their passwords. Jeremy (jallison@whistle.com) (This used to be commit 87d17af0087fb0eced7628239b73e2c6cae774a9)
1997-07-10Wrote man page for smbpasswd program as part of documentationSamba Release Account1-0/+112
effort. Finally added -a option (for Andrew :-). Jeremy (jallison@whistle.com) (This used to be commit e20a5859bc3a06090777a9197163e2ec39be7b3b)
1997-07-09JHT ==> The new SMB.CONF master file for everyone!! Yes!John Terpstra1-0/+233
(This used to be commit efe20f981160f421b647ba2b57e77d02c57d6723)
1997-07-09JHT ==> Still getting ready for 1.9.17 release.John Terpstra4-3/+20
(This used to be commit 84abac08419c6896d9b4f5c8340df6ad90ed9754)
1997-07-09JHT ==> Added copyright notations for my works. This is regretably needed!John Terpstra7-2/+91
(This used to be commit c80111cdf54218f23b230dc91bd6d814e6a4afcc)
1997-07-09JHT ==> Updating RPM build file, more expected - so please ignore!John Terpstra2-125/+86
(This used to be commit 4fd3f5e26695fb8f2756a72dc1318486c8bc3ade)
1997-07-08Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>Samba Release Account15-46/+91
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)