Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing domain join and domain login problems | Luke Leighton | 1998-11-25 | 5 | -11/+23 |
| | |||||
* | clearer debug comments | Luke Leighton | 1998-11-24 | 1 | -2/+2 |
| | |||||
* | oops, forgot to rename smbfilegrp to smbunixgrp. | Luke Leighton | 1998-11-24 | 1 | -11/+11 |
| | |||||
* | updated from yodl | Luke Leighton | 1998-11-24 | 2 | -27/+247 |
| | |||||
* | added "domain group map" and "local group map" explanations. | Luke Leighton | 1998-11-24 | 1 | -9/+136 |
| | |||||
* | sorting out difference between aliases and groups in the cases where | Luke Leighton | 1998-11-24 | 3 | -21/+55 |
| | | | | | | | | | | | | | | | unix groups are not explicitly mapped. i.e as a PDC or BDC you can have domain groups, as a member of a domain you cannot. as a member of a domain, unmapped unix groups are assumed to be aliases, and as a PDC or BDC, unmapped unix groups are assumed to be unix groups. there is _one_ other check needed with aliases to be added: unmapped unix groups that have the same name as an NT group on the PDC (for which i will need to write an LsaLookupNames call) should be assumed to be domain groups on the PDC. | ||||
* | jean-francois pointed out problem with "lp_domain_role()" code, you | Luke Leighton | 1998-11-24 | 1 | -2/+2 |
| | | | | could never be a PDC. | ||||
* | initialise not initialize... | Luke Leighton | 1998-11-24 | 2 | -2/+2 |
| | |||||
* | Fixed oplock test path spec bug. | Jeremy Allison | 1998-11-24 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Fixed -Wall -Wshadow warning. | Jeremy Allison | 1998-11-23 | 1 | -2/+1 |
| | | | | Jeremy. | ||||
* | uninitialised counter | Luke Leighton | 1998-11-23 | 1 | -1/+1 |
| | |||||
* | yp_prot.h and ypclnt.h correct: ypprot.h and yp_clnt.h wrong... | Luke Leighton | 1998-11-23 | 2 | -2/+2 |
| | |||||
* | re-added ypprot.h and yp_clnt.h | Luke Leighton | 1998-11-23 | 2 | -2/+2 |
| | |||||
* | re-added includes for yp_prot.h and yp_clnt.h | Luke Leighton | 1998-11-23 | 1 | -0/+13 |
| | |||||
* | get rid of __wait boring warning, caused by rpc/clnt.h | Luke Leighton | 1998-11-23 | 1 | -13/+4 |
| | |||||
* | cvs being STUPID | Luke Leighton | 1998-11-23 | 3 | -101/+58 |
| | |||||
* | remove unused variable | Luke Leighton | 1998-11-23 | 1 | -1/+0 |
| | |||||
* | unused variable removed | Luke Leighton | 1998-11-23 | 1 | -1/+1 |
| | |||||
* | cvs being STUPID | Luke Leighton | 1998-11-23 | 1 | -3/+51 |
| | |||||
* | cvs is acting wierd. | Luke Leighton | 1998-11-23 | 2 | -0/+573 |
| | |||||
* | someone had added code to convert rids to rids, assuming that the rids | Luke Leighton | 1998-11-23 | 1 | -9/+1 |
| | | | | in the file were gids: they are not. | ||||
* | remove / add / attempt to stop remove didn't work. | Luke Leighton | 1998-11-23 | 1 | -0/+651 |
| | |||||
* | unix instance of group database API | Luke Leighton | 1998-11-23 | 26 | -1294/+1098 |
| | |||||
* | replace ' with _ as well | Andrew Tridgell | 1998-11-23 | 2 | -13/+14 |
| | |||||
* | changed string_sub() to replace " ; and ` in the inserted string with _ | Andrew Tridgell | 1998-11-23 | 4 | -25/+59 |
| | | | | use all_string_sub() if you don't want this. | ||||
* | deleted some old DEBUG() code that wasn't used | Andrew Tridgell | 1998-11-22 | 1 | -14/+0 |
| | |||||
* | use http://samba.org/ not http://samba.org/samba/ | Andrew Tridgell | 1998-11-22 | 2 | -7/+6 |
| | |||||
* | global change from samba.anu.edu.au to samba.org | Andrew Tridgell | 1998-11-21 | 94 | -455/+455 |
| | |||||
* | Added changes to smbtar submitted by Sandy Whitesel | Richard Sharpe | 1998-11-21 | 2 | -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 Tridgell | 1998-11-21 | 2 | -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 first | Andrew Tridgell | 1998-11-21 | 1 | -13/+11 |
| | | | | session_request fails. | ||||
* | add a error code when failed to get lock | Andrew Tridgell | 1998-11-21 | 1 | -1/+1 |
| | |||||
* | formatting change | Andrew Tridgell | 1998-11-21 | 1 | -1/+1 |
| | |||||
* | use bindir not sbindir in Makefile to ensure that we don't break | Andrew Tridgell | 1998-11-21 | 1 | -1/+3 |
| | | | | existing setups | ||||
* | smbd/password.c: Added *SMBSERVER fix is name is too long. | Jeremy Allison | 1998-11-21 | 2 | -2/+10 |
| | | | | | web/swat.c: Changed '?' to help. Jeremy. | ||||
* | Instrumented hack fix with debug level 10 statements just in case :-). | Jeremy Allison | 1998-11-20 | 1 | -0/+3 |
| | | | | Jeremy. | ||||
* | acconfig.h configure configure.in include/config.h.in: Added -lsec and ↵ | Jeremy Allison | 1998-11-20 | 6 | -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 Allison | 1998-11-20 | 3 | -4/+4 |
| | | | | Jeremy. | ||||
* | wrong directory path for smbd and nmbd | Herb Lewis | 1998-11-20 | 1 | -2/+2 |
| | |||||
* | Makefile.in: Added passing of CPPFLAGS into Makefile. | Jeremy Allison | 1998-11-19 | 4 | -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 Allison | 1998-11-19 | 9 | -403/+586 |
| | | | | | | Added HPUX autoconf changes. Added "gross hack" printer code. Jeremy. | ||||
* | smb.conf : explicitly state "printcap name=" and "security=" parameters | Herb Lewis | 1998-11-19 | 2 | -10/+15 |
| | | | | idb.pl : change default behaviour for installation of config files. | ||||
* | update testparm with -s option so it doesn't require a carriage return | Herb Lewis | 1998-11-19 | 4 | -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 Allison | 1998-11-19 | 6 | -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 Allison | 1998-11-18 | 7 | -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-null | Jeremy Allison | 1998-11-18 | 3 | -6/+12 |
| | | | | | (which is not the case with open directories). Jeremy. | ||||
* | Updated packaging files in line with restructuring of Makefile.in | John Terpstra | 1998-11-18 | 6 | -213/+132 |
| | |||||
* | change to new prefix path | Herb Lewis | 1998-11-18 | 1 | -1/+1 |
| | |||||
* | Fixed problem with HAVE_NETGROUP being used on platforms | Jeremy Allison | 1998-11-18 | 5 | -15/+26 |
| | | | | | that cannot support it. Jeremy. | ||||
* | Fixed NT modify timestamp issue. | Jeremy Allison | 1998-11-17 | 3 | -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. |