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
/
source
/
rpc_client
/
cli_pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The "max data count" value in SMB transacts indicates how much the other end can
Shirish Kalele
2002-08-20
1
-1
/
+1
*
more debug classess activated
Simo Sorce
2002-06-18
1
-0
/
+3
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Add prs_dump_before to dump everything from the start of the prs
Martin Pool
2002-01-02
1
-1
/
+1
*
Also capture received data
Martin Pool
2002-01-02
1
-0
/
+5
*
struct cli_state remembers the pipe name that it's talking to, if any,
Martin Pool
2002-01-02
1
-3
/
+22
*
Added NT_USER_TOKEN into server_info to fix extra groups problem.
Jeremy Allison
2001-11-03
1
-7
/
+7
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-1
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-8
/
+3
*
Use new client error api.
Tim Potter
2001-08-10
1
-12
/
+13
*
Use the new client error api.
Tim Potter
2001-08-10
1
-2
/
+4
*
Use a logical cli_read(), removed the cli_read_one() hack.
Jeremy Allison
2001-06-29
1
-2
/
+2
*
Use cli_read_one() for reading DCE/RPC reply fragments. We need to check
Tim Potter
2001-06-22
1
-29
/
+36
*
Removed irritating and unecessary debug message.
Tim Potter
2001-06-02
1
-3
/
+0
*
Added a SMB_ASSERT() so that two cli_state structures aren't opened
Tim Potter
2001-05-04
1
-0
/
+3
*
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
2001-03-09
1
-10
/
+34
*
pipe opening now works with unicode
Andrew Tridgell
2001-02-20
1
-2
/
+2
*
fixed a typo
Andrew Tridgell
2000-12-04
1
-1
/
+1
*
pass the desired access into cli_nt_create()
Andrew Tridgell
2000-12-04
1
-1
/
+1
*
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
2000-08-01
1
-7
/
+7
*
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
2000-07-27
1
-9
/
+9
*
Reverted changes from rpcclient merge - contains memory leak!
Tim Potter
2000-07-17
1
-2
/
+9
*
More functions merged from TNG for rpcclient. They don't all work
Gerald Carter
2000-07-14
1
-9
/
+2
*
More rpcclient merge issues:
Gerald Carter
2000-07-07
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
-673
/
+766
*
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
1999-12-12
1
-3
/
+1
*
first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.
Luke Leighton
1999-11-29
1
-12
/
+0
*
further abstraction involving client states. main client-side code
Luke Leighton
1999-11-27
1
-18
/
+4
*
cool! completed a samr* API that _would_ look like an msdn samr* api...
Luke Leighton
1999-11-25
1
-0
/
+17
*
ok. *whew*. this is the first completed part of the restructure.
Luke Leighton
1999-11-24
1
-6
/
+6
*
first stages of removing struct cli_state* and uint16 fnum from all
Luke Leighton
1999-11-24
1
-5
/
+8
*
you know what? this sort of thing makes me laugh. hmm, what functions
Luke Leighton
1999-11-21
1
-1
/
+1
*
debugging rpcclient spoolenum and spooljobs commands. oh, did i forget
Luke Leighton
1999-11-09
1
-2
/
+2
*
horrible code to do SMBwriteX / SMBreadX for large MSRPC reads. ARGH!
Luke Leighton
1999-11-06
1
-93
/
+127
*
various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.
Luke Leighton
1999-10-21
1
-6
/
+21
*
adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot to
Luke Leighton
1999-10-14
1
-29
/
+0
*
- added rudimentary CAP_UNICODE support because i thought it was part of
Luke Leighton
1999-10-07
1
-14
/
+31
*
renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for adding
Luke Leighton
1999-07-26
1
-14
/
+14
*
BDC support.
Matthew Chapman
1999-07-22
1
-17
/
+4
*
use of safe_cli_errstr() and cli_establish_connection().
Luke Leighton
1999-07-06
1
-5
/
+15
*
improving authentication code (tidyup).
Luke Leighton
1999-06-29
1
-4
/
+5
*
Fixed a typo where the RPC header mem_buffer was initialised as 0x8 bytes long
Matthew Chapman
1999-03-23
1
-1
/
+1
*
removed nt_pipe_fnum from struct cli_state. need to be able to call
Luke Leighton
1998-12-07
1
-26
/
+28
*
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
1998-11-17
1
-1
/
+0
*
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
1998-11-13
1
-1
/
+1
*
cleaning up conflicts between group code not yet committed and
Luke Leighton
1998-11-12
1
-1
/
+1
*
Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioa
Jeremy Allison
1998-11-12
1
-4
/
+31
*
libsmb/smbdes.c: #ifdef'ed out code prior to removal.
Jeremy Allison
1998-10-22
1
-1
/
+30
*
Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.
Jeremy Allison
1998-10-21
1
-3
/
+1
*
oops!
Luke Leighton
1998-10-21
1
-1
/
+1
[next]