svn commit: samba r10196 - in trunk/source: client libsmb modules printing utils

2005-09-13 Thread jra
Author: jra Date: 2005-09-13 06:32:42 + (Tue, 13 Sep 2005) New Revision: 10196 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10196 Log: Fix all const warnings. We compile without warnings now (ok, a few strange exceptions... - getdate.y for example). Jeremy.

svn commit: samba r10197 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Ethereal: .

2005-09-13 Thread tpot
Author: tpot Date: 2005-09-13 06:39:40 + (Tue, 13 Sep 2005) New Revision: 10197 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10197 Log: Assume that external dissectors are structs which I think is always the case. Modified:

svn commit: samba r10198 - in trunk/source/rpc_client: .

2005-09-13 Thread jerry
Author: jerry Date: 2005-09-13 12:05:20 + (Tue, 13 Sep 2005) New Revision: 10198 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10198 Log: commenting out unused function Modified: trunk/source/rpc_client/cli_netlogon.c Changeset: Modified:

svn commit: samba r10199 - in branches/SAMBA_4_0/source/torture: . local

2005-09-13 Thread tridge
Author: tridge Date: 2005-09-13 12:44:33 + (Tue, 13 Sep 2005) New Revision: 10199 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10199 Log: added a LOCAL-RESOLVE torture test, useful for measuring the overhead of the async name resolution mechanisms Added:

svn commit: samba r10200 - in branches/SAMBA_4_0/source: lib/socket libcli/composite libcli/resolve

2005-09-13 Thread tridge
Author: tridge Date: 2005-09-13 12:46:03 + (Tue, 13 Sep 2005) New Revision: 10200 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10200 Log: added a composite_trigger_done() call that allows a composite function to cause an event to happen immediately. This allows

svn commit: samba r10201 - in trunk/source: . include registry rpc_parse rpc_server script services

2005-09-13 Thread jerry
Author: jerry Date: 2005-09-13 13:36:24 + (Tue, 13 Sep 2005) New Revision: 10201 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10201 Log: This is the svcctl work from the past few days. I've been working on this using svk, but I think it's time to check at least

Re: svn commit: samba r10201 - in trunk/source: . include registry rpc_parse rpc_server script services

2005-09-13 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | Author: jerry | Date: 2005-09-13 13:36:24 + (Tue, 13 Sep 2005) | New Revision: 10201 | | WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10201 | | Log: | This is the svcctl work from the past

svn commit: samba r10202 - in trunk/source/client: .

2005-09-13 Thread jra
Author: jra Date: 2005-09-13 15:37:36 + (Tue, 13 Sep 2005) New Revision: 10202 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10202 Log: Fix stupid typo spotted by Metze :-). Jeremy. Modified: trunk/source/client/smbspool.c Changeset: Modified:

svn commit: samba r10203 - in trunk/source: include rpc_parse rpc_server services

2005-09-13 Thread jerry
Author: jerry Date: 2005-09-13 15:39:49 + (Tue, 13 Sep 2005) New Revision: 10203 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10203 Log: have QueryServiceConfig() working now Modified: trunk/source/include/rpc_svcctl.h trunk/source/rpc_parse/parse_svcctl.c

svn commit: samba r10204 - in branches/SAMBA_3_0/source/libsmb: .

2005-09-13 Thread jra
Author: jra Date: 2005-09-13 16:54:59 + (Tue, 13 Sep 2005) New Revision: 10204 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10204 Log: I love valgrind :-). Found stupid missing parantheses :-). Jeremy. Modified:

svn commit: samba r10205 - branches/SAMBA_3_0/source/rpc_parse trunk/source/rpc_parse

2005-09-13 Thread gd
Author: gd Date: 2005-09-13 17:03:03 + (Tue, 13 Sep 2005) New Revision: 10205 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10205 Log: fix obvious typo in the NET_USER_INFO_3 parsing Guenther Modified: branches/SAMBA_3_0/source/rpc_parse/parse_net.c

