index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
clientgen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
added a oplock break handler hook to the client code, this allows for more co...
Andrew Tridgell
2001-06-18
1
-47
/
+7
*
Zero fnum when initialising a cli_state.
Tim Potter
2001-05-04
1
-0
/
+2
*
the unicode conversion of our client code is complete enough to be
Andrew Tridgell
2001-02-21
1
-12
/
+1
*
- neater setting of bcc
Andrew Tridgell
2001-02-20
1
-0
/
+7
*
initial client side unicode support (needed for netapp filer)
Andrew Tridgell
2001-02-20
1
-1
/
+17
*
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
2000-12-15
1
-2
/
+2
*
Ok - fixed a bug in our levelII oplock code. We need to break a level II on
Jeremy Allison
2000-11-16
1
-1
/
+10
*
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
2000-07-27
1
-0
/
+10
*
first pass at merging rpcclient from TNG to HEAD. You can get a
Gerald Carter
2000-07-03
1
-0
/
+17
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-1
/
+1
*
split clientgen.c into several parts
Andrew Tridgell
2000-04-25
1
-3061
/
+3
*
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
2000-04-11
1
-7
/
+16
*
Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2
Jeremy Allison
2000-03-20
1
-2
/
+2
*
client/client.c:
Jeremy Allison
2000-02-25
1
-3
/
+7
*
lib/system.c: Fixed gcc warnings.
Jeremy Allison
2000-02-23
1
-2
/
+2
*
Not enough args to DEBUG statement.
Tim Potter
2000-02-15
1
-1
/
+1
*
Ooops. Fixed stupid typo with missing ! in cli error code.
Jeremy Allison
2000-02-14
1
-1
/
+1
*
Correct for for core dump in smbpasswd with cli_errstr().
Jeremy Allison
2000-02-09
1
-8
/
+22
*
Defensive programming for cli_error().
Jeremy Allison
2000-02-09
1
-1
/
+7
*
fixed a formatting error
Andrew Tridgell
2000-01-16
1
-1
/
+1
*
damn, Solaris already has a "enum lock_type"
Andrew Tridgell
2000-01-14
1
-1
/
+1
*
we now pass all byte range locking tests
Andrew Tridgell
2000-01-14
1
-4
/
+3
*
the lock routines now take a enumerated type for read/write locks, and
Andrew Tridgell
2000-01-13
1
-4
/
+4
*
I'm currently designing a new locking system (using a tdb database!)
Andrew Tridgell
2000-01-10
1
-4
/
+6
*
don't treat a packet as a oplock break unless it is a request, not a
Andrew Tridgell
2000-01-10
1
-1
/
+2
*
cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.
Andrew Tridgell
2000-01-08
1
-6
/
+5
*
this looks like a big commit, but it isn't really :)
Andrew Tridgell
2000-01-07
1
-5
/
+4
*
Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@...
Jeremy Allison
2000-01-06
1
-1
/
+1
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-1241
/
+651
*
final part of "first" phase converting over to msrpc daemon architecture.
Luke Leighton
1999-12-12
1
-4
/
+2
*
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
1999-12-12
1
-4
/
+3
*
OK. This code works on a RedHat 6.0 system. However smbpasswd
Gerald Carter
1999-12-09
1
-2
/
+4
*
ABOUT TIME!!!!!!!!
Luke Leighton
1999-12-08
1
-56
/
+20
*
jeremy is going to hate me for this.
Luke Leighton
1999-12-04
1
-18
/
+1
*
argh! you wouldn't believe what i had to do: use the mid (multiplex id)
Luke Leighton
1999-12-04
1
-1
/
+1
*
argh! smb-agent redirection client reusage is a nightmare!
Luke Leighton
1999-12-03
1
-3
/
+6
*
starting "connection reuse" system in smb-agent. added version number
Luke Leighton
1999-12-03
1
-0
/
+20
*
smb-agent improvements. added -D (daemon) option. smb agent is
Luke Leighton
1999-12-03
1
-2
/
+4
*
cool! a unix socket smb redirector. code based on smbfilter and
Luke Leighton
1999-12-03
1
-0
/
+111
*
new get_any_dc_name() function allows lookups of trusted domains from
Luke Leighton
1999-12-02
1
-15
/
+14
*
added get_any_dc_name() function.
Luke Leighton
1999-12-02
1
-32
/
+122
*
1) when no domain used in ntlogin test command, should use default one
Luke Leighton
1999-12-01
1
-14
/
+22
*
sys_select added one more argument (read, write selectors).
Luke Leighton
1999-12-01
1
-52
/
+20
*
modified cli_connect_serverlist to take server list of format
Luke Leighton
1999-11-27
1
-5
/
+6
*
ok. *whew*. this is the first completed part of the restructure.
Luke Leighton
1999-11-24
1
-30
/
+47
*
first stages of removing struct cli_state* and uint16 fnum from all
Luke Leighton
1999-11-24
1
-3
/
+4
*
you know what? this sort of thing makes me laugh. hmm, what functions
Luke Leighton
1999-11-21
1
-2
/
+7
*
experimental spoolss rpcclient commands
Luke Leighton
1999-11-05
1
-0
/
+6
*
the new CAP_EXTENDED_SECURITY code needed to support NTLMv2. also removed
Luke Leighton
1999-10-25
1
-1
/
+1
*
one of those wonderful moments when running against a different MSRPC
Luke Leighton
1999-10-25
1
-5
/
+13
[next]