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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r3412: Add NCACN_SPX and NCADG_IPX transports
Jelmer Vernooij
2
-1
/
+7
2007-10-10
r3404: Rename name of DATA_BLOB in GetPrinterData()
Tim Potter
1
-1
/
+1
2007-10-10
r3402: Fix idl for spoolss_JobInfo1.
Tim Potter
1
-6
/
+6
2007-10-10
r3401: Fix IDL for SetForm RPC.
Tim Potter
1
-1
/
+16
2007-10-10
r3397: Fix IDL for ComplexPing and SimplePing, including tests
Jelmer Vernooij
1
-3
/
+4
2007-10-10
r3396: Rename form_name -> formname. This time, check smbtorture builds before
Tim Potter
1
-1
/
+1
2007-10-10
r3395: added support for "string32" type, to fix the fixed width string
Andrew Tridgell
4
-3
/
+38
2007-10-10
r3392: fixed schannel over ncalrpc
Andrew Tridgell
3
-1
/
+14
2007-10-10
r3391: fixed some memory leaks in the schannel code
Andrew Tridgell
2
-13
/
+7
2007-10-10
r3390: fixed schannel server side support. RPC-SCHANNEL now works against Sam...
Andrew Tridgell
1
-1
/
+0
2007-10-10
r3389: fixed schannel client side code. RPC-SCHANNEL now works against w2k3
Andrew Tridgell
1
-0
/
+6
2007-10-10
r3388: when doing schannel use a anonymous session setup (as the machine acct
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3371: fixed endpoint for browser.idl
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3362: Change netlogon.idl so we can parse the 'info3' seperate from it's sur...
Andrew Bartlett
1
-2
/
+2
2007-10-10
r3358: Try to put all the basic struct dom_sid manipulation functions in one
Andrew Bartlett
1
-57
/
+0
2007-10-10
r3330: Use IPv6 for RPC client connections if we can
Jelmer Vernooij
1
-1
/
+9
2007-10-10
r3322: fixed a bunch of warnings in the build, including one case where it wa...
Andrew Tridgell
3
-3
/
+5
2007-10-10
r3311: Consistency updates for form name members.
Tim Potter
1
-2
/
+2
2007-10-10
r3304: changed the API to lib/socket/ a little.
Andrew Tridgell
1
-14
/
+14
2007-10-10
r3302: The security descriptors in spoolss_PrinterInfo2 and spoolss_PrinterInfo3
Tim Potter
1
-2
/
+2
2007-10-10
r3287: The devicename and formname fields in a device mode are fixed length
Tim Potter
1
-2
/
+2
2007-10-10
r3286: filled in more missing SV_TYPE_* defines
Andrew Tridgell
1
-1
/
+11
2007-10-10
r3285: fixed another IDL typo
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3284: - don't use a enum for bit-fields. It isn't legal C (as C is limited to
Andrew Tridgell
1
-38
/
+32
2007-10-10
r3283: converted to quoted uuid() defines in all our IDL. This should help
Andrew Tridgell
37
-63
/
+63
2007-10-10
r3280: fixed byte order of rhs IP
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3278: - rewrote the client side rpc connection code to use lib/socket/
Andrew Tridgell
2
-228
/
+83
2007-10-10
r3277: don't use the non-portable getaddrinfo() function, instead use
Andrew Tridgell
1
-18
/
+3
2007-10-10
r3250: Add idl for printer info level 0.
Tim Potter
1
-11
/
+44
2007-10-10
r3215: access_required -> access_mask for OpenPrinterEx
Tim Potter
1
-1
/
+1
2007-10-10
r3211: Add a graphical endpoint mapper view tool
Jelmer Vernooij
1
-8
/
+8
2007-10-10
r3209: - Create directory for ncalrpc with correct mode
Jelmer Vernooij
2
-8
/
+13
2007-10-10
r3205: Create ncalrpc directory if it didn't exist yet
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r3168: Use generic function for looking up endpoints
Jelmer Vernooij
1
-203
/
+3
2007-10-10
r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead of
Jelmer Vernooij
2
-36
/
+137
2007-10-10
r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nice...
Jelmer Vernooij
2
-8
/
+118
2007-10-10
r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...
Jelmer Vernooij
13
-391
/
+657
2007-10-10
r3157: Add ncacn_http
Jelmer Vernooij
2
-1
/
+4
2007-10-10
r3156: Couple of fixes in the conversion functions between binding structs and
Jelmer Vernooij
1
-24
/
+29
2007-10-10
r3136: - Allow specifying socket type when adding smbd service
Jelmer Vernooij
2
-19
/
+20
2007-10-10
r3125: Store object UUID directly instead of using a pointer (struct dcerpc_b...
Jelmer Vernooij
2
-17
/
+8
2007-10-10
r3124: Add dcerpc_binding_from_tower()
Jelmer Vernooij
1
-2
/
+134
2007-10-10
r3123: Add dcerpc_binding_build_tower()
Jelmer Vernooij
2
-11
/
+185
2007-10-10
r3114: - More work on merging the various structs that describe endpoints
Jelmer Vernooij
3
-19
/
+46
2007-10-10
r3113: make us able to generate the PAC with the same align as a MS KDC
Stefan Metzmacher
1
-1
/
+3
2007-10-10
r3111: Add a few more protocol identifiers, rhs for ncalrpc
Jelmer Vernooij
2
-30
/
+62
2007-10-10
r3103: use a destructor to ensure that on abnormnal rpc request termination
Andrew Tridgell
1
-0
/
+12
2007-10-10
r3075: Initialise (and check for intialisation) of the private pointer to
Andrew Bartlett
1
-0
/
+4
2007-10-10
r3074: Add in a new 'field present' flag samr.idl for the Account Flags
Andrew Bartlett
1
-1
/
+3
[prev]
[next]