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
/
rpc_client
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-01
lib/util/time.c: timeval_current_ofs_msec
Rusty Russell
1
-3
/
+3
2011-05-06
s3-includes: finally only include client.h when libsmb is used.
Günther Deschner
2
-0
/
+2
2011-05-05
Fix many const compiler warnings.
Jeremy Allison
1
-1
/
+1
2011-05-05
s3-rpc_client: run minimal_includes.pl.
Günther Deschner
3
-3
/
+0
2011-05-02
s3: remove various references to server side dcerpc structs (which are not ne...
Günther Deschner
2
-2
/
+0
2011-04-29
s3-proto: remove duplicate prototypes.
Günther Deschner
1
-0
/
+1
2011-04-29
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
3
-0
/
+3
2011-04-29
s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.
Günther Deschner
1
-0
/
+1
2011-04-24
s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()
Stefan Metzmacher
1
-5
/
+1
2011-04-22
s3: Fix Coverity ID 986, BUFFER_SIZE_WARNING
Volker Lendecke
1
-1
/
+1
2011-04-21
s3-proto: move more rpc client prototypes to cli_pipe.h.
Günther Deschner
1
-0
/
+9
2011-04-19
Fix bug 8088 - rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs a...
Jeremy Allison
1
-12
/
+9
2011-04-13
s3-rpc_client: add and use rpc_client/rpc_client.h.
Günther Deschner
6
-0
/
+61
2011-04-13
s3-cli_pipe: fix timeout in rpc_pipe_open_tcp_port().
Günther Deschner
1
-1
/
+1
2011-04-12
s3-rpc_client: move rpc_cli_transport structs and protos to rpc_transport.h
Günther Deschner
4
-0
/
+110
2011-03-30
s3: include ../librpc/gen_ndr/lsa.h where needed.
Günther Deschner
2
-0
/
+6
2011-03-30
s3-includes: only include ntdomain.h where needed.
Günther Deschner
2
-0
/
+2
2011-03-30
s3-auth: rpc_server needs auth.h
Günther Deschner
1
-0
/
+2
2011-03-30
s3-passdb: use passdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
registry: create and use shared libcli/registry/util_reg.h header.
Günther Deschner
1
-0
/
+1
2011-03-29
s3:rpc_client: fix argument order of call to lsa_open_policy2 in rpccli_lsa_o...
Michael Adam
1
-1
/
+1
2011-03-23
s3-rpc_client: actually call lsa_open_policy2() in rpccli_lsa_open_policy2().
Günther Deschner
1
-6
/
+7
2011-03-23
s3-epmapper: Use DCERPC_AUTH_LEVEL_CONNECT for ep ncalrpc.
Andreas Schneider
1
-1
/
+1
2011-03-16
s3: Fix Coverity ID 2232, REVERSE_INULL
Volker Lendecke
1
-2
/
+4
2011-03-16
s3: Fix Coverity ID 2319: Uninitialized read
Volker Lendecke
1
-1
/
+1
2011-03-15
s3: Fix Coverity ID 2278: Uninitialized read
Volker Lendecke
1
-1
/
+1
2011-03-15
s3: Fix Coverity ID 2280: Uninitialized read
Volker Lendecke
1
-1
/
+1
2011-03-15
s3: Fix Coverity ID 2282: Uninitialized read
Volker Lendecke
1
-1
/
+1
2011-03-15
s3: Fix Coverity ID 2288: Uninitialized read
Volker Lendecke
1
-1
/
+1
2011-03-11
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2011-03-09
s3-rpc_client: Don't ask endpoint mapper for its own port.
Andreas Schneider
1
-0
/
+6
2011-03-08
s3-rpc_client: Added DCERPC_AUTH_TYPE_NCALRPC bind.
Andreas Schneider
2
-0
/
+36
2011-02-28
s3-rpc_client: Move client pipe functions to own header.
Andreas Schneider
4
-0
/
+151
2011-02-24
s3:rpc_client: we need to pass a non-blocking socket to tstream_bsd_existing_...
Stefan Metzmacher
1
-0
/
+2
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2
-4
/
+4
2011-02-10
s3-rpc_client: Fixed an uninitialized variable.
Andreas Schneider
1
-1
/
+1
2011-02-10
s3-rpc_client: Added dcerpc_winreg_int_openkey() which dectects the hive.
Andreas Schneider
2
-17
/
+235
2011-02-10
s3-rpc_client: Fixed winreg int documentation.
Andreas Schneider
1
-3
/
+1
2011-02-09
s3:rpc_client: make rpccli_bh_create() non-static for now
Stefan Metzmacher
1
-1
/
+1
2011-02-07
s3-rpc_client: Added a winreg query security descriptor helper.
Andreas Schneider
2
-0
/
+81
2011-02-07
s3-rpc_client: Added a winreg set security descriptor helper.
Andreas Schneider
2
-0
/
+56
2011-02-07
s3-rpc_client: Added a winreg set binary helper.
Andreas Schneider
2
-0
/
+57
2011-02-07
s3-rpc_client: Added a winreg query sz helper.
Andreas Schneider
2
-0
/
+104
2011-02-07
s3-rpc_client: Added a winreg helper to enum keys.
Andreas Schneider
2
-0
/
+161
2011-02-07
s3-rpc_client: Added a winreg add multi sz helper.
Andreas Schneider
2
-0
/
+71
2011-02-07
s3-rpc_client: Added a winreg query multi sz helper.
Andreas Schneider
2
-0
/
+104
2011-02-07
s3-rpc_client: Added a winreg set multi sz helper.
Andreas Schneider
2
-0
/
+65
2011-02-07
s3-rpc_client: Added a winreg set expand sz helper.
Andreas Schneider
2
-0
/
+69
2011-02-07
s3-rpc_client: Added a winreg set sz helper.
Andreas Schneider
2
-0
/
+69
2011-02-07
s3-rpc_client: Added a winreg set dword helper.
Andreas Schneider
2
-0
/
+61
[next]