summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cvs is acting wierd.Luke Leighton1998-11-232-0/+573
|
* someone had added code to convert rids to rids, assuming that the ridsLuke Leighton1998-11-231-9/+1
| | | | in the file were gids: they are not.
* remove / add / attempt to stop remove didn't work.Luke Leighton1998-11-231-0/+651
|
* unix instance of group database APILuke Leighton1998-11-2326-1294/+1098
|
* replace ' with _ as wellAndrew Tridgell1998-11-232-13/+14
|
* changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1998-11-234-25/+59
| | | | use all_string_sub() if you don't want this.
* deleted some old DEBUG() code that wasn't usedAndrew Tridgell1998-11-221-14/+0
|
* use http://samba.org/ not http://samba.org/samba/Andrew Tridgell1998-11-222-7/+6
|
* global change from samba.anu.edu.au to samba.orgAndrew Tridgell1998-11-2194-455/+455
|
* Added changes to smbtar submitted by Sandy WhiteselRichard Sharpe1998-11-212-4/+16
| | | | | | | | Added some extra documentation for smbclient Grr, Jeremy beat me to a bug fix in client.c Will have to get Jeremy to tell me how to check out SAMBA_2_0 :-)
* make SWAT obey the global "hosts allow" and "hosts deny" settings.Andrew Tridgell1998-11-212-13/+29
| | | | | any attempt to run swat from a host that is disallowed will give an error.
* try to use *SMBSERVER to connect to password server if the firstAndrew Tridgell1998-11-211-13/+11
| | | | session_request fails.
* add a error code when failed to get lockAndrew Tridgell1998-11-211-1/+1
|
* formatting changeAndrew Tridgell1998-11-211-1/+1
|
* use bindir not sbindir in Makefile to ensure that we don't breakAndrew Tridgell1998-11-211-1/+3
| | | | existing setups
* smbd/password.c: Added *SMBSERVER fix is name is too long.Jeremy Allison1998-11-212-2/+10
| | | | | web/swat.c: Changed '?' to help. Jeremy.
* Instrumented hack fix with debug level 10 statements just in case :-).Jeremy Allison1998-11-201-0/+3
| | | | Jeremy.
* acconfig.h configure configure.in include/config.h.in: Added -lsec and ↵Jeremy Allison1998-11-206-190/+672
| | | | | | | | | -lsecurity checks in a more sane way. rpc_client/cli_netlogon.c: Removed correct bits check to see if this works with an NT3.51 PDC. rpc_parse/parse_samr.c: Fixed compile warnings. Jeremy.
* Fixed stupid blunder where I renamed getpwanam to getpwnam.Jeremy Allison1998-11-203-4/+4
| | | | Jeremy.
* wrong directory path for smbd and nmbdHerb Lewis1998-11-201-2/+2
|
* Makefile.in: Added passing of CPPFLAGS into Makefile.Jeremy Allison1998-11-194-415/+438
| | | | | | | | | | | | 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.
* Sync up with 2.0 code.Jeremy Allison1998-11-199-403/+586
| | | | | | Added HPUX autoconf changes. Added "gross hack" printer code. Jeremy.
* smb.conf : explicitly state "printcap name=" and "security=" parametersHerb Lewis1998-11-192-10/+15
| | | | idb.pl : change default behaviour for installation of config files.
* update testparm with -s option so it doesn't require a carriage returnHerb Lewis1998-11-194-13/+51
| | | | | also allow specifying [host hostip] without [configfile] updated man page
* 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.
* 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.
* 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.
* Updated packaging files in line with restructuring of Makefile.inJohn Terpstra1998-11-186-213/+132
|
* change to new prefix pathHerb Lewis1998-11-181-1/+1
|
* Fixed problem with HAVE_NETGROUP being used on platformsJeremy Allison1998-11-185-15/+26
| | | | | that cannot support it. Jeremy.
* 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.
* Changed Makefile.in to use autoconf prefixes.Jeremy Allison1998-11-171-7/+5
| | | | | | NOTE: The packaging scripts will have to be changed !!!! Jeremy.
* 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.
* lookup_alias_name() %s not %d for sid_strLuke Leighton1998-11-171-1/+1
|
* somehow this file got missed in the groupdb commit.Luke Leighton1998-11-171-35/+88
|
* make_uni_hdr() reverted accidentally with a -1 on username lengthLuke Leighton1998-11-171-2/+2
|
* swapped username:uid:[groupridlist]:[aliasridlist] toLuke Leighton1998-11-171-9/+9
| | | | u:u:a:g
* - 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.
* Fixed missing NULL check in tar op.Jeremy Allison1998-11-171-2/+4
| | | | Jeremy.
* Moved PRINTCAP_NAME from smb.h to includes to allow it toJeremy Allison1998-11-172-4/+3
| | | | | be tuned per system type. Jeremy.
* 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.
* O_EXCL fixes for printing files & oplocks.Jeremy Allison1998-11-163-3/+6
| | | | Jeremy.
* Added fixes for machine accounts.Jeremy Allison1998-11-161-10/+32
| | | | Jeremy.
* add some more comments and clean it up a little more.Herb Lewis1998-11-161-3/+22
|
* some fixes for IRIX 5.3 buildsHerb Lewis1998-11-161-10/+17
|
* Set sticky bit on /var/spool/samba.John Terpstra1998-11-165-3/+3
| | | | Further security review.
* Reviewed file permissions and removed other execute on samba start/stop script.John Terpstra1998-11-162-2/+2
|
* Removed smbwrappers from build specs and from installation specs.John Terpstra1998-11-161-64/+4
|
* Added Example binary packaging instructions.John Terpstra1998-11-168-0/+172
|
* Updated packaging files (new for Caldera).John Terpstra1998-11-1616-8/+1089
|