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