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
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
2007-10-10
r13726: Fix indentation.
Rafal Szczesniak
1
-1
/
+1
2007-10-10
r13582: Indent
Andrew Bartlett
1
-3
/
+3
2007-10-10
r13561: Turn all dcerpc connect and socket functions to async version.
Rafal Szczesniak
1
-75
/
+6
2007-10-10
r12865: Upgrade the librpc and libnet code.
Andrew Bartlett
1
-3
/
+15
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r12514: Move DCE/RPC interface table to a seperate file
Jelmer Vernooij
1
-62
/
+0
2007-10-10
r12513: Similar change as my previous commit, but now for transfer syntaxes.
Jelmer Vernooij
1
-17
/
+12
2007-10-10
r12512: Use GUID structs in API functions everywhere rather then converting b...
Jelmer Vernooij
1
-18
/
+13
2007-10-10
r12511: Remove authservice from binding string
Jelmer Vernooij
1
-7
/
+1
2007-10-10
r12510: Change the DCE/RPC interfaces to take a pointer to a
Jelmer Vernooij
1
-42
/
+27
2007-10-10
r12135: Move named pipe connect on smb2 function to async implementation.
Rafal Szczesniak
1
-43
/
+3
2007-10-10
r12088: Use a structure to pass arguments to dcerpc connection functions
Rafal Szczesniak
1
-71
/
+16
2007-10-10
r12001: Replace smbcli_full_connection call with composite connect used
Rafal Szczesniak
1
-8
/
+25
2007-10-10
r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving the
Andrew Tridgell
1
-7
/
+65
2007-10-10
r11816: this fixes some of the problems with the recent async rpc changes and
Andrew Tridgell
1
-0
/
+12
2007-10-10
r11809: Make dcerpc_bind_auth async.
Volker Lendecke
1
-3
/
+3
2007-10-10
r11497: Don't name parameters 'floor'. Rename fl and floor to epm_floor for
Andrew Bartlett
1
-58
/
+58
2007-10-10
r10368: when building the epm tower, don't put host names in the ip address
Andrew Tridgell
1
-1
/
+12
2007-10-10
r10184: Fix a stack of unhandled enumeration warnings.
Tim Potter
1
-0
/
+6
2007-10-10
r8820: Push this common block of code into the caller.
Andrew Bartlett
1
-39
/
+18
2007-10-10
r8811: Fix the build..
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r8073: a successful rpc call from ejs!
Andrew Tridgell
1
-0
/
+14
2007-10-10
r8068: reduced the verbosity of the EPM code
Andrew Tridgell
1
-3
/
+3
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-12
/
+20
2007-10-10
r7497: add timeouts to all rpc requests. The default timeout is 60
Andrew Tridgell
1
-0
/
+1
2007-10-10
r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they are
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r7312: Add IDL for ncadg packets.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r6795: Make some functions static and remove some unused ones.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r6565: Cludge, cludge, cludge...
Andrew Bartlett
1
-3
/
+3
2007-10-10
r6272: For 'programmed' use of an anonymous account, we should use
Andrew Bartlett
1
-2
/
+9
2007-10-10
r6178: fix ncacn_np connection without sign or seal against NT4
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
1
-3
/
+9
2007-10-10
r5976: SIDs can't have more then 5 subauths (caught by [validate] and
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
1
-103
/
+88
2007-10-10
r5932: Use cli_credentials somewhat more in the Gtk+ code
Jelmer Vernooij
1
-6
/
+3
2007-10-10
r5930: Fix initialisation of dcerpc_binding->authservice
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r5929: Use cli_credentials for the SMB functions as well.
Jelmer Vernooij
1
-6
/
+4
2007-10-10
r5928: Use cli_credentials in:
Jelmer Vernooij
1
-39
/
+25
2007-10-10
r5902: A rather large change...
Andrew Bartlett
1
-112
/
+95
2007-10-10
r5603: add "authservice()" property to the interface property list
Stefan Metzmacher
1
-4
/
+8
2007-10-10
r5302: fixed a compilation problem on solaris caused by the recent include
Andrew Tridgell
1
-1
/
+1
[prev]
[next]