svn commit: samba r9540 - in branches/SAMBA_3_0/source/include: .

2005-08-23 Thread derrell
Author: derrell Date: 2005-08-23 19:53:34 + (Tue, 23 Aug 2005) New Revision: 9540 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9540 Log: correct comments in struct smbc_dirent (fixes bug 3030) Modified: branches/SAMBA_3_0/source/include/libsmb

svn commit: samba r9543 - in trunk/source/include: .

2005-08-23 Thread derrell
Author: derrell Date: 2005-08-23 20:53:39 + (Tue, 23 Aug 2005) New Revision: 9543 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9543 Log: correct comments in struct smbc_dirent (fixes bug 3030) Modified: trunk/source/include/libsmbclient.h C

Re: svn commit: samba r9629 - in branches/SOC/SAMBA_3_0/source/client: .

2005-08-26 Thread derrell
k the return code. Although there are some not-so-meaningful errno values that occasionally get returned by libsmbclient, I think you'll get back EEXISTS if the directory already existed. If it already existed, you could _then_ issue your smbc_opendir() call if you need to enumerate the contents. Derrell

svn commit: samba r9823 - in branches/SAMBA_4_0: . source/libcli

2005-08-31 Thread derrell
Author: derrell Date: 2005-08-31 13:36:27 + (Wed, 31 Aug 2005) New Revision: 9823 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9823 Log: [EMAIL PROTECTED]: derrell | 2005-08-31 09:32:06 -0400 create holding place for client library, and test sv

svn commit: samba r9824 - in branches/SAMBA_4_0: . source/libcli/smbc

2005-08-31 Thread derrell
Author: derrell Date: 2005-08-31 13:36:35 + (Wed, 31 Aug 2005) New Revision: 9824 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9824 Log: [EMAIL PROTECTED]: derrell | 2005-08-31 09:33:55 -0400 add a readme file to indicate what the smbc director

Re: svn commit: samba r10184 - in branches/SAMBA_4_0/source/librpc/rpc: .

2005-09-12 Thread derrell
lue, but I believe that the benefits of readability and taking advantage of the compiler far outweigh that. Cheers, Derrell

Re: svn commit: samba r11118 - in branches/SAMBA_3_0_RELEASE: packaging/Fedora packaging/RedHat packaging/Solaris source source/client source/include source/lib source/libads source/libsmb source/modu

2005-10-17 Thread derrell
ormance issues with those changes, as outlined previously. You had indicated that you wanted Kalim involved, so I haven't made any changes to this code. How shall we proceed? Cheers, Derrell

svn commit: samba r11129 - in branches/SAMBA_3_0: . examples/libsmbclient

2005-10-17 Thread derrell
Author: derrell Date: 2005-10-17 19:27:19 + (Mon, 17 Oct 2005) New Revision: 11129 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11129 Log: [EMAIL PROTECTED]: derrell | 2005-10-17 15:26:27 -0400 added example to read a file and test download time

svn commit: samba r11130 - in branches/SAMBA_3_0: . examples/libsmbclient

2005-10-17 Thread derrell
Author: derrell Date: 2005-10-17 19:29:11 + (Mon, 17 Oct 2005) New Revision: 11130 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11130 Log: [EMAIL PROTECTED]: derrell | 2005-10-17 15:29:03 -0400 let's now actually add the new test file Added

Re: svn commit: samba r11255 - in trunk/source: libsmb passdb

2005-10-21 Thread derrell
return -1; If we're using %.0f as the format strings, then the cast on each of these should be to float. If we want to cast to double, the format string should be %.0lf. Derrell

Re: svn commit: samba r11255 - in trunk/source: libsmb passdb

2005-10-21 Thread derrell
Jeremy Allison <[EMAIL PROTECTED]> writes: > Nope. From the printf format argument spec : > > "f,FThe double argument is rounded and converted to decimal notation" Yup, you're right. I was thinking of scanf() format strings. Sorry. Derrell

svn commit: samba r11582 - in branches/SAMBA_3_0: . source

2005-11-08 Thread derrell
Author: derrell Date: 2005-11-08 18:23:47 + (Tue, 08 Nov 2005) New Revision: 11582 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11582 Log: [EMAIL PROTECTED]: derrell | 2005-11-08 13:12:39 -0500 Fixed "clean" target -- bin/libmsrpc.a was

svn commit: samba r11583 - in branches/SAMBA_3_0: . source

