bug in masked_match function

2003-03-09 Thread Yasuma Takeda
1 Therefore 'hosts allow' and 'hosts deny' doesn't match. I don't know why this change was made. http://cvs.samba.org/cgi-bin/cvsweb/samba/source/lib/access.c.diff?r1=1.19.4.12&r2=1.19.4.13 Please check. Thanks, Yasuma Takeda <[EMAIL PROTECTED]>

patch collection for 2.2.5

2002-07-16 Thread Yasuma Takeda
patch does not include following files. Please remake these files. 1. configure made by autoconf. 2. config.h.in made by autoheader. 3. proto.h, rpc_client_proto.h, winbindd_proto.h made by make proto. Best Regards, Yasuma Takeda diff -uNr samba-2.2.5.org/source/Makefile.in samba-2.2.5

[Security Problem] --with-tdbsam

2002-07-01 Thread Yasuma Takeda
_advanced(-1, username, "", gid, profile_path); DEBUG(5,("Home directory set back to %s\n", profile_path)); } pdb_set_profile_path(sampass, profile_path, setflag); - END Regards, Yasuma Takeda

struct enum_csc_policy isn't terminated

2002-06-13 Thread Yasuma Takeda
LICY_PROGRAMS, "programs"}, - {CSC_POLICY_DISABLE, "disable"} + {CSC_POLICY_DISABLE, "disable"}, + {-1, NULL} }; /* Thanks, Yasuma Takeda