Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r17321: give better error codes | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r15854: more talloc_set_destructor() typesafe fixes | Andrew Tridgell | 1 | -4/+2 |
2007-10-10 | r15524: fix a problem with rpc faults from bind and alter context | Andrew Tridgell | 1 | -85/+91 |
2007-10-10 | r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my head | Andrew Bartlett | 1 | -40/+20 |
2007-10-10 | r15500: Add support for interactive prompting on bad passwords to the RPC lib... | Andrew Bartlett | 1 | -20/+40 |
2007-10-10 | r15482: Don't shadow the global function pipe() with a local variable name. | Andrew Bartlett | 1 | -10/+8 |
2007-10-10 | r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhere | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r14715: Correct the definition of the DCE/RPC bind_nak, per the OpenGroup spec. | Andrew Bartlett | 1 | -0/+7 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r12634: make the [validate] binding string switch also check to see if the | Andrew Tridgell | 1 | -3/+17 |
2007-10-10 | r12620: Get rid of automatically generated lists of init functions of subsyst... | Jelmer Vernooij | 1 | -0/+7 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12574: Bring tables.pl back to life and move registration of interfaces | Jelmer Vernooij | 1 | -26/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12514: Move DCE/RPC interface table to a seperate file | Jelmer Vernooij | 1 | -15/+12 |
2007-10-10 | r12513: Similar change as my previous commit, but now for transfer syntaxes. | Jelmer Vernooij | 1 | -6/+1 |
2007-10-10 | r12512: Use GUID structs in API functions everywhere rather then converting b... | Jelmer Vernooij | 1 | -3/+1 |
2007-10-10 | r12510: Change the DCE/RPC interfaces to take a pointer to a | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r12116: got rid of composite_trigger_done() and composite_trigger_error(), and | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r11970: fixed a valgrind error. The auth info from the alter_context reply was | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving the | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r11872: another attempt at fixing the data_blob_free in async dcerpc bind, | Andrew Tridgell | 1 | -14/+9 |
2007-10-10 | r11871: fixed a problem volker found with the async bind code, and a callback | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r11819: simplified the async rpc bind code a little. | Andrew Tridgell | 1 | -205/+220 |
2007-10-10 | r11810: Fix talloc hierarchy | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11809: Make dcerpc_bind_auth async. | Volker Lendecke | 1 | -5/+4 |
2007-10-10 | r11807: Make dcerpc_alter_context async. Same thing: Please look at this | Volker Lendecke | 1 | -149/+140 |