2005-11-08 Thread derrell
Author: derrell Date: 2005-11-08 18:23:51 + (Tue, 08 Nov 2005) New Revision: 11583 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11583 Log: [EMAIL PROTECTED]: derrell | 2005-11-08 13:20:56 -0500 fix copy/paste error Modified: branches/S

svn commit: samba r11584 - in trunk: . source

2005-11-08 Thread derrell
Author: derrell Date: 2005-11-08 18:24:18 + (Tue, 08 Nov 2005) New Revision: 11584 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11584 Log: [EMAIL PROTECTED]: derrell | 2005-11-08 13:23:18 -0500 fix 'clean' target -- delete bin/libmsrpc.a

svn commit: samba r12080 - in branches/SAMBA_3_0: . examples/libsmbclient source/libsmb

2005-12-05 Thread derrell
Author: derrell Date: 2005-12-05 23:30:40 + (Mon, 05 Dec 2005) New Revision: 12080 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12080 Log: [EMAIL PROTECTED]: derrell | 2005-12-05 13:22:34 -0500 Correct some memory and file descriptor leaks. Thi

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

2005-12-05 Thread derrell
Author: derrell Date: 2005-12-05 23:30:45 + (Mon, 05 Dec 2005) New Revision: 12081 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12081 Log: [EMAIL PROTECTED]: derrell | 2005-12-05 13:31:28 -0500 get rid of temporary #if 0 blocks Modified:

svn commit: samba r12083 - in trunk: . examples/libsmbclient source/libsmb

2005-12-05 Thread derrell
Author: derrell Date: 2005-12-06 03:51:31 + (Tue, 06 Dec 2005) New Revision: 12083 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12083 Log: [EMAIL PROTECTED]: derrell | 2005-12-05 22:51:08 -0500 merge patches from samba3 branch: fix libsmbclient b

svn commit: samba r12098 - in branches/SAMBA_3_0: . examples/libsmbclient source/libsmb

2005-12-06 Thread derrell
Author: derrell Date: 2005-12-06 17:09:44 + (Tue, 06 Dec 2005) New Revision: 12098 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12098 Log: [EMAIL PROTECTED]: derrell | 2005-12-06 12:09:00 -0500 fixed another memory leak and reverted an (incorrect)

svn commit: samba r12099 - in trunk: . examples/libsmbclient source/libsmb

2005-12-06 Thread derrell
Author: derrell Date: 2005-12-06 17:11:51 + (Tue, 06 Dec 2005) New Revision: 12099 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12099 Log: [EMAIL PROTECTED]: derrell | 2005-12-06 12:11:41 -0500 fix memory leak Modified: trunk/ trunk/

svn commit: samba r12100 - in trunk: . examples/libsmbclient

2005-12-06 Thread derrell
Author: derrell Date: 2005-12-06 17:12:47 + (Tue, 06 Dec 2005) New Revision: 12100 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12100 Log: [EMAIL PROTECTED]: derrell | 2005-12-06 12:12:34 -0500 new file didn't get added by patch. adding. Ad

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

2005-12-07 Thread derrell
Author: derrell Date: 2005-12-08 03:41:19 + (Thu, 08 Dec 2005) New Revision: 12118 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12118 Log: [EMAIL PROTECTED]: derrell | 2005-12-07 22:34:55 -0500 first go at supporting long file names. seeems

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

2005-12-07 Thread derrell
Author: derrell Date: 2005-12-08 03:44:40 + (Thu, 08 Dec 2005) New Revision: 12119 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12119 Log: [EMAIL PROTECTED]: derrell | 2005-12-07 22:44:26 -0500 sync to repository didn't work correctly...

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

2005-12-07 Thread derrell
Author: derrell Date: 2005-12-08 04:15:31 + (Thu, 08 Dec 2005) New Revision: 12120 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12120 Log: [EMAIL PROTECTED]: derrell | 2005-12-07 23:15:21 -0500 first go at supporting long share names Modified:

svn commit: samba r12225 - in branches/SAMBA_3_0: . examples/libsmbclient source/libsmb source/rpc_client

2005-12-13 Thread derrell
Author: derrell Date: 2005-12-14 04:00:58 + (Wed, 14 Dec 2005) New Revision: 12225 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12225 Log: [EMAIL PROTECTED]: derrell | 2005-12-13 22:59:45 -0500 1. Fix a crash bug which should have reared its ugly h

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

2005-12-14 Thread derrell
Author: derrell Date: 2005-12-14 18:15:54 + (Wed, 14 Dec 2005) New Revision: 12235 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12235 Log: [EMAIL PROTECTED]: derrell | 2005-12-14 13:15:14 -0500 Ensure that when libsmbclient copies a cli, it prevents

