summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-11-16fixed lmhosts parsing. We were using sizeof(name) where name was char*Andrew Tridgell1-3/+2
(This used to be commit 67ba0b1ce335bc80e1c33fa28458ec9ebe5f446a)
1998-11-16Updates to handle glob.h - was causing problems on SCO 5.0.4John Terpstra4-3/+6
(This used to be commit 5f7d9d4656eb501e14b98f4ae1990a791c7901e3)
1998-11-15change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macrosAndrew Tridgell3-8/+8
(This used to be commit d9d44d98ec719b7fc6d5b0fc35bf8727f4cd0372)
1998-11-14compile with optimisation by default on all compilersAndrew Tridgell2-394/+402
this has 2 effects: 1) non gcc platforms get some optimisation 2) it disables -g by default which means the samba binaries won't be so huge (they were over 60MB on some systems) (This used to be commit 263b13222c14db7ddec1430132c6362be4442147)
1998-11-14Added first cut of the new packaging scripts for Digital Unix.John Terpstra8-0/+161
Note: This will be extended for all other OS's so that it can be maintained by the samba release scripts. (This used to be commit 0f98a2fd58aee1dac4d0f4098a2e690dfaf5ba27)
1998-11-14support.txt is now maintained solely on the web pagesAndrew Tridgell1-2172/+2
(This used to be commit 73b662069cb12bd77eae13a36a8b855abc01594f)
1998-11-14Fixed swat packaging & man page packaging.Jeremy Allison2-8/+10
Jeremy. (This used to be commit 178d1bd61b3a622adc48b6423fae1db815cae3da)
1998-11-14automatically uppercase server and share names (win95 won't handleAndrew Tridgell3-12/+7
lowercase share names!) (This used to be commit dddf1d8522707b828cac466c4a9ab2807d098573)
1998-11-14fixed setmode in smbclientAndrew Tridgell1-7/+6
(This used to be commit c58f4965100692d8edcd613a341df9e2ad88cfa0)
1998-11-14Fixes to get the manpages from the right place.Jeremy Allison2-14/+20
Jeremy. (This used to be commit 0e3bfe5f2860066aa07bce7a691f7af682c73949)
1998-11-14- handle servers that don't support getattrE (ie. NT)Andrew Tridgell2-4/+6
- use * in clitar instead of *.* (This used to be commit 2d9335fe2a6fc3bb6687360c99d8fc69cb2d555a)
1998-11-14(Hopefully) correct patch files for RedHat & TurboLinux.Jeremy Allison2-86/+140
In fixing this I have learned more about RPM than I *ever* wanted to know.... Jeremy. (This used to be commit 765989e4151a5f8dd48353d7c1b175092717947e)
1998-11-14Fixed problem with smbclient issuing '*.*' to NT server when anJeremy Allison1-5/+5
NT server needs '*'. Win95/98 doesn't care either way :-). Jeremy. (This used to be commit a0adae90cadd7702f8263c97d4495fa093e713e6)
1998-11-14Updated from smb.conf.5.htmlJeremy Allison1-132/+132
Jeremy. (This used to be commit 6f37d151d87d7ab4475ef552abb9183464203093)
1998-11-14Update for 2.0beta1.Jeremy Allison73-781/+708
Jeremy. (This used to be commit 598d0255d40da29ebab3d1a3c9eb66ba654db7b5)
1998-11-14prompt for password on smbclient -LAndrew Tridgell1-1/+0
(This used to be commit 1558f34a878d6fea0cc745a7fcec04f79f7e50ff)
1998-11-14- new prototypesAndrew Tridgell2-4/+17
- much as I hate doing it I've removed the "commit changes" button for users that don't have write access to smb.conf (Jeremy insisted) (This used to be commit 8e8ab4df1fe77dfcae73a34f4de174afe09cd695)
1998-11-14allow all user to view the configAndrew Tridgell1-36/+22
(This used to be commit ab35d99e52225b0e9f519903ae99e575075187e7)
1998-11-14remove code that allows installation via cgiAndrew Tridgell2-21/+36
swat will now give an error message if run via cgi (This used to be commit 55377e3cdd5d8428e89b40946f0535b8cf5247ae)
1998-11-14removed information on installing via cgiAndrew Tridgell1-73/+15
(This used to be commit 08fd7032584bf93a92b71ea7d5f73d2da75c8bb0)
1998-11-14missed a .BHerb Lewis1-1/+1
(This used to be commit f213352c3de6a23d1b5c92fda6404a3116db1279)
1998-11-14Removed acconfig.h configure configure.in include/config.h.in: Made ↵Jeremy Allison26-576/+638
smbwrapper not made by default. nmbd*: Changed all calls to namestr() to nmbd_namestr() to fix broken FreeBSD include file problem...sigh. Jeremy. (This used to be commit 9ee8f39aed8772a05c203161b4ae6b7d90d67481)
1998-11-14Fixed munging of sample file in man pages.Jeremy Allison1-9/+6
Jeremy. (This used to be commit 9e1ff71faf558addfabe038e3bf45ee694ea4a0b)
1998-11-14Fixed makefile problem due to change from SMB_PASSWD to PASSWD_PROGRAM.Jeremy Allison2-2/+2
Thanks to Michael H. Warfield <mhw@wittsend.com> for that. Jeremy. (This used to be commit 6c2a234ac9b4bbef3886c9aa4a198776a0bee6c8)
1998-11-14Added --with-smbwrapper to configure lines in spec files so JohnT'sJeremy Allison2-2/+2
scripts work ok. Jeremy. (This used to be commit 9dc2502382f17c2bd1794c92ad0f4862a76b84e8)
1998-11-14ran spell check and other minor tweaksHerb Lewis16-271/+282
(This used to be commit 7d8ec97b451721cddbb859415490d65c41e8afe2)
1998-11-13Added packing release script.John Terpstra1-0/+15
(This used to be commit a77d40ee7147207174cde4c7a0f775e588e5a6ba)
1998-11-13Updated for 2.0beta1.Jeremy Allison1-9/+5
(This used to be commit 566e92027f0c7d61a7de7a25ed9469ca801846a8)
1998-11-13Change to beta1.Jeremy Allison1-1/+1
(This used to be commit 26c3ff2bcb225f65002620fec07aa6423477e6d9)
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ↵Jeremy Allison22-625/+803
UNIXWARE. groupdb/aliasdb.c groupdb/aliasfile.c groupdb/groupfile.c: Don't use snprinf, use slprintf. include/includes.h: Fix YP problem. include/smb.h: Fix ZERO_STRUCTP. lib/util_sock.c: Added strerror() in debugs. passdb/ldap.c: Don't use snprinf, use slprintf. rpc_client/cli_lsarpc.c rpc_client/cli_pipe.c rpc_parse/parse_sec.c rpc_server/srv_pipe.c: Don't use snprinf, use slprintf. script/installman.sh: DGUX changes. smbd/open.c smbd/oplock.c: Fixed gcc warnings. web/swat.c: Changes USER to SWAT_USER. (This used to be commit 4c2b5a00983501e5d4aad1456ba8b5ab0dfd9b4c)
1998-11-13reverted includes change for FreeBSD as it breaks IRIXAndrew Tridgell1-1/+0
(This used to be commit 24b2bf1741366045eca02cbd09e3283531d28422)
1998-11-13need 32 bit status codes to be negotiated because of STUPID dos "error moreLuke Leighton1-1/+1
data needed" message gets treated as a serious error code (which it isn't) so the client code terminates. (This used to be commit d9b59580dcd5076d3027e364964dcd624300fe45)
1998-11-13Fixed timing window created by daemonize function. Smbmount was going daemonMichael Warfield1-7/+10
before the mount was actually completed. This caused weird problems when used with autofs such as empty directories on first listing or files which would appear in "ls" but would return "no such file or directory" under "ls -l". Note to Volker: Initial attempt from CIFS conference didn't work. Had to move daemonize function inside of loop after ioctl. (This used to be commit 2f456be660b4bbf22c618b506062f812f35e368a)
1998-11-13LOCAL_GRP and DOMAIN_GRP are return typesLuke Leighton1-0/+4
(This used to be commit 887063e421d476fe2c2f6809750af3bfb020a85c)
1998-11-13ZERO_STRUCTP not PNLuke Leighton1-6/+6
(This used to be commit ff8667c8801a59c80c33b43f033d23f3a0fd8313)
1998-11-13oops - ZERO_STRUCTP() issues again...Luke Leighton1-4/+1
(This used to be commit 2908ccd14d1aa4ffb7d09714bae78cebb7eee755)
1998-11-13Problems found by Herb.Jeremy Allison6-15/+22
Jeremy. (This used to be commit a5555bd3b744417674d62d5891e1d5dbe32008ff)
1998-11-13use ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL)Luke Leighton1-6/+6
(This used to be commit 70ac9dbcecdf4be92638a24f096e4a8807997498)
1998-11-13ZERO_STRUCTP does not check argument for NULL.Luke Leighton1-1/+4
ZERO_STRUCTPN _does_ check argument for NULL. (This used to be commit 0be34ca1402f95506680caa3461e94d4ae54bb7d)
1998-11-13fixes for OSF1 compilationAndrew Tridgell7-13/+23
(This used to be commit 5be3c37f50eac35cad3eadf0d24e7a4ee04c075e)
1998-11-13include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison4-12/+10
lib/util_sock.c: Added strerror() calls to getpeername failures (which seem to be giving IRIX trouble at the moment). rpc_parse/parse_sec.c: Changed use of ZERO_STRUCTPN to ZERO_STRUCTP which again does zero pointer protection. smbd/quotas.c: Fixed typo. Jeremy. (This used to be commit b62f008974c96e0302d6c146cf49bc2045bef005)
1998-11-13security descriptorsLuke Leighton6-83/+104
(This used to be commit 9412edfd4c11a26e4ef290839375e3959cf70a7e)
1998-11-13sids in rpctorture changed from fstrings to DOM_SIDLuke Leighton1-2/+2
(This used to be commit bd09e00112fd371aa070b5b47f1d4e27137a7f2e)
1998-11-13fixed compile for FreeBSDAndrew Tridgell2-376/+371
(This used to be commit 78e63e17c59de68200308641dce7c413520a2980)
1998-11-12%\ is an interesting printf argument, but I prefer %sAndrew Tridgell1-1/+1
(This used to be commit b93f686655e871d7bfec9c7601cf3c175008041a)
1998-11-12we don't have any jpeg images any moreAndrew Tridgell1-7/+0
(This used to be commit ae5f174ef163734c61c0d30b32f5564cfba02666)
1998-11-12Removed code that used printf/fprintf in password changin libraries.Herb Lewis5-27/+70
Now passes strings instead. (This used to be commit 48af29bcc9e8094de6ba057a52dbae3c80ea7a05)
1998-11-12no longer neededAndrew Tridgell2-0/+0
(This used to be commit 275d22f81c9b8a04dd11ccc8733c62f48f270965)
1998-11-12changed the fonts in the images a bit to be readable at a higherAndrew Tridgell7-0/+0
resolution (This used to be commit 688a7e5751109eec5d52ed67710502d43db6800d)
1998-11-12security descriptors.Luke Leighton11-93/+387
kanji const char* warnings. (This used to be commit 06abdfd68e1d7fa8741afc3f56ec7a13b5fa4ccc)