summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
* r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ...Jelmer Vernooij2007-10-101-0/+1
* r25433: - dcerpc_AuthType is a 8bit enum not 32bitStefan Metzmacher2007-10-101-9/+12
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-103-5/+5
* r25374: create an enum for the authentication types instead of defining them asRonnie Sahlberg2007-10-101-11/+13
* r25373: add three more authentication typesRonnie Sahlberg2007-10-101-0/+3
* r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij2007-10-1010-37/+38
* r25301: Merge my includes.h cleanups.Jelmer Vernooij2007-10-106-1/+11
* r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, withAndrew Bartlett2007-10-101-0/+6
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-102-10/+10
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-0/+1
* r25028: Fix more warnings.Jelmer Vernooij2007-10-101-5/+5
* r25027: Fix more warnings.Jelmer Vernooij2007-10-103-1/+4
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-103-0/+3
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+2
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-105-11/+14
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-105-24/+24
* r24992: Remove some uses of lp_*().Jelmer Vernooij2007-10-101-2/+2
* r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij2007-10-102-2/+7
* r24908: we should not set s = NULL as we set it to talloc_strdup("") beforeStefan Metzmacher2007-10-101-3/+2
* r24866: Put remainder of binding string tests in librpc/ directory.Jelmer Vernooij2007-10-101-0/+37
* r24816: Move the rest of the contents of core.h to more appropriate places.Jelmer Vernooij2007-10-101-0/+16
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-101-2/+2
* r24812: Fix headers for external users.Jelmer Vernooij2007-10-101-1/+1
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-102-12/+9
* r24779: add 11 specific access rights that applies to accessmasks for UserRonnie Sahlberg2007-10-101-3/+17
* r24777: add 11 specific access rights to the access mask forRonnie Sahlberg2007-10-101-1/+15
* r24775: add 5 specific access right bits for the accessmask that refersRonnie Sahlberg2007-10-101-2/+10
* r24774: add 5 specific access mask bits for policy handles created for aliasesRonnie Sahlberg2007-10-101-2/+10
* r24772: add a bitmap that describes 6 of the specific accessmask bits forRonnie Sahlberg2007-10-101-5/+14
* r24763: Allow users to leave out the transport in DCE/RPC binding strings. If...Jelmer Vernooij2007-10-102-5/+21
* r24755: Use common code for finding the RPC binding in the torture tests.Jelmer Vernooij2007-10-101-2/+4
* r24753: Allow host name in binding string without transport.Jelmer Vernooij2007-10-103-29/+61
* r24751: Run more tests, remove empty testsuites, more small improvements.Jelmer Vernooij2007-10-101-1/+2
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-102-4/+4
* r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett2007-10-101-2/+4
* r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.cStefan Metzmacher2007-10-104-37/+37
* r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher2007-10-101-1/+1
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-104-6/+6
* r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher2007-10-1011-62/+62
* r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_listStefan Metzmacher2007-10-102-12/+7
* r24535: rename struct dcerpc_interface_call -> struct ndr_interface_callStefan Metzmacher2007-10-105-19/+16
* r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_idStefan Metzmacher2007-10-109-34/+34
* r24449: length_is() isn't supported without size_is().Stefan Metzmacher2007-10-101-2/+2
* r24448: merge formating fixes SAMBA_3_2Stefan Metzmacher2007-10-101-204/+258
* r24118: Start fixing #4842 (usrmgr polcies menu not working) by removing rangeAndrew Bartlett2007-10-101-1/+1
* r24080: Set the primary group (matching windows) when creating new users inAndrew Bartlett2007-10-101-0/+1
* r24052: Fix some of the NT4 usrmgr.exe portions of bug 4815.Andrew Bartlett2007-10-101-1/+1
* r23890: Allow wbinfo -a to work against Samba4's winbind.Andrew Bartlett2007-10-103-185/+320
* r23812: Remove more code found as dead by the find_static script, and makeAndrew Bartlett2007-10-101-43/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1026-78/+52