summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-02-15epmapper.idl: add link to official IDLStefan Metzmacher1-0/+1
metze (This used to be commit b5c0a6c114b5c832f742bd84179e5e9a5aed3698)
2008-02-15dcerpc.idl: use charset() instead of ascstr3Stefan Metzmacher1-1/+2
metze (This used to be commit 47447f60bc8e5dd1021752e9b011f22762e45eed)
2008-02-15ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ↵Stefan Metzmacher1-0/+3
return 0 metze (This used to be commit ae6976eb4a8ddafc40ce91f68c9bca861502093b)
2008-02-15drsuapi.idl: use charset() instead of the exotic flags() and stringStefan Metzmacher1-3/+6
metze (This used to be commit 70c7faace76a84d2fe15accf4f8a1ca0ad905bd4)
2008-02-15krb5pac.idl: use charset() instead of string type with flagsStefan Metzmacher1-1/+2
metze (This used to be commit 30657ae0ebdb85ae995a3dfe3ce123851fd92e0f)
2008-02-15NET-API-BECOME-DC: at least find the 'provision' function in python modeStefan Metzmacher1-4/+16
This is still broken, as we call provision() with wrong arguments. Also the python provision() function, doesn't allow us to specify the locations of the partition ldb files, this is strictly needed otherwise the torture test destroys a production databases. I think we should have a provision_become_dc() again! metze (This used to be commit 096eafd34778dde222bce4b0a5c0fc38b7de0359)
2008-02-15cyrus_sasl: fix compiler warningsStefan Metzmacher1-1/+4
metze (This used to be commit 558c717c6c279b739633e26855910b61b792e7b6)
2008-02-15remove redundent codeAndrew Tridgell1-3/+0
(This used to be commit 7f2421f17cae313d7dbf5c35c73b5410cb1d5db0)
2008-02-15fixed some options that could not be overridden on the command lineAndrew Tridgell1-10/+3
(This used to be commit eea486d8942fdda769684fa6e825c0f899cf3304)
2008-02-15added blackbox testing of gentestAndrew Tridgell2-0/+48
(This used to be commit 716345fd38dfd8c6e610fbd6ba84c4f33e3edbb9)
2008-02-15convert gentest to use popt and the cmdline libraryAndrew Tridgell1-83/+83
(This used to be commit 681366b956a71aa7bd16b75263ccd73ddc680082)
2008-02-15make sure lp_ctx is initialisedAndrew Tridgell1-1/+2
(This used to be commit 3abb33c8bff9aac8ba1ba4783b919732e5159283)
2008-02-15fix typoAndrew Tridgell1-1/+1
(This used to be commit 1699b2a804cf91175de2528c1e640a09b4de4f08)
2008-02-15added a blackbox test for masktestAndrew Tridgell3-5/+52
(This used to be commit 05a110123df2372418e2ef2fd8f269b92054069c)
2008-02-15fixed masktest to use popt, and fixed the incorrect pstring conversionAndrew Tridgell1-94/+63
(This used to be commit c37133fd95e6d02a0cdf0f7b5408211740d8046c)
2008-02-15converted locktest to use popt and cmdline utility codeAndrew Tridgell4-99/+77
(This used to be commit 625ea49a95cbdb507ea5b191f75ffa27e25cdb90)
2008-02-15added blackbox testing for locktestAndrew Tridgell3-1/+56
(This used to be commit af6484f78d273407dd9b264bc4adb33497eee48b)
2008-02-15add some info on running testsAndrew Tridgell1-0/+21
(This used to be commit b6ba0afc1424a1d202626aabf1cd0f28246319a6)
2008-02-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell10-207/+204
(This used to be commit 9c12b5b49679d404ac623041f2da944019f97754)
2008-02-15fixed loadparm handling in standalone testsAndrew Tridgell3-3/+3
(This used to be commit 2633f4259ed30ab990017c4c3205f92bf38f0135)
2008-02-14Fix path to talloc guide. Noted by "teferi" on irc.Michael Adam1-1/+1
Michael (This used to be commit bc4e03f2ddb669758e27e2a5c32e15c7d6c5257d)
2008-02-14util_ldb: Add a missing \n to debug string, fix trailing whitespaces.Kai Blin1-8/+9
(This used to be commit b0991cc09b36171c18d2407c9f3153b6f7e8299b)
2008-02-14loadparm: Clean up trailing whitespaceKai Blin1-163/+163
No code change. Couldn't resist. (This used to be commit abc816b3884838441ab379c9e31e16937caa4734)
2008-02-14Don't create symlinks pointing at themselves.Jelmer Vernooij1-3/+1
(This used to be commit 96736eb556bfd7ab5b04ec40beefe23e475a438d)
2008-02-14Remove type before variables in data.mkJelmer Vernooij6-29/+29
(This used to be commit 3c1a7c0dcc56ed5595e31a8df023a04ae95bfca5)
2008-02-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij36-235/+446
(This used to be commit 50697762fd28e2fc77142c5fea528b12d4cc0ebc)
2008-02-14updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell8-58/+109
- Updated getinfo structures and field names - also updated the protocol revision number handling to reflect new docs (This used to be commit 3aaa2e86d94675c6c68d66d75292c3e34bfbc81b)
2008-02-14A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell6-14/+54
We now define a separate info level RAW_SFILEINFO_RENAME_INFORMATION_SMB2 and set that level when handling SMB2 packets. This makes the parsers clearer. (This used to be commit f6cdf3f1177f63d80be757f007eb15380839b4f5)
2008-02-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell18-96/+115
(This used to be commit 309cf408e01c36e2a12ed2d1462f2bbe407d4597)
2008-02-14we need to refuse a root_fid in rename on SMB but not SMB2Andrew Tridgell1-3/+5
(This used to be commit 9a139c35b7f1326616d26ce13bbdc7d6b22cd9b5)
2008-02-14Fixed SMB2 rename operations from Vista clientsAndrew Tridgell8-30/+59
We needed a flag in bufinfo to mark packets as SMB2, as it seems that SMB2 uses a different format for the RenameInformation buffer than SMB does Also handle the fact that SMB2 clients give the full path to the target file in the rename, not a relative path (This used to be commit 52d7972d95ddc19d22a4187b4d4428a6c3ed32d5)
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell28-157/+246
This converts our SMB and SMB2 code to use a common structure "struct request_bufinfo" for information on the buffer bounds of a packet, alignment information and string handling. This allows us to use a common backend for SMB and SMB2 code, while still using all the same string and blob handling functions. Up to now we had been passing a NULL req handle into these common routines from the SMB2 side of the server, which meant that we failed any operation which did a bounds checked string extraction (such as a RenameInformation setinfo call, which is what Vista uses for renaming files) There is still some more work to be done on this - for example we can now remove many of the SMB2 specific buffer handling functions that we had, and use the SMB ones. (This used to be commit ca6d9be6cb6a403a81b18fa6e9a6a0518d7f0f68)
2008-02-13Remove some make variables that aren't necessary.Jelmer Vernooij3-4/+2
(This used to be commit 8d41cb23dea4fccfc2b3fc8a816cda54af6038fb)
2008-02-13Fix talloc .so installation.Jelmer Vernooij1-1/+1
(This used to be commit ae522f907ed1b7533d0824224d692c64c7169057)
2008-02-13Fix corner case.Jelmer Vernooij1-1/+2
(This used to be commit 92dbbc479032ae3d0cf4b2b9e64291128185cf9c)
2008-02-13Use more variables in generated data.mk.Jelmer Vernooij4-19/+39
(This used to be commit 2dce9e4e0d5ba8785fdee3daba91e6c9f4a32040)
2008-02-13Put soversions and versions for libraries with a hard-coded version in theJelmer Vernooij2-32/+22
generated .mk file. Move CPPFLAGS to be generated entirely inside configure.ac (simplifies makefile.pm). (This used to be commit a44af7c3872e900e1ea0da74ef796213030e29ac)
2008-02-13Allow tdb.mk and talloc.mk to be included at the same time.Jelmer Vernooij4-16/+16
(This used to be commit af9e0421529104d2583c58f7723abe8612e78f53)
2008-02-13Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij21-144/+208
(This used to be commit b14d61a3b8055b7a8172e18e5bd69e7cab6eacdb)
2008-02-13Never build .so versions of tdb/talloc from Samba 4 itself. Rather,Jelmer Vernooij3-8/+2
use shared library versions if they are provided by the system. This puts talloc and tdb in a similar situation as popt: the system version is used if provided but if it's not there or if it is too old, we use our internal version statically. (This used to be commit 86f88eb7b51377344eebf0b6fabad0f5459b3f45)
2008-02-13torture/eventlog: the NTSTATUS of dcerpc_ functions is the same as r.out.resultStefan Metzmacher1-2/+0
metze (This used to be commit 0c5539e5fedd4123f61d50ee29acdc5a5f0faf76)
2008-02-13Ignore pidl Makefile, which is autogenerated.Jelmer Vernooij1-0/+1
(This used to be commit 5572bf854d935f3fc526a38378d23791da249f0f)
2008-02-13torture/eventlog: fix crash bugs!Stefan Metzmacher1-0/+8
This bug was introduced in 92b8bde561277a6b83048ce003cc29ff1b380255 and this shows that we need to be very, very careful in changing idl elements from scalars to [ref] pointers! metze (This used to be commit 3ec4bce0b64764e364aedea2800eed296805c51e)
2008-02-13pidl: $size can be 'foo / 2' so we need to add '(' and ')'Stefan Metzmacher1-2/+2
'foo / 5 * sizeof(bar)' isn't the same as '(foo / 2) * sizeof(bar)'. metze (This used to be commit a496abc4042a98835d485769e0972826da161984)
2008-02-13idl_types: remove unused lstringStefan Metzmacher1-5/+0
metze (This used to be commit 5100452cf3b3c3c5dcdb77a9efe27e8c506d1d43)
2008-02-13spoolss.idl: improve idl for EnumPrinterData and not use 'lstring' any moreStefan Metzmacher2-12/+21
metze (This used to be commit d6cdddbcf37d120cb365bc7f8188858c8776e2e0)
2008-02-13Makefile: --enable-automatic-dependencies usageStefan Metzmacher1-1/+1
metze (This used to be commit 36a31f31c4c01f4ebf1359650c497a1ba447e6d0)
2008-02-13missed another spot in the SMB2 create conversionAndrew Tridgell1-6/+6
(This used to be commit df82b0aa6990b59cde20893cb690a8a260526178)
2008-02-13missed a spot in the SMB2 create conversionAndrew Tridgell1-3/+3
(This used to be commit 17357072dd175b7548122e40e4cecc6087e52561)
2008-02-13Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell8-4/+148
(This used to be commit b3793c6562b1a1e8711561f65594ba0676f9282d)