svn commit: samba r12236 - in branches/SAMBA_3_0: . source/rpc_client

2005-12-14 Thread derrell
Author: derrell Date: 2005-12-14 18:17:05 + (Wed, 14 Dec 2005) New Revision: 12236 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12236 Log: [EMAIL PROTECTED]: derrell | 2005-12-14 13:16:58 -0500 check in the DEBUG message referenced in the previou

svn commit: samba r12237 - in trunk: . source/libsmb source/rpc_client

2005-12-14 Thread derrell
Author: derrell Date: 2005-12-14 18:20:19 + (Wed, 14 Dec 2005) New Revision: 12237 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12237 Log: [EMAIL PROTECTED]: derrell | 2005-12-14 13:19:54 -0500 merge changes from samba_3_0 Modified: trunk/

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

2005-12-24 Thread derrell
Author: derrell Date: 2005-12-25 02:00:21 + (Sun, 25 Dec 2005) New Revision: 12466 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12466 Log: [EMAIL PROTECTED]: derrell | 2005-12-24 20:25:38 -0500 parse dates correctly. w_time and m_time were

svn commit: samba r12467 - in branches/SAMBA_3_0: . examples/libsmbclient

2005-12-24 Thread derrell
Author: derrell Date: 2005-12-25 02:00:35 + (Sun, 25 Dec 2005) New Revision: 12467 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12467 Log: [EMAIL PROTECTED]: derrell | 2005-12-24 20:25:59 -0500 add another libsmbclient test program Modified:

svn commit: samba r12468 - in branches/SAMBA_3_0: . examples/libsmbclient

2005-12-24 Thread derrell
Author: derrell Date: 2005-12-25 02:03:51 + (Sun, 25 Dec 2005) New Revision: 12468 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12468 Log: [EMAIL PROTECTED]: derrell | 2005-12-24 21:03:45 -0500 actually add the new test program Added: branches/S

svn commit: samba r12469 - in trunk: . examples/libsmbclient source/libsmb

2005-12-24 Thread derrell
Author: derrell Date: 2005-12-25 02:10:21 + (Sun, 25 Dec 2005) New Revision: 12469 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12469 Log: [EMAIL PROTECTED]: derrell | 2005-12-24 21:07:11 -0500 merge changes from 3_0 Modified: trunk/ trunk/

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

2005-12-24 Thread derrell
Author: derrell Date: 2005-12-25 04:17:32 + (Sun, 25 Dec 2005) New Revision: 12471 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12471 Log: [EMAIL PROTECTED]: derrell | 2005-12-24 23:17:16 -0500 libsmbclient was not loading the global configurat

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

2005-12-24 Thread derrell
Author: derrell Date: 2005-12-25 04:26:59 + (Sun, 25 Dec 2005) New Revision: 12472 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12472 Log: [EMAIL PROTECTED]: derrell | 2005-12-24 23:26:55 -0500 revert immediately previous change and fix problem c

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

2005-12-24 Thread derrell
Author: derrell Date: 2005-12-25 04:30:57 + (Sun, 25 Dec 2005) New Revision: 12473 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12473 Log: [EMAIL PROTECTED]: derrell | 2005-12-24 23:30:52 -0500 libsmbclient should load interfaces after having

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

2005-12-25 Thread derrell
Author: derrell Date: 2005-12-25 21:46:58 + (Sun, 25 Dec 2005) New Revision: 12485 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12485 Log: [EMAIL PROTECTED]: derrell | 2005-12-25 16:46:47 -0500 When enumerating what could be a server name or a w

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

2005-12-25 Thread derrell
Author: derrell Date: 2005-12-25 21:59:13 + (Sun, 25 Dec 2005) New Revision: 12486 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12486 Log: [EMAIL PROTECTED]: derrell | 2005-12-25 16:59:07 -0500 merge 3_0 changes: look for an existing connect

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

2005-12-29 Thread derrell
Author: derrell Date: 2005-12-29 15:06:53 + (Thu, 29 Dec 2005) New Revision: 12569 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12569 Log: [EMAIL PROTECTED]: derrell | 2005-12-29 09:39:45 -0500 fix line length and make formatting/indentation more co

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

2005-12-29 Thread derrell
Author: derrell Date: 2005-12-29 15:06:59 + (Thu, 29 Dec 2005) New Revision: 12570 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12570 Log: [EMAIL PROTECTED]: derrell | 2005-12-29 10:05:16 -0500 do not open connection when only looking for cached co

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

