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
/
source4
/
librpc
/
rpc
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-21
r25829: - use DEBUG() instead of printf
Stefan Metzmacher
1
-1
/
+3
2007-12-21
r25828: don't ignore errors
Stefan Metzmacher
1
-0
/
+7
2007-12-21
r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK()
Stefan Metzmacher
2
-4
/
+4
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
3
-5
/
+5
2007-10-10
r25316: Remove last few instances of old BOOL type in librpc/.
Jelmer Vernooij
6
-21
/
+22
2007-10-10
r25175: Change to talloc_asprintf_append_buffer().
Jeremy Allison
1
-7
/
+7
2007-10-10
r25027: Fix more warnings.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
3
-0
/
+3
2007-10-10
r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r24994: Fix some C++ warnings.
Jelmer Vernooij
4
-22
/
+22
2007-10-10
r24992: Remove some uses of lp_*().
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r24937: Merge tests spoolss RPC callbacks.
Jelmer Vernooij
2
-2
/
+7
2007-10-10
r24908: we should not set s = NULL as we set it to talloc_strdup("") before
Stefan Metzmacher
1
-3
/
+2
2007-10-10
r24812: Fix headers for external users.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r24780: More work allowing libutil to be used by external users.
Jelmer Vernooij
2
-12
/
+9
2007-10-10
r24763: Allow users to leave out the transport in DCE/RPC binding strings. If...
Jelmer Vernooij
2
-5
/
+21
2007-10-10
r24755: Use common code for finding the RPC binding in the torture tests.
Jelmer Vernooij
1
-2
/
+4
2007-10-10
r24753: Allow host name in binding string without transport.
Jelmer Vernooij
2
-29
/
+38
2007-10-10
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.c
Stefan Metzmacher
1
-134
/
+0
2007-10-10
r24560: rename some DCERPC_ prefixes into NDR_
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
3
-4
/
+4
2007-10-10
r24551: rename dcerpc_interface_table -> ndr_interface_table
Stefan Metzmacher
8
-55
/
+40
2007-10-10
r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list
Stefan Metzmacher
1
-12
/
+2
2007-10-10
r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call
Stefan Metzmacher
3
-17
/
+5
2007-10-10
r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id
Stefan Metzmacher
4
-18
/
+18
2007-10-10
r23890: Allow wbinfo -a to work against Samba4's winbind.
Andrew Bartlett
2
-184
/
+318
2007-10-10
r23812: Remove more code found as dead by the find_static script, and make
Andrew Bartlett
1
-43
/
+4
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
11
-33
/
+22
2007-10-10
r23551: Change data_blob_equal to data_blob_cmp, suitable for sorting with qs...
Andrew Bartlett
1
-2
/
+2
2007-10-10
r23134: Set the event context onto the cli_credentials.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r22944: fix bug #4618:
Stefan Metzmacher
7
-48
/
+48
2007-10-10
r22838: Add in an explority test for what QFSINFO operations are valid on IPC$
Andrew Bartlett
1
-0
/
+15
2007-10-10
r22683: fix the logic for skipping the pipe_dead()
Stefan Metzmacher
2
-4
/
+4
2007-10-10
r22534: don't remove socket and fd_event before we told the
Stefan Metzmacher
1
-8
/
+6
2007-10-10
r22528: remember that the connection was marked dead and don't
Stefan Metzmacher
2
-0
/
+41
2007-10-10
r22515: only steal pipe on success
Stefan Metzmacher
1
-3
/
+4
2007-10-10
r22486: add a flag to ignore timeouts of a request and don't close
Stefan Metzmacher
2
-0
/
+13
2007-10-10
r22485: don't crash when the main dcerpc code haven't setup
Stefan Metzmacher
3
-3
/
+23
2007-10-10
r22470: merge handling of broken connections from wins replication client code
Stefan Metzmacher
5
-28
/
+57
2007-10-10
r22386: another unused include
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r21811: fixed a queueing error in the dcerpc client code. WHen the
Andrew Tridgell
2
-19
/
+37
2007-10-10
r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is created
Andrew Tridgell
4
-9
/
+24
2007-10-10
r21520: fix the altercontext test... sorry
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r21515: add some more PFC_FLAGS from the DCERPC spec, and fix some names
Stefan Metzmacher
3
-6
/
+24
2007-10-10
r20326: always set the binding->target_hostname!
Stefan Metzmacher
1
-5
/
+9
2007-10-10
r20323: allow empty dcerpc reqeusts, this fixes the RPC-COUNTCALLS test
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r20094: this should be non-const
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r19844: Fix warnings and errors in epmapper IDL.
Jelmer Vernooij
1
-1
/
+3
[next]