summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r5043: this broke more systems than it helped. Remove it and try to workAndrew Tridgell2007-10-101-9/+0
* r5042: another attempt to get solaris10 buildingAndrew Tridgell2007-10-101-1/+1
* r5041: add more verbose output for the krb5 libs detectionStefan Metzmacher2007-10-101-0/+4
* r5040: attempt to get solaris10 building by defining _XOPEN_SOURCEAndrew Tridgell2007-10-101-0/+9
* r5039: fixed eparser not to generate talloc_p()Andrew Tridgell2007-10-101-2/+2
* r5038: we don't need these defines any moreAndrew Tridgell2007-10-101-4/+0
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-10200-752/+751
* r5036: changed HYPER_T to the more standard "hyper"Andrew Tridgell2007-10-1010-80/+77
* r5035: fixed composite test to use --num-ops command line optionAndrew Tridgell2007-10-101-20/+14
* r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell2007-10-1018-153/+111
* r5033: Remove --with-eparserdir configure option and eparser_idl make target.Tim Potter2007-10-103-30/+0
* r5032: get rid of the init fns in eparserAndrew Tridgell2007-10-101-0/+3
* r5027: added the IDL license to the IDL directoryAndrew Tridgell2007-10-101-0/+9
* r5026: Don't build the swig stuff by default until it's a bit more stable.Tim Potter2007-10-101-1/+1
* r5024: Fix build.Tim Potter2007-10-101-7/+1
* r5019: Some tweaks to building the swig .i files.Tim Potter2007-10-102-8/+13
* r5018: Initialise required subsystems (by hand, generated by substitutingTim Potter2007-10-101-8/+40
* r5017: Fix bug in output typemap for uint32 (!)Tim Potter2007-10-101-1/+1
* r5016: Use LIBRARY instead of BINARY for inserting the swig stuff into theTim Potter2007-10-103-18/+13
* r5011: Do not use KRB5_CONFIG internally as it is used by MIT and Heimdal to ...Günther Deschner2007-10-101-14/+13
* r5010: Handle weird-ass NTTIME_1sec and NTTIME_hyper types.Tim Potter2007-10-101-1/+2
* r5009: Put bitmaps in their own subtree.Tim Potter2007-10-101-1/+6
* r5008: 32-bits is the default bitmap size.Tim Potter2007-10-101-2/+1
* r5007: Fix bug in regexp where we were eating the strings "in" or "out" fromTim Potter2007-10-101-3/+3
* r5006: Implement parsing of pidl bitmaps in ethereal parsers. This worksTim Potter2007-10-101-5/+34
* r5005: Add missing size specifiers to various bitmaps.Tim Potter2007-10-104-6/+6
* r5004: add current samba3 nmblookup.c ready for updating to new nbt libAndrew Tridgell2007-10-101-0/+299
* r5003: delete old nmblookup.c codeAndrew Tridgell2007-10-101-338/+0
* r4993: Generate nicer name for enum hf.Tim Potter2007-10-101-2/+15
* r4991: Remove debugging statement.Tim Potter2007-10-101-1/+0
* r4990: Generate value strings for pidl enumerations.Tim Potter2007-10-101-13/+57
* r4983: On second thoughts don't include the config.mk file for the swig stuffTim Potter2007-10-101-1/+0
* r4982: Start to move swig dependencies into new build system. UnfortunatelyTim Potter2007-10-104-34/+22
* r4981: Fix swig build.Tim Potter2007-10-101-3/+1
* r4980: Copy RAP callno constants from Samba 3 and start to use them.Tim Potter2007-10-103-10/+269
* r4979: Return NT_STATUS_INVALID_SYSTEM_SERVICE for unimplemented RAP calls asTim Potter2007-10-101-1/+1
* r4975: Update usage of talloc in rap torture code.Tim Potter2007-10-101-55/+47
* r4973: Add a RAP scanner to smbtorture. win2k has call numbers 0-215 althoughTim Potter2007-10-102-2/+31
* r4962: add infrastructure to use raw krb5 auth in dcerpc client codeStefan Metzmacher2007-10-103-6/+13
* r4959: fix compiler warningStefan Metzmacher2007-10-101-2/+2
* r4958: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r4957: the fetchfile _recv() function was neglecting to steal the data andAndrew Tridgell2007-10-101-1/+11
* r4956: - moved the definition of the mangle context structure into a pvfs_sho...Andrew Tridgell2007-10-102-36/+35
* r4955: fixed a couple of minor memory leaks in the auth_sam codeAndrew Tridgell2007-10-101-1/+11
* r4954: we don't need the separate event_remove_*() calls any more, as you nowAndrew Tridgell2007-10-102-37/+3
* r4953: - enable easy valgrind use in all our test scriptsAndrew Tridgell2007-10-103-2/+14
* r4952: removed a bogus talloc_steal() that was trying to cope with theAndrew Tridgell2007-10-101-1/+0
* r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell2007-10-109-44/+41
* r4950: removed some excessive debugging messagesAndrew Tridgell2007-10-101-8/+0
* r4949: First version of a fetchfile composite function which connects to a se...Volker Lendecke2007-10-105-1/+308