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
/
ndr
/
libndr.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r24551: rename dcerpc_interface_table -> ndr_interface_table
Stefan Metzmacher
1
-0
/
+15
2007-10-10
r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call
Stefan Metzmacher
1
-0
/
+9
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
r21812: fixed an integer overflow error in the ndr push code.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r20064: - fix pushing of DeReplicaObjectIdentifierX, this lets the DsAddEntry()
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r19859: Reuse referrent ids when pushing full pointers (still need to
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r17888: use talloc_*_ptrtype() macros as wrappers arround the talloc_*_size()
Stefan Metzmacher
1
-11
/
+10
2007-10-10
r15629: fix some warnings
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15427: Rename private to private_data to prevent errors from C++ errors (which
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15328: Move some functions around, remove dependencies.
Jelmer Vernooij
1
-0
/
+9
2007-10-10
r14488: Install more headers.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r14484: Install more headers
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r14402: Generate seperate headers for RPC client functions.
Jelmer Vernooij
1
-0
/
+5
2007-10-10
r12651: Remove STR_LARGE_SIZE as it's no longer used
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r12513: Similar change as my previous commit, but now for transfer syntaxes.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r11973: make it easier to find bugs
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r10869: add dummy functions and dummy parsing of XPRESS decompression,
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r9373: - create a hierachical memory tree with recursiv ndr_pull_* functions
Stefan Metzmacher
1
-12
/
+32
2007-10-10
r8500: greatly reduce the number of build warnings on x86-64 (every NDR macro
Andrew Tridgell
1
-5
/
+5
2007-10-10
r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1,
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r8212: fix pushing of nbt_string's:
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r8148: - make the PAC generation code a bit more readable and add some outof ...
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r7865: changed pidl to take a "const void *" instead of a "void *" for the
Andrew Tridgell
1
-4
/
+3
2007-10-10
r7186: add [relative_base] property, which is allowed on typedef's
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r7182: remove current support for RELATIVE_CURRENT, this will be replaced wit...
Stefan Metzmacher
1
-4
/
+0
2007-10-10
r6973: Merge new version of pidl into the main SAMBA_4_0 branch.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r6720: added support for the remaining 2 types of CLDAP netlogon
Andrew Tridgell
1
-0
/
+1
2007-10-10
r6519: move string handling functions to a seperate file
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r6180: Use token_lists for storing switch values
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r6129: - add our own MSZIP decompression implementation
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r6061: add start of compression support in our rpc code
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r5775: Remove some unused functions (unions are no longer as special as they ...
Jelmer Vernooij
1
-3
/
+0
2007-10-10
r5736: fix to avoid endless recursion in ndr_size_*() calculation
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r5672: Use switch_type() and the token storage mechanism for unions:
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r5663: Revert some changes I didn't mean to commit...
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r5661: Be a little stricter on syntax regarding arrays. A pointer to an
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r5360: Remove a couple of unused functions.
Jelmer Vernooij
1
-3
/
+0
2007-10-10
r5286: Some first steps in making the pidl code somewhat more generic for the
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5084: - handle arbitrary data in the NULL record reply type for nbt name que...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5034: - added a type mapping function in pidl, so the type names in our IDL
Andrew Tridgell
1
-21
/
+0
2007-10-10
r4885: added a new NBT client library. Features include:
Andrew Tridgell
1
-1
/
+2
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4110: fixed pidl to allow arrays to have size_is() and length_is() elements
Andrew Tridgell
1
-17
/
+10
2007-10-10
r4102: more uint64 vs HYPER_T fixes
Stefan Metzmacher
1
-3
/
+9
2007-10-10
r4051: use talloc_array() instead of talloc() when allocating arrays in auto-...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3984: success full parse the repsFrom/repsTo LDAP fields
Stefan Metzmacher
1
-0
/
+3
[next]