summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* jean-francois pointed out problem with "lp_domain_role()" code, youLuke Leighton1998-11-241-2/+2
| | | | could never be a PDC.
* initialise not initialize...Luke Leighton1998-11-242-2/+2
|
* Fixed oplock test path spec bug.Jeremy Allison1998-11-241-1/+1
| | | | Jeremy.
* Fixed -Wall -Wshadow warning.Jeremy Allison1998-11-231-2/+1
| | | | Jeremy.
* uninitialised counterLuke Leighton1998-11-231-1/+1
|
* yp_prot.h and ypclnt.h correct: ypprot.h and yp_clnt.h wrong...Luke Leighton1998-11-232-2/+2
|
* re-added ypprot.h and yp_clnt.hLuke Leighton1998-11-232-2/+2
|
* re-added includes for yp_prot.h and yp_clnt.hLuke Leighton1998-11-231-0/+13
|
* get rid of __wait boring warning, caused by rpc/clnt.hLuke Leighton1998-11-231-13/+4
|
* cvs being STUPIDLuke Leighton1998-11-233-101/+58
|
* remove unused variableLuke Leighton1998-11-231-1/+0
|
* unused variable removedLuke Leighton1998-11-231-1/+1
|
* cvs being STUPIDLuke Leighton1998-11-231-3/+51
|
* 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