svn commit: samba r10206 - in trunk/source: include param rpc_parse rpc_server services

2005-09-13 Thread jerry
Author: jerry Date: 2005-09-13 17:03:18 + (Tue, 13 Sep 2005) New Revision: 10206 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10206 Log: * QueryServiceConfig2() now works, but only for info level SERVICE_CONFIG_DESCRIPTION. * MMC service control plugin is now

svn commit: samba r10207 - in branches/SAMBA_4_0/source: gtk/tools lib/registry lib/registry/common

2005-09-13 Thread jelmer
Author: jelmer Date: 2005-09-13 17:28:18 + (Tue, 13 Sep 2005) New Revision: 10207 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10207 Log: Add some const Modified: branches/SAMBA_4_0/source/gtk/tools/gregedit.c

svn commit: lorikeet r469 - in trunk/heimdal/lib/asn1: .

2005-09-13 Thread lha
Author: lha Date: 2005-09-13 19:46:34 + (Tue, 13 Sep 2005) New Revision: 469 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=469 Log: 1.27: unput() have to happen in actions for flex 2.5.31, can do them in user code section, so move up handle_comment and

svn commit: lorikeet r470 - in trunk/heimdal/lib/asn1: .

2005-09-13 Thread lha
Author: lha Date: 2005-09-13 19:50:11 + (Tue, 13 Sep 2005) New Revision: 470 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=470 Log: signness warnings LP64 problem Can't assume malloc(~(size_t)0) will fail Modified: trunk/heimdal/lib/asn1/check-common.c

svn commit: samba r10208 - in branches/SAMBA_3_0/source/utils: .

2005-09-13 Thread jra
Author: jra Date: 2005-09-13 20:13:33 + (Tue, 13 Sep 2005) New Revision: 10208 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10208 Log: Correctly display RDWR only when it *is* RDWR... Jeremy. Modified: branches/SAMBA_3_0/source/utils/status.c Changeset:

svn commit: samba r10209 - in trunk/source/utils: .

2005-09-13 Thread jra
Author: jra Date: 2005-09-13 20:13:36 + (Tue, 13 Sep 2005) New Revision: 10209 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10209 Log: Correctly display RDWR only when it *is* RDWR... Jeremy. Modified: trunk/source/utils/status.c Changeset: Modified:

svn commit: lorikeet r471 - in trunk/heimdal/lib/roken: .

2005-09-13 Thread lha
Author: lha Date: 2005-09-13 20:13:46 + (Tue, 13 Sep 2005) New Revision: 471 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=471 Log: Guess that this will please HP/UX 11.nn that have a SIOCGLIFCONF that doesn't work like Solaris SIOCGLIFCONF. If this works,

svn commit: lorikeet r472 - in trunk/heimdal/lib/asn1: .

2005-09-13 Thread lha
Author: lha Date: 2005-09-13 21:09:36 + (Tue, 13 Sep 2005) New Revision: 472 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=472 Log: 1.22: Avoid empty array initiators. Modified: trunk/heimdal/lib/asn1/check-der.c Changeset: Modified:

svn commit: samba r10210 - branches/SAMBA_3_0/source/libsmb trunk/source/libsmb

2005-09-13 Thread gd
Author: gd Date: 2005-09-13 21:21:43 + (Tue, 13 Sep 2005) New Revision: 10210 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10210 Log: Fix memleak. Guenther Modified: branches/SAMBA_3_0/source/libsmb/clikrb5.c trunk/source/libsmb/clikrb5.c Changeset:

svn commit: samba r10211 - branches/SAMBA_3_0/source/libads trunk/source/libads

2005-09-13 Thread gd
Author: gd Date: 2005-09-13 21:26:25 + (Tue, 13 Sep 2005) New Revision: 10211 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10211 Log: Fix another memleak (this time in the kerberos keytab code) Guenther Modified:

