Age | Commit message (Expand) | Author | Files | Lines |
2009-02-02 | s4:librpc/rpc: s/private/private_data | Stefan Metzmacher | 1 | -2/+2 |
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 1 | -1/+1 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -5/+5 |
2008-11-02 | Remove use of global_loadparm during initialization of gensec. | Jelmer Vernooij | 1 | -2/+2 |
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -3/+5 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
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 |
2008-09-30 | make sure dcerpc is always initialized. | Jelmer Vernooij | 1 | -3/+1 |
2008-09-13 | librpc/rpc: don't send auth trailers in level connect | Stefan Metzmacher | 1 | -113/+77 |
2008-08-11 | librpc/rpc: correct the chunk_size depending on the signature size | Stefan Metzmacher | 1 | -4/+13 |
2008-08-07 | librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN | Stefan Metzmacher | 1 | -0/+26 |
2008-08-07 | librpc/rpc: pass struct dcerpc_pipe to dcerpc_auth3() | Stefan Metzmacher | 1 | -5/+8 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 1 | -11/+4 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -6/+7 |
2008-02-21 | Remove more global_loadparm instance.s | Jelmer Vernooij | 1 | -4/+4 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 1 | -10/+16 |
2007-12-21 | r26432: Require ndr_pull users to specify iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26431: Require ndr_push creators to specify a iconv_convenience context. | Jelmer Vernooij | 1 | -5/+5 |
2007-12-21 | r26396: dcerpc: Fall back to peer_name() if target_hostname() is not set. | Kai Blin | 1 | -1/+4 |
2007-12-21 | r26394: dcerpc: Use target_hostname() instead of peer_name() in dcerpc_server... | Kai Blin | 1 | -2/+2 |
2007-12-21 | r26226: Avoid more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 1 | -54/+88 |
2007-12-21 | r25829: - use DEBUG() instead of printf | Stefan Metzmacher | 1 | -1/+3 |
2007-12-21 | r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK() | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r25316: Remove last few instances of old BOOL type in librpc/. | Jelmer Vernooij | 1 | -11/+11 |
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24780: More work allowing libutil to be used by external users. | Jelmer Vernooij | 1 | -8/+6 |
2007-10-10 | r24551: rename dcerpc_interface_table -> ndr_interface_table | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23551: Change data_blob_equal to data_blob_cmp, suitable for sorting with qs... | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r22944: fix bug #4618: | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r22486: add a flag to ignore timeouts of a request and don't close | Stefan Metzmacher | 1 | -0/+12 |
2007-10-10 | r22470: merge handling of broken connections from wins replication client code | Stefan Metzmacher | 1 | -15/+20 |
2007-10-10 | r21811: fixed a queueing error in the dcerpc client code. WHen the | Andrew Tridgell | 1 | -19/+36 |
2007-10-10 | r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is created | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r21515: add some more PFC_FLAGS from the DCERPC spec, and fix some names | Stefan Metzmacher | 1 | -5/+14 |
2007-10-10 | r20323: allow empty dcerpc reqeusts, this fixes the RPC-COUNTCALLS test | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r19676: Fix some more dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19502: fixed the RPC-SECRETS test with kerberos. Andrew, can you look at this | Andrew Tridgell | 1 | -1/+14 |
2007-10-10 | r19501: fix the hangs in the build farm in RPC-SECRETS | Andrew Tridgell | 1 | -20/+6 |
2007-10-10 | r19479: Remove more unused functions. These are handled via authentication | Andrew Bartlett | 1 | -52/+1 |
2007-10-10 | r19465: Rather than use the non-standard API for determining the signature | Andrew Bartlett | 1 | -2/+33 |
2007-10-10 | r18716: put in a commented out useful hack for some RPC servers | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17323: make better use of the composite api and fix the memory | Stefan Metzmacher | 1 | -52/+24 |