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-10-17
added basic NTLMSSP support in smbd. This is still quite rough, and
Andrew Tridgell
1
-1
/
+1
2001-10-12
added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...
Andrew Tridgell
1
-4
/
+1
2001-10-11
initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To
Andrew Tridgell
1
-3
/
+9
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-4
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-11
/
+5
2001-08-27
converted smbd to use NTSTATUS by default
Andrew Tridgell
1
-0
/
+3
2001-08-24
fixed handling of 139/445 in clients
Andrew Tridgell
1
-4
/
+2
2001-08-10
A rewrite of the error handling in the libsmb client code. I've separated
Tim Potter
1
-1
/
+0
2001-08-06
Fixed another possible memleak in cli_initialise()
Tim Potter
1
-0
/
+6
2001-08-06
Cleaned up error handling in cli_initialise() to fix a memleak found by
Tim Potter
1
-10
/
+14
2001-06-18
added a oplock break handler hook to the client code, this allows for more co...
Andrew Tridgell
1
-47
/
+7
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
[prev]
[next]