svn commit: samba r10212 - in branches/SAMBA_4_0/swat/scripting/client: .

2005-09-13 Thread deryck
Author: deryck Date: 2005-09-13 21:31:40 + (Tue, 13 Sep 2005) New Revision: 10212 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10212 Log: An IE fix. Must set initial values in the onload function. deryck Modified:

Re: svn commit: samba r10211 - branches/SAMBA_3_0/source/libads trunk/source/libads

2005-09-13 Thread Jeremy Allison
On Tue, Sep 13, 2005 at 09:26:25PM +, [EMAIL PROTECTED] wrote: Author: gd Date: 2005-09-13 21:26:25 + (Tue, 13 Sep 2005) New Revision: 10211 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10211 Log: Fix another memleak (this time in the kerberos

svn commit: samba r10213 - in branches/SAMBA_4_0/source: ldap_server libcli/cldap libcli/ldap

2005-09-13 Thread tridge
Author: tridge Date: 2005-09-13 22:05:45 + (Tue, 13 Sep 2005) New Revision: 10213 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10213 Log: fixed a memory leak in the ldap client and server code spotted by Karl Melcher. ldap_encode() now takes a memory context to

svn commit: samba r10214 - in trunk/source: include rpc_parse rpc_server

2005-09-13 Thread jerry
Author: jerry Date: 2005-09-13 22:15:19 + (Tue, 13 Sep 2005) New Revision: 10214 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10214 Log: Add another info level for QueryServiceConfi2(). Fix one more error dialog window returned from the MMC service control

svn commit: samba r10215 - in branches/SAMBA_3_0/source/libsmb: .

2005-09-13 Thread jra
Author: jra Date: 2005-09-13 22:23:59 + (Tue, 13 Sep 2005) New Revision: 10215 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10215 Log: Fix several memory corruption bugs now we're testing this. Jeremy. Modified:

svn commit: samba r10216 - in branches/SAMBA_4_0: .

2005-09-13 Thread tridge
Author: tridge Date: 2005-09-13 22:58:38 + (Tue, 13 Sep 2005) New Revision: 10216 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10216 Log: Chris Samuel pointed out that we should note the need to run provision as a user with write permission on the install

svn commit: samba r10217 - in branches/SAMBA_3_0/source/libsmb: .

2005-09-13 Thread jra
Author: jra Date: 2005-09-13 23:11:23 + (Tue, 13 Sep 2005) New Revision: 10217 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10217 Log: Remember to exit correctly when we find a matching entry to change. Jeremy. Modified:

Build status as of Wed Sep 14 00:00:02 2005

2005-09-13 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2005-09-13 00:00:09.0 + +++ /home/build/master/cache/broken_results.txt 2005-09-14 00:00:09.0 + @@ -1,17 +1,17 @@ -Build status as of Tue Sep 13 00:00:02 2005 +Build status as of Wed Sep

svn commit: samba r10218 - in trunk/source: . include libsmb

2005-09-13 Thread jra
Author: jra Date: 2005-09-14 00:36:01 + (Wed, 14 Sep 2005) New Revision: 10218 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10218 Log: Adding lib share mode db code - Volker I hate you for making the names of some of these things different (share_mode_entry -

svn commit: samba r10219 - in trunk/source/libsmb: .

2005-09-13 Thread jra
Author: jra Date: 2005-09-14 00:57:23 + (Wed, 14 Sep 2005) New Revision: 10219 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10219 Log: 64-bit fix - we can't return a pointer as an int. Derryl please check ! Jeremy Modified:

svn commit: samba r10220 - in trunk/source: lib libads param passdb

2005-09-13 Thread jra
Author: jra Date: 2005-09-14 01:32:37 + (Wed, 14 Sep 2005) New Revision: 10220 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10220 Log: Fix more 64-bit warnings with an ldap configured build. Inspired by Volker :-). Jeremy. Modified: