Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-02 | Fix the build. | Jelmer Vernooij | 2 | -2/+2 | |
2008-11-02 | Remove use of global_loadparm during initialization of gensec. | Jelmer Vernooij | 2 | -3/+3 | |
2008-11-02 | Remove use of global_loadparm for SMB2 client connections. | Jelmer Vernooij | 1 | -1/+2 | |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 4 | -10/+19 | |
should in the future only contain some settings required for gensec. | |||||
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 | |
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 5 | -11/+24 | |
2008-11-01 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -1/+3 | |
2008-11-01 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -1/+3 | |
2008-10-31 | dcerpc: Fix include path so header installer translates it correctly during ↵ | Jelmer Vernooij | 1 | -1/+1 | |
install. | |||||
2008-10-31 | errors: share dcerpc error function. | Günther Deschner | 1 | -55/+0 | |
Guenther | |||||
2008-10-29 | s4-netlogon: merge netr_ServerReqChallenge from s3 idl. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-29 | s4-netlogon: merge netr_ServerAuthenticate{2,3} from s3 idl. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 | |
2008-10-24 | Eliminate another instance of global_loadparm. | Jelmer Vernooij | 1 | -0/+2 | |
2008-10-12 | Share RPC binding string utility functions. | Jelmer Vernooij | 1 | -725/+0 | |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -1/+1 | |
Conflicts: source4/Makefile | |||||
2008-09-30 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -2/+4 | |
2008-09-30 | s4:librpc/rpc: correctly sign or seal rpc request with an object guid | Stefan Metzmacher | 1 | -2/+4 | |
metze | |||||
2008-09-30 | make sure dcerpc is always initialized. | Jelmer Vernooij | 1 | -3/+1 | |
2008-09-30 | Remove two more uses of global loadparm by remember required | Jelmer Vernooij | 2 | -16/+31 | |
details for secondary DCE/RPC connections. | |||||
2008-09-30 | Pass session options around; saves another use of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 | |
2008-09-30 | Remove redundant call. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Import proper IDL for interface pointers. | Jelmer Vernooij | 1 | -0/+2 | |
2008-09-13 | librpc/rpc: don't send auth trailers in level connect | Stefan Metzmacher | 1 | -113/+77 | |
Also ignore auth trailers in level connect on receive. This fixes [krb5,connect] against windows. TODO: maybe the gensec mech need to decide if signatures are needed in level connect. metze (This used to be commit eca0502b8620f2110a303b84def4f0bf48cc4ea5) | |||||
2008-09-13 | client free credentials when not needed anymore | Stefan Metzmacher | 1 | -0/+7 | |
(This used to be commit d982b69df638f17da6af398e2613986240031064) | |||||
2008-08-11 | librpc/rpc: correct the chunk_size depending on the signature size | Stefan Metzmacher | 1 | -4/+13 | |
metze (This used to be commit 50eb0e726405580dc5ca3a8a3b15f3bd674f722a) | |||||
2008-08-07 | librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN | Stefan Metzmacher | 4 | -1/+35 | |
You can trigger it like this: ncacn_ip_tcp:172.31.9.234[sign,hdrsign] or ncacn_ip_tcp:172.31.9.234[seal,hdrsign] metze (This used to be commit 54f1fca582b1474693b5ee11b7b847086d27f75f) | |||||
2008-08-07 | librpc/rpc: pass struct dcerpc_pipe to dcerpc_auth3() | Stefan Metzmacher | 2 | -6/+9 | |
metze (This used to be commit 60b3523da485d845b1d930d990688d8434d39ef3) | |||||
2008-07-23 | The SMB session key must not be more than 16 bytes in SAMR (and | Andrew Bartlett | 1 | -2/+12 | |
presumably LSA). Tests show that Vista requires the sesion key to be truncated for a domain join. Andrew Bartlett (This used to be commit af629a3738298d27eb2dbecf466ceb503cec9638) | |||||
2008-07-16 | Fix the build - this element was renamed. | Andrew Bartlett | 1 | -1/+1 | |
(This used to be commit 60161954ad5c99ce9934a968c5d41f41fafd780f) | |||||
2008-07-07 | dcerpc_smb: trans->in.max_data should not depend on the smb max size | Stefan Metzmacher | 1 | -1/+8 | |
We now support async multi fragment SMBtrans calls. metze (This used to be commit 6813e22e9d300696a40993476629227d5cc4d35f) | |||||
2008-06-14 | Use a custom init function for samba4 that sets a samba4 | Simo Sorce | 1 | -1/+1 | |
specific debug function. By default do not debug, this is the most appropriate action for a library as we cannot assume what stderr is use for in the main app. The main app is responsible to set ev_debug_stderr if they so desire. (This used to be commit e566a2f308ac6fb4b526a744f7059b565670aea5) | |||||
2008-06-07 | fixed for per session session_key here too | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit abcbce004c99a2c62aa8c7a7cfc8ac5b5cfeb7dd) | |||||
2008-05-30 | implemented client side SMB2 signing | Andrew Tridgell | 2 | -2/+6 | |
This doessn't work against Windows yet, and I've submitted a WSPP request for clarification of the docs to try and find out why. Meanwhile this is no worse than what we had, as it only gets used when the server demands signing, and we didn't work then anyway. (This used to be commit b788096add3586d7277efcd3bf5ca7f3a604cb7a) | |||||
2008-05-26 | Allow using IRPC functions on the messaging bus from Python. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 6ecf81ae13dffa05356c1177c617206c120fb7d7) | |||||
2008-05-26 | Implement IRPC calls over the internal messaging bus. | Jelmer Vernooij | 2 | -3/+3 | |
(This used to be commit 777dc3a2c7b5bf855344ba3ae8c8b564c48fc0c6) | |||||
2008-05-26 | Remove some unused cruft. | Jelmer Vernooij | 2 | -56/+18 | |
(This used to be commit 8f47157f09cbf4200f0f7c5efe8750fd5d316a3b) | |||||
2008-05-25 | Fix compilation errors. | Jelmer Vernooij | 2 | -1/+7 | |
(This used to be commit daae053365cf6c5be7b31aa51a239c2660cfc120) | |||||
2008-05-25 | Trim the size of the Python bindings a bit. | Jelmer Vernooij | 3 | -1/+117 | |
(This used to be commit 717ce0b640a5c3aa62804b9869ef4dcc0f71b7ba) | |||||
2008-05-25 | Expose transfer and abstract syntax. | Jelmer Vernooij | 1 | -2/+34 | |
(This used to be commit a875e07a37568b7e51c290074d5e3834c2caa4d6) | |||||
2008-05-25 | Expose request timeout variable in Python. | Jelmer Vernooij | 1 | -1/+10 | |
(This used to be commit daed1432d22f5fa78907ee0fef9def8802538150) | |||||
2008-05-25 | Add support for secondary contexts from Python. | Jelmer Vernooij | 1 | -40/+96 | |
(This used to be commit 16d1ad050546ae6500153438db8d3c857e6f3ad5) | |||||
2008-05-25 | Check for fault codes when connecting. | Jelmer Vernooij | 1 | -2/+4 | |
(This used to be commit 42537b1d5282784550120358f3641f299351fba7) | |||||
2008-05-24 | Add helper function to return DCE/RPC fault codes. | Jelmer Vernooij | 2 | -2/+16 | |
(This used to be commit 4716cdfb5d5abad85cba18be89d72fe8ee18f359) | |||||
2008-05-24 | Add convenience function for creating objects with NDR error codes. | Jelmer Vernooij | 1 | -0/+6 | |
(This used to be commit 991541a78c2428db89509081cc28072c9b542ffa) | |||||
2008-05-24 | Fix memory initialization in raw calls. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 788b2dbfe4b1ef14ab30d487d845e493be46fbd1) | |||||
2008-05-24 | Support optional object argument when sending DCE/RPC requests. | Jelmer Vernooij | 1 | -15/+20 | |
(This used to be commit 75ba01a0fad87a9a4788f4c2277d8db0513cef4a) | |||||
2008-05-24 | Allow connecting to a DCE/RPC interface with Python for which we don't have IDL. | Jelmer Vernooij | 1 | -1/+63 | |
(This used to be commit e3178d522c95871f1db35d7e058906502387a553) | |||||
2008-05-24 | Add convenience functions for setting Python objects from errors. | Jelmer Vernooij | 2 | -1/+2 | |
(This used to be commit f1de723b89251cbc8140b838941f304a34871bf3) |