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
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
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
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
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
lue, but I
believe that the benefits of readability and taking advantage of the compiler
far outweigh that.
Cheers,
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
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
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
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
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
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
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
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
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
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:
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
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)
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/
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
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
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...
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:
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
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
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
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/
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
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:
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
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/
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
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
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
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
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
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
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
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
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
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
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:
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
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:
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
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
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
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
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
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
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'
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
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
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. :-)
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
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
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
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
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
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
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
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
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
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
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
o the same pdb_get_username() function. That seems odd, so I
thought I'd point it out in case it was unintentional.
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
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
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
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
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
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
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.
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.
[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
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
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. (
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
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
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
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
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:
"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.
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
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
:
DEBUGADD(1, ("may end up being used instead of the
real machine FQDN.\n"));
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
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
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
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:
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
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/
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_
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
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
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
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
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
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
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 - 100 of 400 matches
Mail list logo