index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
next_token() was supposed to be a reentrant replacement for strtok(),
Andrew Tridgell
2001-06-21
2
-32
/
+32
*
removed need for scandir in client.c
Andrew Tridgell
2001-05-07
1
-21
/
+14
*
new mput code from idra that doesn't need a call to find
Andrew Tridgell
2001-05-07
1
-66
/
+152
*
More gcc compile on solaris tidyups.
Jeremy Allison
2001-04-27
1
-1
/
+1
*
a couple of minor merges from 2_2
Andrew Tridgell
2001-04-22
3
-3
/
+8
*
Getting medieval with compiler warnings as Jeremy puts it.
Tim Potter
2001-04-16
1
-3
/
+3
*
Fix from Tony Butt - shouldn't set got_pass for -c option.
Jeremy Allison
2001-04-15
1
-1
/
+0
*
Patch from Mandrakesoft to ensure we close all files.
John Terpstra
2001-04-14
1
-1
/
+3
*
To stop people complaining about the mktemp call, move it into lib/util.c. Th...
Jeremy Allison
2001-04-11
1
-10
/
+25
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
3
-6
/
+6
*
Fix for smbtar race condition from Glenn Burkhardt <glenn@aoi.ultranet.com>.
Jeremy Allison
2001-03-26
1
-1
/
+11
*
Missed a cli_set_port on message code connect.
Jeremy Allison
2001-03-26
1
-1
/
+1
*
added basic command completion support
Andrew Tridgell
2001-03-19
1
-1
/
+35
*
much simpler readline code
Andrew Tridgell
2001-03-18
1
-51
/
+44
*
much better readline support from Simo Sorce, with some mods from me
Andrew Tridgell
2001-03-18
1
-72
/
+24
*
Updates for CUPS 1.1 from Michael Sweet.
Jeremy Allison
2001-03-16
1
-1
/
+38
*
Sync up Urbans changes from 2.2 into HEAD.
Jeremy Allison
2001-03-10
2
-5
/
+46
*
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
2001-03-09
1
-55
/
+246
*
Fixes to testsmbc to ensure it will compile on SGI ...
Richard Sharpe
2001-03-09
1
-18
/
+31
*
the -m option to the client is back
Andrew Tridgell
2001-02-25
1
-2
/
+4
*
Fix a small problem where tree.c was using the creation time to display, rath...
Richard Sharpe
2001-02-20
1
-2
/
+2
*
Improve the sample GTK+ client program to make it a bit more functional.
Richard Sharpe
2001-02-19
1
-139
/
+220
*
Excise snprintf -> slprintf.
Jeremy Allison
2001-02-16
2
-5
/
+5
*
Fix calls to smbc_init in testsmbc.c and tree.c
Richard Sharpe
2001-02-12
2
-5
/
+104
*
io_bufsize was set too large and so full length reads
Anton Blanchard
2001-01-25
1
-1
/
+1
*
Fixed bugs relating to Win2K and the need for a codepage so that unicode
Richard Sharpe
2001-01-14
1
-17
/
+25
*
Many bug fixes to the libsmbclient.c code plus
Richard Sharpe
2001-01-12
2
-29
/
+236
*
Update the tree.c GTK+ App so it can walk down directories etc ...
Richard Sharpe
2001-01-07
1
-76
/
+122
*
Fix some more bugs in libsmbclient.c and add functionality to tree.c
Richard Sharpe
2001-01-06
1
-5
/
+23
*
Fix a minor problem with listing servers in a workgroup and add a
Richard Sharpe
2001-01-06
1
-0
/
+460
*
The latest changes to libsmbclient ...
Richard Sharpe
2001-01-05
1
-1
/
+118
*
Needed a callback arg on cli_list ...
Richard Sharpe
2001-01-05
1
-3
/
+3
*
I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I had
Richard Sharpe
2001-01-04
1
-5
/
+7
*
First pass at the libsmbclient code ...
Richard Sharpe
2000-12-26
1
-0
/
+219
*
Tar fixes from Craig Barratt craig@arraycomm.com.
Jeremy Allison
2000-11-22
2
-2
/
+4
*
fixed typo
Gerald Carter
2000-09-14
1
-1
/
+1
*
added -A <authfile> option to smbclient for the reading of username /
Gerald Carter
2000-08-29
1
-9
/
+71
*
Linux kernel oplocks now seem to work, but need a _lot_ of testing
Andrew Tridgell
2000-06-11
1
-2
/
+2
*
and yet another memory leak - this one in the client
Andrew Tridgell
2000-05-02
1
-0
/
+5
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
2
-6
/
+6
*
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
2000-04-30
2
-3
/
+3
*
Fix for names with spaces and some I18N filename issues from
Jeremy Allison
2000-03-10
1
-10
/
+11
*
client/client.c:
Jeremy Allison
2000-02-25
1
-1
/
+6
*
Fixed code page conversions of messages outgoing/incoming.
Jeremy Allison
2000-01-27
1
-0
/
+7
*
Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
2000-01-26
1
-4
/
+4
*
cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.
Andrew Tridgell
2000-01-08
3
-3
/
+3
*
this looks like a big commit, but it isn't really :)
Andrew Tridgell
2000-01-07
3
-14
/
+17
*
Fixed spurious error message when doing a 'put' of an empty file.
Jeremy Allison
2000-01-06
1
-1
/
+4
*
client/client.c: I18N fixes.
Jeremy Allison
2000-01-05
1
-33
/
+23
*
changed %g to %3.1f to be friendly to our poor snprintf() code
Andrew Tridgell
1999-12-21
1
-2
/
+2
[next]