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
/
dcerpc_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-02
r26643: librpc: Remove uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26440: Remove more uses of global_loadparm.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26432: Require ndr_pull users to specify iconv_convenience.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26431: Require ndr_push creators to specify a iconv_convenience context.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26382: Remove more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+0
2007-12-21
r26327: Explicit loadparm_context for RPC client functions.
Jelmer Vernooij
1
-12
/
+20
2007-12-21
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
1
-14
/
+15
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
1
-3
/
+3
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25175: Change to talloc_asprintf_append_buffer().
Jeremy Allison
1
-7
/
+7
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
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
r24763: Allow users to leave out the transport in DCE/RPC binding strings. If...
Jelmer Vernooij
1
-5
/
+13
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
1
-26
/
+35
2007-10-10
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r24551: rename dcerpc_interface_table -> ndr_interface_table
Stefan Metzmacher
1
-9
/
+9
2007-10-10
r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+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
1
-1
/
+1
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
1
-1
/
+4
2007-10-10
r20326: always set the binding->target_hostname!
Stefan Metzmacher
1
-5
/
+9
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
2007-10-10
r19266: Add a target_hostname element to the binding struct. This allows us
Andrew Bartlett
1
-1
/
+2
2007-10-10
r17337: make better usage of the composite api
Stefan Metzmacher
1
-26
/
+28
2007-10-10
r17336: make the logic a bit more easier to understand...
Stefan Metzmacher
1
-55
/
+51
2007-10-10
r17329: - after a composite_continue() we need to call return;
Stefan Metzmacher
1
-12
/
+11
2007-10-10
r15812: Explicitly cast to unsigned int.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my head
Andrew Bartlett
1
-40
/
+91
2007-10-10
r15503: I may shortly have to revert all of this, but be clearer about how we
Andrew Bartlett
1
-14
/
+13
2007-10-10
r15500: Add support for interactive prompting on bad passwords to the RPC lib...
Andrew Bartlett
1
-85
/
+35
2007-10-10
r15426: Implement SPNEGO as the default RPC authentication mechanism. Where
Andrew Bartlett
1
-13
/
+143
2007-10-10
r14962: fixed a valgrind error
Andrew Tridgell
1
-2
/
+4
2007-10-10
r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhere
Jelmer Vernooij
1
-26
/
+22
2007-10-10
r14470: Remove some unnecessary headers.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r14402: Generate seperate headers for RPC client functions.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14363: Remove credentials.h from the global includes.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14238: This is not needed anymore, as the state structure is zeroed
Rafal Szczesniak
1
-3
/
+0
2007-10-10
r14211: More comments.
Rafal Szczesniak
1
-2
/
+29
2007-10-10
r14210: 1) Fix an issue with composite context when null event context
Rafal Szczesniak
1
-103
/
+13
2007-10-10
r14165: More comments and my copyright.
Rafal Szczesniak
1
-1
/
+19
2007-10-10
r14143: Replace old function with equivalent based on new async code.
Rafal Szczesniak
1
-67
/
+4
2007-10-10
r14136: Fix bug causing segfaults in certain circumstances (gcc3.x among
Rafal Szczesniak
1
-7
/
+7
2007-10-10
r14125: Fix incorrect declaration caught on build farm.
Rafal Szczesniak
1
-1
/
+2
2007-10-10
r14123: Huge lump of code making all of our dcerpc connect code
Rafal Szczesniak
1
-200
/
+339
[next]