summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-1060-80/+134
* r3462: separate out the crypto includesAndrew Tridgell2007-10-1024-18/+71
* r3461: another place where "open" was used as a structure elementAndrew Tridgell2007-10-1012-28/+30
* r3460: Add LIBNDR_GEN_OBJS and LIBNETIF_OBJS to swig objs.Tim Potter2007-10-101-1/+3
* r3459: Fix cut&paste error in copyright header.Tim Potter2007-10-101-2/+2
* r3458: more solaris portability fixes, the main one being that we can't use aAndrew Tridgell2007-10-1010-207/+86
* r3457: s_addr is a macro on solaris, so we can't use it in structure names. a...Andrew Tridgell2007-10-1012-39/+40
* r3456: Add appropriate #includes to fix Python extensions build.Tim Potter2007-10-101-0/+8
* r3455: some more portability fixes. We nearly compile on solaris again now.Andrew Tridgell2007-10-109-44/+26
* r3454: moved a few more things out if includes.h into the include/system/ inc...Andrew Tridgell2007-10-1015-55/+60
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-1052-190/+202
* r3450: portability fixesAndrew Tridgell2007-10-108-107/+108
* r3449: more include file reductionAndrew Tridgell2007-10-1025-29/+76
* r3448: some systems don't have stdint.hAndrew Tridgell2007-10-102-5/+3
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-1071-156/+408
* r3446: created include/system/iconv.h and include/system/shmem.hAndrew Tridgell2007-10-106-26/+73
* r3445: made the gtk tooks use minimal includes. This approximately halves theAndrew Tridgell2007-10-1018-32/+74
* r3444: Don't use random data as endpoint if no default endpoint is known and noJelmer Vernooij2007-10-101-1/+6
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2007-10-1046-291/+420
* r3442: Add support for the "call_as" and "local" attributes.Jelmer Vernooij2007-10-105-675/+760
* r3441: some include file cleanups and general housekeepingAndrew Tridgell2007-10-1026-650/+147
* r3440: Add support for "coclass" to the pidl parser - the idl keyword thatJelmer Vernooij2007-10-102-4/+35
* r3435: Remove accidentally committed line...Jelmer Vernooij2007-10-101-1/+0
* r3434: Fix memleakVolker Lendecke2007-10-101-2/+3
* r3433: Use .mk file for librpc/Jelmer Vernooij2007-10-105-20/+42
* r3432: Support WERROR's in arguments (not just as return type). Some ofJelmer Vernooij2007-10-105-28/+76
* r3431: Allow optional semicolon after interface definitionsJelmer Vernooij2007-10-102-128/+151
* r3430: Add tests for EnumPrinterDataEx, SetPrinterDataEx (doesn't work),Tim Potter2007-10-101-10/+65
* r3429: Fix IDL for EnumPrinterDataEx()Tim Potter2007-10-101-1/+5
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-1069-49/+199
* r3427: split the openx logic out from the other open mapping codeAndrew Tridgell2007-10-101-125/+138
* r3426: removed 2 unused files, and some unused variablesAndrew Tridgell2007-10-103-1051/+0
* r3425: got rid of a bunch of cruft from rewrite.hAndrew Tridgell2007-10-109-191/+83
* r3424: don't run mkproto.pl on pidl generated code, instead rely on pidl gene...Andrew Tridgell2007-10-105-47/+29
* r3423: auto-generate prototypes for all external functions in pidlAndrew Tridgell2007-10-103-79/+147
* r3422: allow for subsystems that don't get included in the list of auto-proto...Andrew Tridgell2007-10-102-3/+30
* r3421: got rid of some unused codeAndrew Tridgell2007-10-101-30/+0
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-1049-267/+336
* r3418: added BASE-NTDENY1 and BASE-NTDENY2 to the lists of tests that pvfs pa...Andrew Tridgell2007-10-101-1/+2
* r3416: TyposJelmer Vernooij2007-10-101-3/+3
* r3415: Add support for parsing a Request file before a Reply file so we canJelmer Vernooij2007-10-101-9/+41
* r3414: RemoteActivation torture testJelmer Vernooij2007-10-102-24/+139
* r3413: RemoteActivation updates and fixesJelmer Vernooij2007-10-105-70/+41
* r3412: Add NCACN_SPX and NCADG_IPX transportsJelmer Vernooij2007-10-102-1/+7
* r3411: Ignore some autogenerated files.Tim Potter2007-10-101-0/+3
* r3410: Handle conversion of DATA_BLOBs and pointers to DATA_BLOBs from python.Tim Potter2007-10-103-2/+48
* r3406: Don't throw a werror exception for WERR_NO_MORE_ITEMS and WERR_MORE_DATA.Tim Potter2007-10-101-1/+3
* r3405: Test EnumPrinterData and GetPrinterData.Tim Potter2007-10-101-1/+48
* r3404: Rename name of DATA_BLOB in GetPrinterData()Tim Potter2007-10-101-1/+1
* r3403: Add test for operations on print server handle.Tim Potter2007-10-101-15/+72