Elrond | 8 May 2005 19:58
Picon

cvs commit: tng/source/smbd dir.c reply.c tng/source/libsmb clilist.c tng/source/client client.c tng/source/smbwrapper smbw_dir.c

elrond      2005/05/08 19:58:22 CEST

Modified files:
   source/smbd            dir.c reply.c 
   source/libsmb          clilist.c 
   source/client          client.c 
   source/smbwrapper      smbw_dir.c 
Log:
NooN found out, that the attribute matching in the "sarch"
routines wasn't fully correct.

St^h^hImported the matching routine from classic 3.x.

In NooNs first tests, it didn't work out, for me it
worked... I have no idea, what's going wrong. I'm commiting
it anyway, as it seems to work for me nicely.

Revision  Changes    Path
1.52      +6 -3      tng/source/client/client.c
1.17      +2 -2      tng/source/libsmb/clilist.c
1.24      +18 -3     tng/source/smbd/dir.c
1.83      +6 -1      tng/source/smbd/reply.c
1.11      +5 -5      tng/source/smbwrapper/smbw_dir.c

Elrond | 9 May 2005 14:33
Picon

cvs commit: tng/source/smbd conn.c open.c oplock_irix.c oplock_linux.c tng/source/printing printfsp.c

elrond      2005/05/09 14:33:42 CEST

Modified files:
   source/smbd            conn.c open.c oplock_irix.c 
                          oplock_linux.c 
   source/printing        printfsp.c 
Log:
smbd debug advancement:
- conn_find now accepts 0x0 also as "NULL" Tree ID. (reuces
  warning clutter)
- One central function for increasing number of open files
  on a "conn" and display the final opening debug.
  This will give some more debugs, as dir-opens, stat-opens
  and spoolfile-opens are now debuged too.
  But I think, that is more consistent anyway.

Revision  Changes    Path
1.15      +1 -1      tng/source/printing/printfsp.c
1.17      +11 -6     tng/source/smbd/conn.c
1.24      +16 -8     tng/source/smbd/open.c
1.7       +3 -0      tng/source/smbd/oplock_irix.c
1.4       +2 -1      tng/source/smbd/oplock_linux.c

Elrond | 9 May 2005 14:41
Picon

cvs commit: tng/source/param loadparm.c tng/source/utils testparm.c

elrond      2005/05/09 14:41:13 CEST

Modified files:
   source/param           loadparm.c 
   source/utils           testparm.c 
Log:
Finally kill "lock dir" from smb.conf.
It was deprecated since end of 2001.

Revision  Changes    Path
1.78      +0 -12     tng/source/param/loadparm.c
1.13      +0 -8      tng/source/utils/testparm.c

Elrond | 10 May 2005 11:27
Picon

cvs commit: tng samba-tng.spec.in

elrond      2005/05/10 11:27:39 CEST

Modified files:
   .                      samba-tng.spec.in 
Log:
Fixup order of changelog.
Noticed by nixda and Timon.

Revision  Changes    Path
1.20      +3 -3      tng/samba-tng.spec.in

Elrond | 10 May 2005 11:33
Picon

cvs commit: tng/source/include rpc_lsa.h tng/source/rpc_parse parse_lsa.c tng/source/lsarpcd srv_lsa.c srv_lsa_samdb.c tng/source/rpcclient cmd_lsarpc.c

elrond      2005/05/10 11:33:50 CEST

Modified files:
   source/include         rpc_lsa.h 
   source/rpc_parse       parse_lsa.c 
   source/lsarpcd         srv_lsa.c srv_lsa_samdb.c 
   source/rpcclient       cmd_lsarpc.c 
Log:
Fix up level 12 and 13 for LsaQueryInformationPolicy.
Fix up LsaQueryInformationPolicy{,2} return values.

Revision  Changes    Path
1.16      +10 -9     tng/source/include/rpc_lsa.h
1.15      +34 -1     tng/source/lsarpcd/srv_lsa.c
1.24      +27 -11    tng/source/lsarpcd/srv_lsa_samdb.c
1.22      +16 -21    tng/source/rpc_parse/parse_lsa.c
1.20      +7 -6      tng/source/rpcclient/cmd_lsarpc.c

