index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
librpc
/
ndr
Commit message (
Expand
)
Author
Age
Files
Lines
*
ndr: split out ndr enum functions
Andrew Tridgell
2009-09-17
3
-4
/
+78
*
ndr: added support for NDR64
Andrew Tridgell
2009-09-17
3
-18
/
+54
*
Remove ununsed variable warning.
Jeremy Allison
2009-09-17
1
-1
/
+0
*
ndr: added --ndr64 flag to ndrdump
Andrew Tridgell
2009-09-16
3
-5
/
+28
*
s3-schannel: add dump_NL_AUTH_SIGNATURE.
Günther Deschner
2009-09-16
2
-1
/
+38
*
ntlmssp: pretty print a VERSION structure.
Günther Deschner
2009-09-15
2
-0
/
+19
*
s4-ndr: fixed memory leaks in ndr_pull_*_blob()
Andrew Tridgell
2009-09-12
2
-9
/
+26
*
schannel: more work on reponse NL_AUTH_MESSAGES.
Günther Deschner
2009-09-11
2
-0
/
+17
*
ntlmssp: avoid duplicate inclusion of helper headers.
Günther Deschner
2009-09-09
1
-1
/
+0
*
schannel: add missing prototype for ndr_print_nbt_string() in schannel helper.
Günther Deschner
2009-09-08
1
-0
/
+1
*
schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs.
Günther Deschner
2009-09-08
2
-0
/
+77
*
fix the ndr print routines for samba4
Andrew Tridgell
2009-09-03
1
-0
/
+15
*
Fix for DSSYNC test against Windows 2003
Anatoliy Atanasov
2009-09-03
1
-0
/
+1
*
ntlmssp: add ndr_print_ntlmssp_{nt,lm}_response() function.
Günther Deschner
2009-08-28
2
-0
/
+64
*
ntlmssp: add CHALLENGE_MESSAGE to IDL.
Günther Deschner
2009-08-28
2
-1
/
+62
*
ntlmssp: add string helper functions to handle OEM and UNICODE charset.
Günther Deschner
2009-08-28
2
-0
/
+30
*
ntlmssp: add ntlmssp helper skeleton.
Günther Deschner
2009-08-28
2
-0
/
+43
*
libndr: add missing protoypes for double type.
Günther Deschner
2009-08-24
1
-0
/
+1
*
when we get an NDR error in the logs, it is useful to know where it happened
Andrew Tridgell
2009-08-12
1
-1
/
+1
*
librpc/ndr_drsuapi: fix a memory leak on ndr_push_drsuapi_DsReplicaOID()
Stefan Metzmacher
2009-07-31
1
-0
/
+1
*
librpc: fix the merged build of ndr_frsrpc.c
Stefan Metzmacher
2009-07-22
1
-1
/
+1
*
frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamic
Stefan Metzmacher
2009-07-21
2
-0
/
+129
*
Revert "avoid crashes in ndr_print_*() calls"
Andrew Tridgell
2009-06-12
1
-5
/
+0
*
avoid crashes in ndr_print_*() calls
Andrew Tridgell
2009-06-12
1
-0
/
+5
*
Add support for double type in pidl.
Brad Hards
2009-06-02
1
-1
/
+30
*
Of course, s_addr is a #define somewhere else .... (Solaris...)
Volker Lendecke
2009-05-02
1
-3
/
+3
*
Fix a warning on host "gwen"
Volker Lendecke
2009-05-02
1
-2
/
+3
*
spoolss: add my copyright.
Günther Deschner
2009-03-18
1
-0
/
+1
*
spoolss: add custom ndr_print_spoolss_Field.
Günther Deschner
2009-03-18
2
-0
/
+23
*
spoolss: add ndr_size_spoolss_EnumPrinterDataEx_info in spoolss helper.
Günther Deschner
2009-03-18
2
-0
/
+23
*
spoolss: rename NDR_SPOOLSS_SIZE_ENUM macro to NDR_SPOOLSS_SIZE_ENUM_LEVEL in
Günther Deschner
2009-03-18
1
-9
/
+9
*
spoolss: fix ndr_push_spoolss_EnumPrinterDataEx.
Günther Deschner
2009-03-18
1
-0
/
+1
*
spoolss: add ndr_push/pull_spoolss_EnumPrinterDataEx helper.
Günther Deschner
2009-03-18
2
-1
/
+95
*
spoolss: fix ndr_push_spoolss_SetPrinterData.
Günther Deschner
2009-03-17
1
-1
/
+1
*
spoolss: fix GetPrinterData buffer helper.
Günther Deschner
2009-03-17
1
-10
/
+18
*
spoolss: fix typo in spoolss_EnumPrintProcessors_info union helper fn.
Günther Deschner
2009-03-11
2
-4
/
+4
*
spoolss: fix typo in spoolss_EnumJobs_info union helper fn.
Günther Deschner
2009-03-11
2
-2
/
+2
*
Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog
Volker Lendecke
2009-03-10
1
-5
/
+5
*
spoolss: add spoolss_EnumPrintProcDataTypes to enum macro helper.
Günther Deschner
2009-03-07
2
-1
/
+39
*
spoolss: fix spoolss enum calls helper macro code after pointer changes.
Günther Deschner
2009-03-06
1
-6
/
+13
*
spoolss: add push,pull helper for spoolss_DriverInfo101.
Günther Deschner
2009-02-24
2
-0
/
+481
*
Quieten down a boatload of shadowed variable warnings on Solaris.
Jeremy Allison
2009-02-23
1
-4
/
+4
*
spoolss: add ndr_size_spoolss_StringArray to spoolss helper.
Günther Deschner
2009-02-19
2
-0
/
+11
*
spoolss: fix spoolss helper for out ref count pointer.
Günther Deschner
2009-02-17
1
-2
/
+4
*
spoolss: fix ndr_pull_spoolss_GetPrinterData.
Günther Deschner
2009-02-07
1
-1
/
+1
*
spoolss: fix ndr_pull/push_spoolss_GetPrinterData.
Günther Deschner
2009-02-06
1
-2
/
+2
*
spoolss: fix spoolss helper functions and macros w.r.t. needed pointer.
Günther Deschner
2009-02-06
1
-2
/
+2
*
spoolss: fix samba4 dependency of spoolss helper.
Günther Deschner
2009-02-05
1
-0
/
+2
*
spoolss: move ndr spoolss helper to main librpc dir.
Günther Deschner
2009-02-05
2
-0
/
+577
*
librpc: add header file for drsblobs helper functions.
Günther Deschner
2009-02-04
1
-0
/
+27
[next]