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
r3490: All tests work against NT4 now
Jelmer Vernooij
2
-24
/
+37
2007-10-10
r3487: RemoteActivation works! The only odd bit is that I get either a
Jelmer Vernooij
1
-9
/
+9
2007-10-10
r3484: - add support for conformant string arrays at the end of a struct
Stefan Metzmacher
3
-33
/
+83
2007-10-10
r3481: split out client.h and events.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...
Andrew Tridgell
3
-0
/
+3
2007-10-10
r3457: s_addr is a macro on solaris, so we can't use it in structure names. a...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3453: - split out the auth and popt includes
Andrew Tridgell
4
-14
/
+15
2007-10-10
r3444: Don't use random data as endpoint if no default endpoint is known and no
Jelmer Vernooij
1
-1
/
+6
2007-10-10
r3443: the next stage in the include files re-organisation.
Andrew Tridgell
1
-2
/
+3
2007-10-10
r3442: Add support for the "call_as" and "local" attributes.
Jelmer Vernooij
1
-11
/
+11
2007-10-10
r3440: Add support for "coclass" to the pidl parser - the idl keyword that
Jelmer Vernooij
1
-0
/
+18
2007-10-10
r3435: Remove accidentally committed line...
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r3434: Fix memleak
Volker Lendecke
1
-2
/
+3
2007-10-10
r3433: Use .mk file for librpc/
Jelmer Vernooij
5
-20
/
+42
2007-10-10
r3432: Support WERROR's in arguments (not just as return type). Some of
Jelmer Vernooij
3
-25
/
+73
2007-10-10
r3429: Fix IDL for EnumPrinterDataEx()
Tim Potter
1
-1
/
+5
2007-10-10
r3428: switched to using minimal includes for the auto-generated RPC code.
Andrew Tridgell
12
-43
/
+56
2007-10-10
r3424: don't run mkproto.pl on pidl generated code, instead rely on pidl gene...
Andrew Tridgell
2
-7
/
+6
2007-10-10
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3413: RemoteActivation updates and fixes
Jelmer Vernooij
2
-23
/
+15
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
[next]