summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3513: Add (the infrastructure for) DCOM support. Contents:Jelmer Vernooij24-61/+301
2007-10-10r3512: - support DsCrackName GUID strings ('{faedf4f9-0de8-4582-b8b6-c475efef...Stefan Metzmacher2-16/+145
2007-10-10r3511: teh PAC used 8byte alignmentStefan Metzmacher1-3/+1
2007-10-10r3510: fix build on SuSE 9.1Stefan Metzmacher1-8/+10
2007-10-10r3509: - comment out a unused varStefan Metzmacher2-2/+2
2007-10-10r3508: fix the buildStefan Metzmacher1-1/+3
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell36-222/+726
2007-10-10r3506: Test EnumPorts function.Tim Potter1-6/+14
2007-10-10r3505: #include dynconfig.hTim Potter1-0/+1
2007-10-10r3501: More work towards MGMT support in gepdumpJelmer Vernooij2-137/+236
2007-10-10r3500: cleaned up the AS_USER/AS_GUEST stuff in the core smb packet processingAndrew Tridgell2-105/+36
2007-10-10r3499: setting an out param for a non-pointer doesn't do anything (andAndrew Tridgell1-1/+0
2007-10-10r3497: removed some include cruft, and split out librpc/gen_ndr/tables.hAndrew Tridgell10-129/+18
2007-10-10r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell29-218/+66
2007-10-10r3493: fixed a bug in readx reply where the client specifies an invalid highAndrew Tridgell1-1/+7
2007-10-10r3490: All tests work against NT4 nowJelmer Vernooij4-27/+40
2007-10-10r3489: Add a couple more DCOM tests (Both OxidResolver and RemoteActivation areJelmer Vernooij3-8/+156
2007-10-10r3488: Start using RemoteActivationJelmer Vernooij4-74/+93
2007-10-10r3487: RemoteActivation works! The only odd bit is that I get either aJelmer Vernooij2-11/+11
2007-10-10r3486: Add RemoteActivation serverJelmer Vernooij4-2/+81
2007-10-10r3484: - add support for conformant string arrays at the end of a structStefan Metzmacher5-35/+115
2007-10-10r3483: IRIX 6.4 now buildsAndrew Tridgell1-0/+1
2007-10-10r3482: fixed a warning and an error from the IRIX 6.4 buildAndrew Tridgell2-1/+2
2007-10-10r3481: split out client.h and events.hAndrew Tridgell24-30/+49
2007-10-10r3480: moved some signal defines into include/systemAndrew Tridgell4-12/+9
2007-10-10r3478: split out some more pieces of includes.hAndrew Tridgell20-85/+124
2007-10-10r3477: add '--with-disable-ext-lib=LIB' option to be able to disableStefan Metzmacher2-1/+13
2007-10-10r3476: fixed some const warningsAndrew Tridgell3-3/+4
2007-10-10r3475: don't pass a ptr to an enum as a ptr to an int (bug found by tcc)Andrew Tridgell1-1/+3
2007-10-10r3474: Add conversion functions for the time_t type.Tim Potter1-0/+23
2007-10-10r3473: Add LIBCRYPTO_OBJS to python extensions.Tim Potter1-1/+2
2007-10-10r3472: fixed build of reg_backend_gconfAndrew Tridgell1-0/+1
2007-10-10r3471: split out capabilities code from lib/system.c - should fix IRIX 6.5 buildAndrew Tridgell2-81/+112
2007-10-10r3470: removed some unused functions (should fix the build on IRIX 6.4)Andrew Tridgell1-111/+15
2007-10-10r3468: split out dcerpc_server.hAndrew Tridgell20-1/+26
2007-10-10r3467: fix the buildStefan Metzmacher1-0/+3
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell37-22/+79
2007-10-10r3465: fix SMB_SUBSYSTEM_NOPROTO()Stefan Metzmacher3-20/+17
2007-10-10r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell23-3/+30
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