summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r5538: Fix typo in comment -- non-existant constant name mentionedAlexander Bokovoy2007-10-101-1/+1
* r5537: - make use of bitmaps and enumsStefan Metzmacher2007-10-102-49/+168
* r5533: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak...Jeremy Allison2007-10-101-0/+7
* r5516: NT4 doesn't support GetPrinterDataEx()Stefan Metzmacher2007-10-101-1/+5
* r5515: fix PrinterInfo3Stefan Metzmacher2007-10-101-2/+1
* r5506: Simplify the use of subcontexts and make them a bit less a special case.Jelmer Vernooij2007-10-102-160/+157
* r5505: make usage of bitmap's :-)Stefan Metzmacher2007-10-101-1/+8
* r5504: fix typoStefan Metzmacher2007-10-101-1/+1
* r5503: - add torture test which tests for invalid printernamesStefan Metzmacher2007-10-103-61/+179
* r5502: announce us as a print server by defaultStefan Metzmacher2007-10-101-0/+4
* r5501: check the return of talloc with the NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher2007-10-102-15/+12
* r5500: ntvfs modules that are the final backend needs to set theStefan Metzmacher2007-10-101-0/+8
* r5499: Commit forgotten change what tridge immediately pointed outRafal Szczesniak2007-10-101-0/+1
* r5498: fix OpenPrinter() idl and torture testStefan Metzmacher2007-10-102-24/+21
* r5494: Some more code simplification, some additional comments.Jelmer Vernooij2007-10-102-58/+46
* r5493: Some code simplificationJelmer Vernooij2007-10-101-38/+30
* r5492: Update example coclass, autogenerate some parts.Jelmer Vernooij2007-10-103-30/+48
* r5491: Don't load the DCOM-specific services by default (yet)Jelmer Vernooij2007-10-101-1/+1
* r5490: The big (D)COM commit! :-) Contains most of the changes described in theJelmer Vernooij2007-10-1029-622/+793
* r5489: hide handwritten pull/push/print code from the callerStefan Metzmacher2007-10-105-319/+806
* r5488: - let the request be a child of the pipe structStefan Metzmacher2007-10-101-13/+19
* r5487: - Allow disabling modulesJelmer Vernooij2007-10-106-23/+16
* r5486: - Use references to interfaces in coclasses rather thenJelmer Vernooij2007-10-104-385/+388
* r5485: Support nopull,nopush in header.pm as well.Jelmer Vernooij2007-10-101-3/+7
* r5480: allow nopush and nopull on functionsStefan Metzmacher2007-10-101-6/+10
* r5479: Add ODL input support.Jelmer Vernooij2007-10-106-32/+70
* r5478: Bunch of small optimizations and generalizations.Jelmer Vernooij2007-10-103-32/+39
* r5477: - Move some more of the typelist stuff out of ndr.pmJelmer Vernooij2007-10-103-1/+20
* r5476: Move ORPC extensions to DCE/RPC into seperate file.Jelmer Vernooij2007-10-104-200/+216
* r5475: Move some existing and new type information functions to typelist.pmJelmer Vernooij2007-10-104-125/+108
* r5474: Remove random notes put in code.Rafal Szczesniak2007-10-101-1/+0
* r5472: First approach to composite rpc call fetchin user info.Rafal Szczesniak2007-10-101-0/+229
* r5466: Put the type information list in a seperate moduleJelmer Vernooij2007-10-104-39/+80
* r5465: Add support to multiple levels of pointers in pidl.Jelmer Vernooij2007-10-105-81/+151
* r5464: Simplify print function generator code.Jelmer Vernooij2007-10-101-57/+27
* r5463: Make need_wire_pointer() return the number of requiredJelmer Vernooij2007-10-101-7/+7
* r5454: moved the WINS server code into its own directoryAndrew Tridgell2007-10-106-10/+19
* r5453: Treat "embedded" arrays (surrounding structures) somewhatJelmer Vernooij2007-10-102-24/+44
* r5452: Add implementation + torture test for echo_SurroundingJelmer Vernooij2007-10-102-0/+49
* r5451: - added separate wrepl_associate(), wrepl_pull_table() and wrepl_pull_...Andrew Tridgell2007-10-104-87/+343
* r5450: Add test function for "embedded" conformant arraysJelmer Vernooij2007-10-101-0/+9
* r5449: More array handling cleanups. This should make the code moreJelmer Vernooij2007-10-101-11/+24
* r5448: another portability fix for solarisAndrew Tridgell2007-10-101-1/+1
* r5447: Add some utility functions for arrays and use them.Jelmer Vernooij2007-10-102-38/+63
* r5446: fix pulling of arrays in EnumXXX functionsStefan Metzmacher2007-10-101-0/+6
* r5445: move FormInfo1 struct to the place where it's usedStefan Metzmacher2007-10-101-11/+11
* r5443: Fix HeaderProperties(). Not re-enabling yet because I don't know why itJelmer Vernooij2007-10-101-15/+22
* r5442: Use argument list generator functions from NdrParser in NdrHeaderJelmer Vernooij2007-10-102-31/+15
* r5441: Put push, pull and print arguments in hash as wellJelmer Vernooij2007-10-101-64/+96
* r5440: Some more generalizationsJelmer Vernooij2007-10-101-38/+16