2005-12-29 Thread derrell
Author: derrell Date: 2005-12-29 15:11:04 + (Thu, 29 Dec 2005) New Revision: 12571 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12571 Log: [EMAIL PROTECTED]: derrell | 2005-12-29 10:08:41 -0500 merge from 3_0: do not establish a connection when only

svn commit: samba r12575 - in trunk: . examples/libsmbclient source/include source/libsmb

2005-12-29 Thread derrell
Author: derrell Date: 2005-12-29 16:24:25 + (Thu, 29 Dec 2005) New Revision: 12575 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12575 Log: [EMAIL PROTECTED]: derrell | 2005-12-29 11:16:29 -0500 bug (enhancement) #2651: add option to log debug mes

svn commit: samba r12576 - in branches/SAMBA_3_0: . examples/libsmbclient source/include source/libsmb

2005-12-29 Thread derrell
Author: derrell Date: 2005-12-29 16:26:06 + (Thu, 29 Dec 2005) New Revision: 12576 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12576 Log: [EMAIL PROTECTED]: derrell | 2005-12-29 11:16:03 -0500 bug (enhancement) #2651: add option to log debug mes

svn commit: samba r12579 - in branches/SAMBA_3_0: . examples/libsmbclient source/libsmb

2005-12-29 Thread derrell
Author: derrell Date: 2005-12-29 17:03:39 + (Thu, 29 Dec 2005) New Revision: 12579 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12579 Log: [EMAIL PROTECTED]: derrell | 2005-12-29 12:03:00 -0500 allow for arbitrary option value types Modified:

svn commit: samba r12757 - in branches/SAMBA_3_0: . examples/libsmbclient

2006-01-07 Thread derrell
Author: derrell Date: 2006-01-07 20:43:28 + (Sat, 07 Jan 2006) New Revision: 12757 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12757 Log: [EMAIL PROTECTED]: derrell | 2006-01-03 15:21:36 -0500 added flag to not request authentication information

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

2006-01-07 Thread derrell
Author: derrell Date: 2006-01-07 20:43:31 + (Sat, 07 Jan 2006) New Revision: 12758 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12758 Log: [EMAIL PROTECTED]: derrell | 2006-01-03 15:22:18 -0500 remove old superfluous comment and ifdef Modified:

svn commit: samba r12759 - in branches/SAMBA_3_0: . examples/libsmbclient/smbwrapper

2006-01-07 Thread derrell
Author: derrell Date: 2006-01-07 20:43:36 + (Sat, 07 Jan 2006) New Revision: 12759 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12759 Log: [EMAIL PROTECTED]: derrell | 2006-01-07 15:34:01 -0500 Incorporate a number of changes suggested by David

svn commit: samba r12852 - in branches/SAMBA_3_0: . examples/libsmbclient/smbwrapper

2006-01-11 Thread derrell
Author: derrell Date: 2006-01-11 18:22:06 + (Wed, 11 Jan 2006) New Revision: 12852 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12852 Log: [EMAIL PROTECTED]: derrell | 2006-01-11 13:21:14 -0500 Although RTLD_NEXT was not working properly a number

svn commit: samba r13212 - in branches/SAMBA_3_0: . source/client source/libsmb source/nmbd source/nsswitch source/pam_smbpass source/param source/python source/rpcclient source/smbd source/smbwrapper

2006-01-28 Thread derrell
Author: derrell Date: 2006-01-28 22:53:04 + (Sat, 28 Jan 2006) New Revision: 13212 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13212 Log: [EMAIL PROTECTED]: derrell | 2006-01-28 17:52:17 -0500 lp_load() could not be called multiple times t

svn commit: samba r13213 - in trunk/source: client libsmb nmbd nsswitch pam_smbpass param python rpcclient smbd smbwrapper torture utils web wrepld

2006-01-28 Thread derrell
Author: derrell Date: 2006-01-28 22:54:18 + (Sat, 28 Jan 2006) New Revision: 13213 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13213 Log: lp_load() could not be called multiple times to modify parameter settings based on reading from multiple confi

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

2006-01-28 Thread derrell
Author: derrell Date: 2006-01-29 00:11:34 + (Sun, 29 Jan 2006) New Revision: 13214 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13214 Log: [EMAIL PROTECTED]: derrell | 2006-01-28 19:10:58 -0500 This should fix bug #3446. - The authenticatio

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

2006-01-28 Thread derrell
Author: derrell Date: 2006-01-29 00:12:20 + (Sun, 29 Jan 2006) New Revision: 13215 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13215 Log: This should fix bug #3446. - The authentication domain provided an an SMB URL was being ignored. This pat

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

