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