1 Oct 2002 20:45
1 Oct 2002 21:09
cvs commit: tng/source/libsmb clientgen.c
elrond 2002/10/01 21:09:41 CEST Modified files: source/libsmb clientgen.c Log: Replace if (usr != NULL) cli->usr = *usr; else ZERO_STRUCT(cli->usr); by copy_nt_creds(&cli->usr, usr); The later handles usr==NULL much better, since it initialises the structs with their functions. Luke changed this the exact other way around a while back. I've no idea, why he did so. Revision Changes Path 1.14 +3 -8 tng/source/libsmb/clientgen.c
5 Oct 2002 00:35
cvs commit: tng/source Makefile.in configure.in tng/source/lib paths.c.sh.in tng/source/smbwrapper smbsh.c smbsh.in
peter 2002/10/05 00:35:35 CEST Modified files: source configure.in Makefile.in source/lib paths.c.sh.in source/smbwrapper smbsh.c smbsh.in Log: Kill 'builddir' - it's not needed, and apparently doesn't work on Red Hat 8.0. I don't know why, but whatever. As a side issue, fix the mismatch between smbsh.in and smbsh.c about where its shared libraries should live. Not that we support smbwrapper, of course, but still. Revision Changes Path 1.83 +7 -14 tng/source/Makefile.in 1.46 +1 -4 tng/source/configure.in 1.8 +0 -2 tng/source/lib/paths.c.sh.in 1.7 +1 -1 tng/source/smbwrapper/smbsh.c 1.2 +1 -1 tng/source/smbwrapper/smbsh.in
5 Oct 2002 11:23
cvs commit: tng/source/param loadparm.c
peter 2002/10/05 11:23:16 CEST Modified files: source/param loadparm.c Log: smb.conf 'printer driver file' was defined twice - once as a global setting, once as a per-share setting. From context it is clear that the global one is correct. I wonder how many years old this bug is.... Revision Changes Path 1.41 +0 -5 tng/source/param/loadparm.c
5 Oct 2002 15:16
Re: cvs commit: tng/source/param loadparm.c
On Sat, Oct 05, 2002 at 11:23:16AM +0200, Peter Samuelson wrote:
> peter 2002/10/05 11:23:16 CEST
>
> Modified files:
> source/param loadparm.c
> Log:
> smb.conf 'printer driver file' was defined twice - once as a global
> setting, once as a per-share setting. From context it is clear that
> the global one is correct. I wonder how many years old this bug is....
I introduced it ;)
I wanted to migrate to the head version... they have a
share level version, not a global one.
Probably for things like:
[myprinter]
... = /some/other/driver/dir.
Anyway... I'm really starting to think about killing much
of the printing stuff from TNG... That way, we should have
it way easier to "steal" the current stuff from head. ;)
Elrond
6 Oct 2002 10:43
cvs commit: tng/docs/yodldocs smb.conf.5.yo
peter 2002/10/06 10:43:07 CEST Modified files: docs/yodldocs smb.conf.5.yo Log: Document the ldap options we've missed earlier. Also a few small cleanups to nearby documentation, like no longer saying LDAP is "experimental". Revision Changes Path 1.9 +176 -45 tng/docs/yodldocs/smb.conf.5.yo
6 Oct 2002 16:27
6 Oct 2002 16:30
6 Oct 2002 16:45
cvs commit: tng/source/rpc_server srv_srvsvc.c srv_wkssvc.c
elrond 2002/10/06 16:45:23 CEST Modified files: source/rpc_server srv_srvsvc.c srv_wkssvc.c Log: Add some few opcodes, so ones sees them happening. ;) Revision Changes Path 1.7 +2 -0 tng/source/rpc_server/srv_srvsvc.c 1.5 +2 -1 tng/source/rpc_server/srv_wkssvc.c
6 Oct 2002 16:57
cvs commit: tng/source/rpc_client cli_atsvc.c cli_netlogon_sync.c
elrond 2002/10/06 16:57:06 CEST Modified files: source/rpc_client cli_atsvc.c cli_netlogon_sync.c Log: Some *little* fixes. atsvc: int -> uint32 netlogon_sync: smb_passwd -> sam_passwd change. The file isn't used currently anyway... Just commiting, so it's out of my tree at home. Revision Changes Path 1.6 +1 -1 tng/source/rpc_client/cli_atsvc.c 1.6 +5 -6 tng/source/rpc_client/cli_netlogon_sync.c
RSS Feed