Elrond | 11 May 2005 11:47
Picon

cvs commit: dcerpc-web/root contacts.html cvs.html docs.html download.html faq.html index.html links.html mailinglists.html mirrors.html sponsors.html status-0.3.html status-0.4.html status.html dcerpc-web/websetup/tags samba_tng.tags dcerpc-web/websetup/templates ...

elrond      2005/05/11 11:47:16 CEST

Modified files:
   root                   contacts.html cvs.html docs.html 
                          download.html faq.html index.html 
                          links.html mailinglists.html 
                          mirrors.html sponsors.html 
                          status-0.3.html status-0.4.html 
                          status.html 
   websetup/tags          samba_tng.tags 
   websetup/templates     cvs.tpl docs.tpl index.tpl 
Log:
Some updates to the webseite:
- New subtitle on all pages
- News-entry for 0.4.98
- docs-link wanted by Stephan

Revision  Changes    Path
1.28      +1 -0      dcerpc-web/root/contacts.html
1.35      +3 -1      dcerpc-web/root/cvs.html
1.24      +3 -0      dcerpc-web/root/docs.html
1.33      +1 -0      dcerpc-web/root/download.html
1.22      +1 -0      dcerpc-web/root/faq.html
1.41      +9 -0      dcerpc-web/root/index.html
1.22      +1 -0      dcerpc-web/root/links.html
1.35      +1 -0      dcerpc-web/root/mailinglists.html
1.19      +1 -0      dcerpc-web/root/mirrors.html
1.4       +1 -0      dcerpc-web/root/sponsors.html
1.14      +1 -0      dcerpc-web/root/status-0.3.html
1.11      +1 -0      dcerpc-web/root/status-0.4.html
(Continue reading)

Elrond | 14 May 2005 18:53
Picon

cvs commit: tng NEWS

elrond      2005/05/14 18:53:17 CEST

Modified files:
   .                      NEWS 
Log:
Some updates for 0.4.98 / 0.5.

Revision  Changes    Path
1.17      +15 -14    tng/NEWS

Elrond | 14 May 2005 19:01
Picon

cvs commit: tng/source/lib ms_fnmatch.c util.c

elrond      2005/05/14 19:01:00 CEST

Modified files:
   source/lib             ms_fnmatch.c util.c 
Log:

To finally address CAN-2004-0930:

St^h^hMerge over the ms_fnmatch Code from the other place.

I didn't like the old version.
I don't like the current version.
Both aren't readable at all.

I have not tried to review this code.

(internal note: Yes, this is like the "RNG" thingy.)

Revision  Changes    Path
1.8       +152 -200  tng/source/lib/ms_fnmatch.c
1.58      +1 -11     tng/source/lib/util.c

Elrond | 14 May 2005 22:07
Picon

cvs commit: tng/source/locking brlock.c

elrond      2005/05/14 22:07:09 CEST

Modified files:
   source/locking         brlock.c 
Log:
Locking related fixup.
Tested by NooN.

Yes, nt locking is weird.

Revision  Changes    Path
1.14      +18 -5     tng/source/locking/brlock.c

Elrond | 14 May 2005 22:10
Picon

cvs commit: tng/source/locking locking.c tng/source/smbd blocking.c reply.c

elrond      2005/05/14 22:10:39 CEST

Modified files:
   source/locking         locking.c 
   source/smbd            blocking.c reply.c 
Log:
do_lock() update:

a) kill the conn parameter, it's useless.
b) path in the smb (remote) PID for the lock.
   Especially LOCKING_AND_X has the PID inside the lock
   request.

Revision  Changes    Path
1.22      +7 -6      tng/source/locking/locking.c
1.20      +11 -4     tng/source/smbd/blocking.c
1.84      +5 -5      tng/source/smbd/reply.c


Gmane