summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r3480: moved some signal defines into include/systemAndrew Tridgell2007-10-104-12/+9
* r3478: split out some more pieces of includes.hAndrew Tridgell2007-10-1020-85/+124
* r3477: add '--with-disable-ext-lib=LIB' option to be able to disableStefan Metzmacher2007-10-102-1/+13
* r3476: fixed some const warningsAndrew Tridgell2007-10-103-3/+4
* r3475: don't pass a ptr to an enum as a ptr to an int (bug found by tcc)Andrew Tridgell2007-10-101-1/+3
* r3474: Add conversion functions for the time_t type.Tim Potter2007-10-101-0/+23
* r3473: Add LIBCRYPTO_OBJS to python extensions.Tim Potter2007-10-101-1/+2
* r3472: fixed build of reg_backend_gconfAndrew Tridgell2007-10-101-0/+1
* r3471: split out capabilities code from lib/system.c - should fix IRIX 6.5 buildAndrew Tridgell2007-10-102-81/+112
* r3470: removed some unused functions (should fix the build on IRIX 6.4)Andrew Tridgell2007-10-101-111/+15
* r3468: split out dcerpc_server.hAndrew Tridgell2007-10-1020-1/+26
* r3467: fix the buildStefan Metzmacher2007-10-101-0/+3
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-1037-22/+79
* r3465: fix SMB_SUBSYSTEM_NOPROTO()Stefan Metzmacher2007-10-103-20/+17
* r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell2007-10-1023-3/+30
* 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