summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.Jeremy Allison1998-11-196-482/+706
| | | | | | | acconfig.h configure configure.in include/config.h.in: Fixes to DEC OSF1. libsmb/nmblib.c: Fixes to nmbd jumps in scope names. Jeremy. (This used to be commit 5ad77769be85e6727319afb0f02e5d94c2f9f16f)
* Added OSF1 changes to HEAD (-lsecurity etc.)Jeremy Allison1998-11-187-158/+243
| | | | | | | groupdb/groupdb.c: Fixed compile error caught by IRIX compiler. utils/smbpasswd.c: Fixed SunOS optind, optarg problem. Jeremy. (This used to be commit 30af39ae1edf51d5d06a1764982e5df431c142ac)
* Fixed crash bug which was assuming that fd_ptr was always non-nullJeremy Allison1998-11-183-6/+12
| | | | | | (which is not the case with open directories). Jeremy. (This used to be commit c154b1601f5891d664fc538ec8874fa8ef2061e6)
* Updated packaging files in line with restructuring of Makefile.inJohn Terpstra1998-11-186-213/+132
| | | | (This used to be commit 05f2d78c8ee1dc0516d9e1076e0954ee2c2cd4b2)
* change to new prefix pathHerb Lewis1998-11-181-1/+1
| | | | (This used to be commit 64b2ffc679b39f1654c5dcd36276bcb9e6c553b4)
* Fixed problem with HAVE_NETGROUP being used on platformsJeremy Allison1998-11-185-15/+26
| | | | | | that cannot support it. Jeremy. (This used to be commit 7a6f25ac4ab0f0bef7a66f26004c15120248ff66)
* Fixed NT modify timestamp issue.Jeremy Allison1998-11-173-2/+27
| | | | | | | | 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. (This used to be commit 92a7a86f0e0255e3812dd35bebfcd653091514ae)
* Changed Makefile.in to use autoconf prefixes.Jeremy Allison1998-11-171-7/+5
| | | | | | | NOTE: The packaging scripts will have to be changed !!!! Jeremy. (This used to be commit 79c259f05cf7cd4f2d3d1bb92fff3bde7acd8a50)
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-1756-178/+238
| | | | | | | | | | | Tidied up some of the mess (no other word for it). Still doesn't compile cleanly. There are calls with incorrect parameters that don't seem to be doing the right thing. This code still needs surgery :-(. Jeremy. (This used to be commit 18ff93a9abbf68ee8c59c0af3e57c63e4a015dac)
* lookup_alias_name() %s not %d for sid_strLuke Leighton1998-11-171-1/+1
| | | | (This used to be commit 2a98135bbc759ab334d76cce98ea673871445db1)
* somehow this file got missed in the groupdb commit.Luke Leighton1998-11-171-35/+88
| | | | (This used to be commit 06da8e49f1cf5d6b954f586f6720ade1c5b8de74)
* make_uni_hdr() reverted accidentally with a -1 on username lengthLuke Leighton1998-11-171-2/+2
| | | | (This used to be commit 7da1b0bb511e6c5e44ab83759914134cf91f6f78)
* swapped username:uid:[groupridlist]:[aliasridlist] toLuke Leighton1998-11-171-9/+9
| | | | | u:u:a:g (This used to be commit 2f456ed92ffbf596945a9ec800c373495fc4e38a)
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-1747-2310/+3044
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the pre-alpha "domain group" etc parameters have disappeared. - interactive debug detection - re-added mem_man (andrew's memory management, detects memory corruption) - american spellings of "initialise" replaced with english spelling of "initialise". - started on "lookup_name()" and "lookup_sid()" functions. proper ones. - moved lots of functions around. created some modules of commonly used code. e.g the password file locking code, which is used in groupfile.c and aliasfile.c and smbpass.c - moved RID_TYPE_MASK up another bit. this is really unfortunate, but there is no other "fast" way to identify users from groups from aliases. i do not believe that this code saves us anything (the multipliers) and puts us at a disadvantage (reduces the useable rid space). the designers of NT aren't silly: if they can get away with a user- interface-speed LsaLookupNames / LsaLookupSids, then so can we. i spoke with isaac at the cifs conference, the only time for example that they do a security context check is on file create. certainly not on individual file reads / writes, which would drastically hit their performance and ours, too. - renamed myworkgroup to global_sam_name, amongst other things, when used in the rpc code. there is also a global_member_name, as we are always responsible for a SAM database, the scope of which is limited by the role of the machine (e.g if a member of a workgroup, your SAM is for _local_ logins only, and its name is the name of your server. you even still have a SID. see LsaQueryInfoPolicy, levels 3 and 5). - updated functionality of groupname.c to be able to cope with names like DOMAIN\group and SERVER\alias. used this code to be able to do aliases as well as groups. this code may actually be better off being used in username mapping, too. - created a connect to serverlist function in clientgen.c and used it in password.c - initialisation in server.c depends on the role of the server. well, it does now. - rpctorture. smbtorture. EXERCISE EXTREME CAUTION. (This used to be commit 0d21e1e6090b933f396c764af535ca3388a562db)
* Fixed missing NULL check in tar op.Jeremy Allison1998-11-171-2/+4
| | | | | Jeremy. (This used to be commit 6db04cd4622289dbdbd0c6d4d084baa8f84c40c2)
* Moved PRINTCAP_NAME from smb.h to includes to allow it toJeremy Allison1998-11-172-4/+3
| | | | | | be tuned per system type. Jeremy. (This used to be commit c1a3346547d887bfd2402a6b0bcc185680eb4470)
* Makefile.in: Re-added quotes round ROFF call for DGUX.Jeremy Allison1998-11-163-4/+3
| | | | | | | script/installman.sh: Make installman ignore ROFF argument if it is "". smbd/oplock.c: Move location of oplock test file to lockdir. Jeremy. (This used to be commit 6c25a3314243997508b0b2da4bfa10bb979e9c10)
* O_EXCL fixes for printing files & oplocks.Jeremy Allison1998-11-163-3/+6
| | | | | Jeremy. (This used to be commit 4ca71c90985b1c88d92bdd0f9079a4afc263dc46)
* Added fixes for machine accounts.Jeremy Allison1998-11-161-10/+32
| | | | | Jeremy. (This used to be commit 7aa644c2f996433f8ec125bfd4221aec49bece2b)
* add some more comments and clean it up a little more.Herb Lewis1998-11-161-3/+22
| | | | (This used to be commit 73e4b91a9d152eb3d56997c9108d536d38e3c07e)
* some fixes for IRIX 5.3 buildsHerb Lewis1998-11-161-10/+17
| | | | (This used to be commit c2b63b90825316151f3ffc8dbae45609062c0a73)
* Set sticky bit on /var/spool/samba.John Terpstra1998-11-165-3/+3
| | | | | Further security review. (This used to be commit e31c61c29eb126680c78d6d02dc11827b39a064b)
* Reviewed file permissions and removed other execute on samba start/stop script.John Terpstra1998-11-162-2/+2
| | | | (This used to be commit 2dde295da0e387cdd5c20a0bec72f9316f4d80f2)
* Removed smbwrappers from build specs and from installation specs.John Terpstra1998-11-161-64/+4
| | | | (This used to be commit c444cba3bef6cdf80dd33b3b5f23ba0a34d5482a)
* Added Example binary packaging instructions.John Terpstra1998-11-168-0/+172
| | | | (This used to be commit 4c60314b050324b356f38f648f2730cb1d39be4c)
* Updated packaging files (new for Caldera).John Terpstra1998-11-1616-8/+1089
| | | | (This used to be commit 721a257c941a62508015c0939df40662f8da9a93)
* fixed lmhosts parsing. We were using sizeof(name) where name was char*Andrew Tridgell1998-11-161-3/+2
| | | | (This used to be commit 67ba0b1ce335bc80e1c33fa28458ec9ebe5f446a)
* Updates to handle glob.h - was causing problems on SCO 5.0.4John Terpstra1998-11-164-3/+6
| | | | (This used to be commit 5f7d9d4656eb501e14b98f4ae1990a791c7901e3)
* change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macrosAndrew Tridgell1998-11-153-8/+8
| | | | (This used to be commit d9d44d98ec719b7fc6d5b0fc35bf8727f4cd0372)
* compile with optimisation by default on all compilersAndrew Tridgell1998-11-142-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)
* Added first cut of the new packaging scripts for Digital Unix.John Terpstra1998-11-148-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)
* support.txt is now maintained solely on the web pagesAndrew Tridgell1998-11-141-2172/+2
| | | | (This used to be commit 73b662069cb12bd77eae13a36a8b855abc01594f)
* Fixed swat packaging & man page packaging.Jeremy Allison1998-11-142-8/+10
| | | | | Jeremy. (This used to be commit 178d1bd61b3a622adc48b6423fae1db815cae3da)
* automatically uppercase server and share names (win95 won't handleAndrew Tridgell1998-11-143-12/+7
| | | | | lowercase share names!) (This used to be commit dddf1d8522707b828cac466c4a9ab2807d098573)
* fixed setmode in smbclientAndrew Tridgell1998-11-141-7/+6
| | | | (This used to be commit c58f4965100692d8edcd613a341df9e2ad88cfa0)
* Fixes to get the manpages from the right place.Jeremy Allison1998-11-142-14/+20
| | | | | Jeremy. (This used to be commit 0e3bfe5f2860066aa07bce7a691f7af682c73949)
* - handle servers that don't support getattrE (ie. NT)Andrew Tridgell1998-11-142-4/+6
| | | | | - use * in clitar instead of *.* (This used to be commit 2d9335fe2a6fc3bb6687360c99d8fc69cb2d555a)
* (Hopefully) correct patch files for RedHat & TurboLinux.Jeremy Allison1998-11-142-86/+140
| | | | | | | In fixing this I have learned more about RPM than I *ever* wanted to know.... Jeremy. (This used to be commit 765989e4151a5f8dd48353d7c1b175092717947e)
* Fixed problem with smbclient issuing '*.*' to NT server when anJeremy Allison1998-11-141-5/+5
| | | | | | NT server needs '*'. Win95/98 doesn't care either way :-). Jeremy. (This used to be commit a0adae90cadd7702f8263c97d4495fa093e713e6)
* Updated from smb.conf.5.htmlJeremy Allison1998-11-141-132/+132
| | | | | Jeremy. (This used to be commit 6f37d151d87d7ab4475ef552abb9183464203093)
* Update for 2.0beta1.Jeremy Allison1998-11-1473-781/+708
| | | | | Jeremy. (This used to be commit 598d0255d40da29ebab3d1a3c9eb66ba654db7b5)
* prompt for password on smbclient -LAndrew Tridgell1998-11-141-1/+0
| | | | (This used to be commit 1558f34a878d6fea0cc745a7fcec04f79f7e50ff)
* - new prototypesAndrew Tridgell1998-11-142-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)
* allow all user to view the configAndrew Tridgell1998-11-141-36/+22
| | | | (This used to be commit ab35d99e52225b0e9f519903ae99e575075187e7)
* remove code that allows installation via cgiAndrew Tridgell1998-11-142-21/+36
| | | | | swat will now give an error message if run via cgi (This used to be commit 55377e3cdd5d8428e89b40946f0535b8cf5247ae)
* removed information on installing via cgiAndrew Tridgell1998-11-141-73/+15
| | | | (This used to be commit 08fd7032584bf93a92b71ea7d5f73d2da75c8bb0)
* missed a .BHerb Lewis1998-11-141-1/+1
| | | | (This used to be commit f213352c3de6a23d1b5c92fda6404a3116db1279)
* Removed acconfig.h configure configure.in include/config.h.in: Made ↵Jeremy Allison1998-11-1426-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)
* Fixed munging of sample file in man pages.Jeremy Allison1998-11-141-9/+6
| | | | | Jeremy. (This used to be commit 9e1ff71faf558addfabe038e3bf45ee694ea4a0b)
* Fixed makefile problem due to change from SMB_PASSWD to PASSWD_PROGRAM.Jeremy Allison1998-11-142-2/+2
| | | | | | Thanks to Michael H. Warfield <mhw@wittsend.com> for that. Jeremy. (This used to be commit 6c2a234ac9b4bbef3886c9aa4a198776a0bee6c8)