2006-01-28 Thread derrell
Author: derrell Date: 2006-01-29 04:57:42 + (Sun, 29 Jan 2006) New Revision: 13216 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13216 Log: [EMAIL PROTECTED]: derrell | 2006-01-28 23:57:35 -0500 Fix cli_setpathinfo() to actually do what it'

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

2006-01-28 Thread derrell
Author: derrell Date: 2006-01-29 04:58:27 + (Sun, 29 Jan 2006) New Revision: 13217 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13217 Log: Fix cli_setpathinfo() to actually do what it's supposed to. Also, get rid of some apparently drug-induced

Re: svn commit: samba r13414 - in branches/tmp/deryck-samba4-swat/swat: . ejs js

2006-02-09 Thread derrell
first = false; } } else { t = t + o[i]; } t = t + "\n"; return t; } It looks like in each case, you were generating an expression and just not providing anyplace to put it; i.e. you're not assigning it to a variable. Derrell

Re: svn commit: samba r13495 - branches/SAMBA_3_0/source/libsmb trunk/source/libsmb

2006-02-14 Thread derrell
on't have that extra line in my SAMBA_3_0 version (updated a few days ago) nor in the SAMBA_3_0_RELEASE branch...??? Anyway, if it was there, immediately followed by the same call, it can certainly be removed. I'm curious about where it came from, though. Cheers, Derrell ps. My name is spelled with 2 e's, 2 r's, and 2 l's. It's easy to remember. :-)

Re: svn commit: samba r13668 - in trunk/source/libsmb: .

2006-02-24 Thread derrell
new method, or find some other method of allowing the traditional method to be selected by an application. We need to retain the ability to return the existing errno mappings. Derrell

Re: svn commit: samba r13668 - in trunk/source/libsmb: .

2006-02-24 Thread derrell
ayers, just pass the NTSTATUS or DOS error values up the stack and let the ultimate function which knows what a particular errno value really means to a particular function, set errno. (Even this re-implementation requires ensuring that the same errno values as previously get returned, but allows do

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

2006-02-28 Thread derrell
Author: derrell Date: 2006-03-01 01:41:52 + (Wed, 01 Mar 2006) New Revision: 13761 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13761 Log: [EMAIL PROTECTED]: derrell | 2006-02-28 20:40:56 -0500 When only allowing one connection per server, the cac

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

2006-02-28 Thread derrell
Author: derrell Date: 2006-03-01 01:42:37 + (Wed, 01 Mar 2006) New Revision: 13762 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13762 Log: When only allowing one connection per server, the cache needs to track which share is currently connected, or

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

2006-02-28 Thread derrell
Author: derrell Date: 2006-03-01 01:48:33 + (Wed, 01 Mar 2006) New Revision: 13763 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13763 Log: [EMAIL PROTECTED]: derrell | 2006-02-28 20:48:23 -0500 Add the missing comment about needing to save the n

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

2006-02-28 Thread derrell
Author: derrell Date: 2006-03-01 01:49:14 + (Wed, 01 Mar 2006) New Revision: 13764 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13764 Log: Add the missing comment about needing to save the new share name. Modified: trunk/source/libsmb/libsmb

svn commit: samba r14663 - in trunk: examples/libsmbclient source/include source/libsmb

2006-03-22 Thread derrell
Author: derrell Date: 2006-03-22 22:03:52 + (Wed, 22 Mar 2006) New Revision: 14663 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14663 Log: Implement enhancement request 3505. Two additional features are added here. There is now a method of saving a

svn commit: samba r14664 - in branches/SAMBA_3_0: . examples/libsmbclient source/include source/libsmb

2006-03-22 Thread derrell
Author: derrell Date: 2006-03-22 22:05:19 + (Wed, 22 Mar 2006) New Revision: 14664 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14664 Log: [EMAIL PROTECTED]: derrell | 2006-03-22 17:04:30 -0500 Implement enhancement request 3505. Two additional

Re: svn commit: samba r14710 - in branches/SAMBA_4_0/source/torture/raw: .

2006-03-25 Thread derrell
pid = pid1; > wr.generic.level = RAW_WRITE_WRITEX; > wr.writex.in.file.fnum = fnum; The printf says using pid2 but the assignment says pid1. Is that what you intended? Cheers, Derrell

Re: svn commit: samba r15914 - in trunk/source: auth client include libmsrpc libsmb nmbd nsswitch smbd utils web

2006-05-29 Thread derrell
generated with syntax errors (the semicolons at the close of a number of "if ... fi" statements are separated from their 'fi' by two newlines). I don't grok configure.in well enough to figure out why this is occurring. Once I can build libsmbclient, I'll give it a test. Cheers, Derrell

Re: svn commit: samba r15914 - in trunk/source: auth client include libmsrpc libsmb nmbd nsswitch smbd utils web

2006-05-29 Thread derrell
figure out why >> this is occurring. Once I can build libsmbclient, I'll give it a test. > > What platform ? Sorry. Debian just-about-up-to-date "testing" distribution with Linux 2.6.14 kernel. Derrell

Re: svn commit: samba r16334 - branches/SAMBA_3_0/source/passdb trunk/source/passdb

2006-06-17 Thread derrell
o the same pdb_get_username() function. That seems odd, so I thought I'd point it out in case it was unintentional. Derrell

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

2006-06-19 Thread derrell
Author: derrell Date: 2006-06-19 16:45:01 + (Mon, 19 Jun 2006) New Revision: 16351 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16351 Log: Only set the DFS capability flag if the share is a DFS root. Fixes bug 3814. Modified: trunk/sourc

svn commit: samba r16352 - in branches/SAMBA_3_0: .

2006-06-19 Thread derrell
Author: derrell Date: 2006-06-19 16:48:43 + (Mon, 19 Jun 2006) New Revision: 16352 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16352 Log: [EMAIL PROTECTED]: derrell | 2006-05-08 23:57:53 -0400 Adding a directory to do some tests. This director

svn commit: samba r16353 - in branches/SAMBA_3_0: . derrell-test

2006-06-19 Thread derrell
Author: derrell Date: 2006-06-19 16:48:51 + (Mon, 19 Jun 2006) New Revision: 16353 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16353 Log: [EMAIL PROTECTED]: derrell | 2006-05-08 23:59:42 -0400 Added first draft of README file, testing SVK&#

svn commit: samba r16354 - in branches/SAMBA_3_0: . derrell-test

2006-06-19 Thread derrell
Author: derrell Date: 2006-06-19 16:48:59 + (Mon, 19 Jun 2006) New Revision: 16354 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16354 Log: [EMAIL PROTECTED]: derrell | 2006-05-09 00:00:35 -0400 Made a trivial change to the file so I can have one mo

svn commit: samba r16550 - in branches/SAMBA_3_0: examples/libsmbclient source/include source/libsmb

2006-06-26 Thread derrell
Author: derrell Date: 2006-06-27 02:30:58 + (Tue, 27 Jun 2006) New Revision: 16550 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16550 Log: Fix bug 3866. Thanks for the report! Although I've never met a computer or compiler that produced pointers

svn commit: samba r16551 - in trunk: examples/libsmbclient source/include source/libsmb

2006-06-26 Thread derrell
Author: derrell Date: 2006-06-27 02:32:45 + (Tue, 27 Jun 2006) New Revision: 16551 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16551 Log: Fix bug 3866. Thanks for the report! Although I've never met a computer or compiler that produced pointers

svn commit: samba r16552 - in branches/SAMBA_3_0/source: lib libsmb

2006-06-26 Thread derrell
Author: derrell Date: 2006-06-27 03:07:02 + (Tue, 27 Jun 2006) New Revision: 16552 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16552 Log: Fix bug 3849. Added a next_token_no_ltrim() function which does not strip leading separator characters.

svn commit: samba r16553 - in trunk/source: lib libsmb

2006-06-26 Thread derrell
Author: derrell Date: 2006-06-27 03:07:37 + (Tue, 27 Jun 2006) New Revision: 16553 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16553 Log: Fix bug 3849. Added a next_token_no_ltrim() function which does not strip leading separator characters.

Re: svn commit: samba r16677 - in trunk/source/libsmb: .

2006-06-29 Thread derrell
[EMAIL PROTECTED] writes: > Author: vlendec > Date: 2006-06-29 17:02:08 + (Thu, 29 Jun 2006) > New Revision: 16677 > > WebSVN: > http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16677 > > Log: > Jeremy, that's the kind of stuff you get when enabling -Wc++-compat. 847 of > t

Re: svn commit: samba r16792 - in branches/SAMBA_3_0_RELEASE: . source/nsswitch source/smbd

2006-07-03 Thread derrell
ZING the SAMBA source code" > +reports. We believe that the final release is in much better shape > +in a large part due to his efforts. typically "in large part" rather than "in a large part" Cheers, Derrell

svn commit: samba r18009 - in branches/SAMBA_3_0: examples/libsmbclient source/include source/lib source/libsmb

2006-09-02 Thread derrell
Author: derrell Date: 2006-09-02 21:47:56 + (Sat, 02 Sep 2006) New Revision: 18009 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18009 Log: Fixes bug 4026. This completes the work Jeremy began last week, disambiguating the meaning of c_time. (

svn commit: samba r18011 - in branches/SAMBA_3_0: examples/libsmbclient source/libsmb

2006-09-02 Thread derrell
Author: derrell Date: 2006-09-03 00:50:34 + (Sun, 03 Sep 2006) New Revision: 18011 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18011 Log: Should fix bug 3835. Jeremy: requires your eyes... If the remote connection timed out while cli_list() was re

svn commit: samba r18012 - in branches/SAMBA_3_0: examples/libsmbclient source/libsmb

2006-09-02 Thread derrell
Author: derrell Date: 2006-09-03 01:37:26 + (Sun, 03 Sep 2006) New Revision: 18012 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18012 Log: Should fix bug 4018. NetApp filers expect paths in Open AndX Request to have a leading slash. Windows clients

svn commit: samba r18013 - in branches/SAMBA_3_0/source: include libsmb

2006-09-02 Thread derrell
Author: derrell Date: 2006-09-03 02:10:24 + (Sun, 03 Sep 2006) New Revision: 18013 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18013 Log: Fix for "bug" (enhancement) 3684. Provide a new option to specify the share mode to be used w

Re: svn commit: samba r18011 - in branches/SAMBA_3_0: examples/libsmbclient source/libsmb

2006-09-02 Thread derrell
ror and have Henrik test it with the other, clearly-required fixes in this patch and see what happens. He has an environment set up that seems to easily reproduce the problem, so we'll know quickly. Thanks! Derrell

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

2006-09-02 Thread derrell
Author: derrell Date: 2006-09-03 02:28:22 + (Sun, 03 Sep 2006) New Revision: 18014 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18014 Log: revert a possibly unnecessary change Modified: branches/SAMBA_3_0/source/libsmb/clientgen.c Changeset:

Re: svn commit: samba r18012 - in branches/SAMBA_3_0: examples/libsmbclient source/libsmb

2006-09-04 Thread derrell
"Stefan (metze) Metzmacher" <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] schrieb: >> Author: derrell >> Date: 2006-09-03 01:37:26 + (Sun, 03 Sep 2006) >> New Revision: 18012 >> >> WebSVN: >> http://websvn.samba.org/cgi-bin/viewcvs.

svn commit: samba r18103 - in branches/SAMBA_4_0/source/torture/raw: .

2006-09-05 Thread derrell
Author: derrell Date: 2006-09-05 18:39:48 + (Tue, 05 Sep 2006) New Revision: 18103 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18103 Log: add torture test for 'RAW_OPEN_OPENX without a leading slash on the path', known to fail on NetA

Re: svn commit: samba r18012 - in branches/SAMBA_3_0: examples/libsmbclient source/libsmb

2006-09-05 Thread derrell
ou > can easily test it. > > to run it against a windows box use this: > > bin/smbtorture //servername/sharename -U user%pass RAW-OPEN Done and checked-in. Cheers, Derrell

Re: svn commit: samba r18529 - in branches/SAMBA_3_0/source/lib: .

2006-09-14 Thread derrell
: DEBUGADD(1, ("may end up being used instead of the real machine FQDN.\n")); Derrell

svn commit: samba-web r1039 - in trunk/team: .

2006-09-21 Thread derrell
Author: derrell Date: 2006-09-21 23:35:37 + (Thu, 21 Sep 2006) New Revision: 1039 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1039 Log: I didn't exist Modified: trunk/team/index.html Changeset: Modified: trunk/te

svn commit: samba r18848 - in branches/SAMBA_4_0/source/lib: . json

2006-09-23 Thread derrell
Author: derrell Date: 2006-09-23 19:15:27 + (Sat, 23 Sep 2006) New Revision: 18848 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18848 Log: Save the json library before I start hacking on it. I'm going to be converting it to natively use ejs obj

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

2006-09-23 Thread derrell
Author: derrell Date: 2006-09-23 19:16:42 + (Sat, 23 Sep 2006) New Revision: 18849 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18849 Log: a bit of help for the new user, to figure out how to do initial setup Modified: branches/SAMBA_4_0/h

svn commit: samba r18850 - in branches/SAMBA_4_0/source/scripting/ejs: .

2006-09-23 Thread derrell
Author: derrell Date: 2006-09-23 19:17:50 + (Sat, 23 Sep 2006) New Revision: 18850 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18850 Log: add strspn() function i ejs Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcalls_string.c Changeset:

svn commit: samba r18880 - in branches/SAMBA_4_0: . jsonrpc jsonrpc/qooxdoo source/param source/scripting/ejs source/scripting/libjs source/web_server

2006-09-24 Thread derrell
Author: derrell Date: 2006-09-25 02:49:56 + (Mon, 25 Sep 2006) New Revision: 18880 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18880 Log: JSON-RPC work in progress Added: branches/SAMBA_4_0/jsonrpc/ branches/SAMBA_4_0/jsonrpc/jsondate.esp

svn commit: samba r18911 - in branches/SAMBA_4_0/jsonrpc: .

2006-09-25 Thread derrell
Author: derrell Date: 2006-09-26 02:26:36 + (Tue, 26 Sep 2006) New Revision: 18911 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18911 Log: add a JSON encoder Added: branches/SAMBA_4_0/jsonrpc/json.esp Changeset: Added: branches/SAMBA_4_0/jsonrpc/

svn commit: samba r18925 - in branches/SAMBA_4_0/source/lib/appweb: . ejs-2.0 ejs-2.0/ejs ejs-2.0/ejs/classes ejs-2.0/ejs/lib ejs-2.0/ejs/system ejs-2.0/ejs/system/UNIX ejs-2.0/ejs/system/WIN ejs-2.0/

2006-09-26 Thread derrell
Author: derrell Date: 2006-09-26 16:58:27 + (Tue, 26 Sep 2006) New Revision: 18925 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18925 Log: Add current snapshot of the ejs-2.0 code. Tridge, will you be incorporating this? Added: branches/SAMBA_4_

svn commit: samba r19019 - in branches/SAMBA_4_0: jsonrpc source/scripting/ejs

2006-10-01 Thread derrell
Author: derrell Date: 2006-10-02 02:36:27 + (Mon, 02 Oct 2006) New Revision: 19019 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19019 Log: Add a parser for javascript literals. This is implemented for parsing JSON strings, but is generally useful for

svn commit: samba r19020 - in branches/SAMBA_4_0/source/scripting/ejs: .

2006-10-01 Thread derrell
Author: derrell Date: 2006-10-02 02:38:02 + (Mon, 02 Oct 2006) New Revision: 19020 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19020 Log: move jsonrpc_include to a more appropriate location in the file, and call the setup function for parsing

svn commit: samba r19021 - in branches/SAMBA_4_0/source/lib/appweb/ejs: .

2006-10-01 Thread derrell
Author: derrell Date: 2006-10-02 02:38:43 + (Mon, 02 Oct 2006) New Revision: 19021 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19021 Log: match the prototype for a trigger function Modified: branches/SAMBA_4_0/source/lib/appweb/ejs/ejsProcs.c C

svn commit: samba r19022 - in branches/SAMBA_4_0/source/lib/appweb/mpr: .

2006-10-01 Thread derrell
Author: derrell Date: 2006-10-02 02:39:05 + (Mon, 02 Oct 2006) New Revision: 19022 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19022 Log: eliminate a warning Modified: branches/SAMBA_4_0/source/lib/appweb/mpr/var.c Changeset: Modified: branches/S

svn commit: samba r19048 - in branches/SAMBA_4_0/source/scripting/ejs: .

2006-10-02 Thread derrell
Author: derrell Date: 2006-10-02 15:23:03 + (Mon, 02 Oct 2006) New Revision: 19048 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19048 Log: ensure our memory gets cleaned up even upon exception Modified: branches/SAMBA_4_0/source/scripting/ejs/l

svn commit: samba r19051 - in branches/SAMBA_4_0: jsonrpc source/scripting/ejs source/web_server

2006-10-02 Thread derrell
Author: derrell Date: 2006-10-02 20:39:31 + (Mon, 02 Oct 2006) New Revision: 19051 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19051 Log: JSON-RPC server work-in-progress. It's almost working. Modified: branches/SAMBA_4_0/jsonrpc/json.es

svn commit: samba r19052 - in branches/SAMBA_4_0/jsonrpc: .

2006-10-02 Thread derrell
Author: derrell Date: 2006-10-02 20:44:19 + (Mon, 02 Oct 2006) New Revision: 19052 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19052 Log: clarify what actually does what Modified: branches/SAMBA_4_0/jsonrpc/request.esp Changeset: Modified:

  1   2   3   4   5   >