summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* r2524: a simple pvfs rename implementation to make testing easierAndrew Tridgell2007-10-103-10/+70
| | | | (This used to be commit 98c1c75076fdb0df3a7c616f8c2e1ed138a6ff9a)
* r2523: - readd rootDSE replyStefan Metzmacher2007-10-104-77/+371
| | | | | | | - add infrastructure start for having multiple directory partitions (backends) metze (This used to be commit 5103e7fe7873c0309461ad471f0529223d7c38eb)
* r2521: fixed two uninitialised data errors found with valgrind whenAndrew Tridgell2007-10-102-4/+2
| | | | | negotiating a old style session setup (eg. LANMAN1) (This used to be commit 04f68f481c49102411b168593adaddf5e97b7d4d)
* r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell2007-10-105-92/+213
| | | | (This used to be commit 4e4859c06b9de5fe60ebd17cfb09eed480b79ec1)
* r2519: Registry RPC pipe fixes (use struct registry_key instead of REG_KEY, etc)Jelmer Vernooij2007-10-101-23/+19
| | | | (This used to be commit 00de28876df70dbb6ca67c1a90aa9793583351bf)
* r2518: Some long overdue changes:Jelmer Vernooij2007-10-1023-1326/+1011
| | | | | | | | | | | - Samba4-style code in lib/registry (struct registry_key instead of REG_KEY, etc) - Use hives (like Windows has drives) instead of one root key (like a Unix FS) - usability fixes in the GTK utilities (autodetect the username, enable/disable options, etc) - fix gwsam compile - several bugfixes in the registry rpc code - do charset conversion in nt4 registry backend (This used to be commit 2762ed3b9bf1d67dd54d63e02cddbfd71ea89892)
* r2516: Remove duplicate line.Tim Potter2007-10-101-1/+0
| | | | (This used to be commit dff6262e4f9d48ed753e00faf081e52c03c7129c)
* r2515: Fixes from smbtorture - these session keys are not individually ↵Andrew Bartlett2007-10-101-4/+8
| | | | | | | encrypted. Andrew Bartlett (This used to be commit 131420b45e88cb72090c9b28a53295edfa364cfe)
* r2514: Remove unused funcions, and add static.Andrew Bartlett2007-10-101-55/+1
| | | | | Andrew Bartlett (This used to be commit fd10c9dd536bde497829aaed9e0ba2d51ffe2315)
* r2513: Avoid strupper/strlower when you can. This developers moduleAndrew Bartlett2007-10-101-3/+1
| | | | | | | certainly doesn't need it. Andrew Bartlett (This used to be commit 77d7c76c9bc7a4fa109056140a5f4107b4410838)
* r2512: Remove unused stub functions.Andrew Bartlett2007-10-101-36/+0
| | | | | Andrew Bartlett (This used to be commit f543de80b1dff25f32cd415c6f4d3bfda6c919be)
* r2511: Add NT status codes.Tim Potter2007-10-102-17/+537
| | | | (This used to be commit 471b13da2b0893a58977154dbe4d004d5c06aed4)
* r2510: Make C++ compilers happy, use ifdef instead of ifJelmer Vernooij2007-10-101-5/+5
| | | | (This used to be commit 7c31998da148cca53e798e3d89b9b754de2e64ac)
* r2509: add a struct ldapsrv_call which is simular to the dcesrv_call_state ↵Stefan Metzmacher2007-10-102-291/+277
| | | | | | | | | struct and related stuff... metze (This used to be commit dc1f8212ff717765c40ea5668e841db50e636748)
* r2508: - implemented ldap_decode() for UnbindRequest and ExtendedRequestStefan Metzmacher2007-10-101-3/+27
| | | | | | | - fail when we got a wrong tag in ldap_decode() metze (This used to be commit e942f414c5f9130c7ac9996612caaefd29f5eeca)
* r2507: Allow a case-insensitive lookup when converting strings into NTSTATUSAndrew Bartlett2007-10-101-1/+1
| | | | | | | values. Andrew Bartlett (This used to be commit 59e361f7cca1bbaeba5d5952173b90665a76ab2d)
* r2506: Add more printf attributes for format checking.Andrew Bartlett2007-10-101-3/+5
| | | | | Andrew Bartlett (This used to be commit 1640272dc36a0cb5bc8e647d06c7cee46022f077)
* r2505: Remove unused function. If/when we implement plaintext authenticatonAndrew Bartlett2007-10-101-56/+0
| | | | | | | in Samba4, I want to redo this. Andrew Bartlett (This used to be commit 139cc702ac7ce0c6e3bfdfe37199299cc1bc53c2)
* r2504: Add printf attribute, for format argument checking.Andrew Bartlett2007-10-101-0/+2
| | | | | Andrew Bartlett (This used to be commit 543401990aa9eb650cb93fa6cb60d2a0adf7b274)
* r2503: the RAW-SEARCH test now mostly passes against the posix backendAndrew Tridgell2007-10-105-104/+266
| | | | (This used to be commit 9710f24b1fd103d5656c9585cdfed96449cf9f97)
* r2502: Finish off samr torture test: samr_CreateUser2, samr_SetUserInfo,Tim Potter2007-10-101-30/+288
| | | | | | | | | | | samr_QueryAliasInfo, samr_SetAliasInfo, samr_AddMemberToAlias, samr_AddMultipleMembersToAlias, samr_QueryDisplayInfo, samr_QueryDisplayInfo2, samr_QueryDisplayInfo3, samr_GetDisplayEnumerationIndex, samr_GetDisplayEnumerationIndex2, samr_TestPrivateFunctionsDomain, samr_RidToSid, samr_GetBootKeyInformation, samr_DeleteUser, samr_DeleteAlias, samr_Close. (This used to be commit 808e0708a9601bb94246311e03a1d5adcf654022)
* r2501: The AddMemberToAlias test doesn't need a domain_handle.Tim Potter2007-10-101-5/+2
| | | | (This used to be commit 90a9e754db91647607eef3a2ccb08d3651fca9df)
* r2500: disable the sleep test in echo until we have a win32 echo server thatAndrew Tridgell2007-10-101-6/+5
| | | | | does Microsoft style async rpc serving (This used to be commit 050dcd9b95576e1a9c0cb2144fc01c690853abc0)
* r2499: - use more efficient wildcard delete in smbclientAndrew Tridgell2007-10-101-20/+9
| | | | | - use "*.*" instead of "*" when connected to ancient servers (This used to be commit e28f2027580f31b392ecc9e115ee2eb5fc80f933)
* r2498: added STATUS_NO_MORE_FILES to nt status codes that we can map to a stringAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit b7191999634cf3817dc69dd3743d185ae41dbdc3)
* r2497: fixed an uninitialised 4 bytes in old style session setup (found with ↵Andrew Tridgell2007-10-101-0/+1
| | | | | | valgrind) (This used to be commit b2bb41721817256618124907a6922a00d50643dc)
* r2496: Check that reference parameters are not None.Tim Potter2007-10-101-1/+9
| | | | (This used to be commit a2ab6c5ef9cc6db27fc8c73e6117f0f7a116d563)
* r2495: cope properly with STATUS_NO_MORE_FILES in old search client codeAndrew Tridgell2007-10-101-1/+4
| | | | (This used to be commit 878729b7d97869a3d6dacea115ed4af2fd18e93c)
* r2494: fixed connecting to a share mode server (tested and really works now)Andrew Tridgell2007-10-101-3/+10
| | | | (This used to be commit 25f725c9be8fe5a7fd85488214b598bc431d4c7f)
* r2493: allow tdb to build standaloneAndrew Tridgell2007-10-101-0/+4
| | | | (This used to be commit 0d5af5b70bd010e7107b18f73a4b899e05c4f025)
* r2492: Some cleanups.Tim Potter2007-10-101-29/+145
| | | | | | | Add tests for samr_CreateDomainGroup, samr_DeleteDomainGroup, samr_QueryDomainInfo, samr_SetDomainInfo, samr_EnumDomainUsers, samr_EnumDomainAliases, samr_EnumDomainGroups. (This used to be commit 991d783c1ade19443c92b85f2b5763b5f51c6d61)
* r2491: Handle pointers to scalars when converting to a Python dictionary (i.eTim Potter2007-10-101-30/+1
| | | | | | | resume handles). Remove some now unused debugging code. (This used to be commit f250203a5f54c689c09ba780e9e3af7f8f2311bb)
* r2490: Some changes to take into account non-error NTSTATUS codes being ↵Tim Potter2007-10-102-3/+7
| | | | | | | | | | | returned: - Only throw an exception if NT_STATUS_IS_ERR() instead of !NT_STATUS_IS_OK(). - Add the NTSTATUS value to the returned dictionary under a key of 'result' so calling functions can access it. (This used to be commit 4ddcae90a2e9b93e58bd57932cd9ae4c95be6ae8)
* r2489: Rename account_flags in EnumDomainAliases() to acct_flags.Tim Potter2007-10-102-2/+2
| | | | (This used to be commit a0e571a9ddc01b8e90a93d591aec4b10c9926818)
* r2486: Use correct type checks when checking 64-bit quantities (int64, uint64,Tim Potter2007-10-101-16/+16
| | | | | | | NTTIME and HYPER_T). Also use the correct conversion routines when creating 64 bit objects. (This used to be commit f09fee92395e89c768e221728d5b0114d78f59fe)
* r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.Andrew Tridgell2007-10-102-3/+88
| | | | | | | - fixed the bug shown with the above test, by initialising the sequence number to something different from the value used in ltdb_cache_free() (This used to be commit 856cdf82f24aada074ee5c605cccb2e8ceeea487)
* r2484: allow ldb to build standalone againAndrew Tridgell2007-10-101-0/+7
| | | | (This used to be commit 05601a4c6f7c7a019fcac8743e2e4775a498b26a)
* r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2007-10-1010-117/+331
| | | | | | | | | original core level calls). The old code was completely wrong in many respects. also fixed the EA_SIZE level in the server extended the RAW-SEARCH test suite to test the new code properly (This used to be commit 71480271ad84b57fcdde264a54bb2408cf783255)
* r2468: print out the names of the fault codes#Stefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit a0c2a3a5d4fba2a6a78cc3d167cbc19941fb43dc)
* r2465: modify the autoidl hack to work for DRSUAPIAndrew Tridgell2007-10-101-3/+27
| | | | (This used to be commit 59b3d68bd047231d72fa3299e7289aef25702e9b)
* r2464: fix the buildStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 518bd32ed5e2d2dcf0b8c5743dd71d79f32159a8)
* r2463: make sure we don't send the password in a tconx unless we really have toAndrew Tridgell2007-10-101-6/+14
| | | | (This used to be commit 3e84c06f4c76d62f4f2606b457d9a76b6c1a061d)
* r2462: added a test for the error code for no matching filenameAndrew Tridgell2007-10-101-0/+18
| | | | (This used to be commit 7bfbbc38ed9aac93d288aba183f7a925f170f81e)
* r2461: Update samr.py torture test after policy handle parameter renames.Tim Potter2007-10-101-32/+99
| | | | | | I thought of another exception to the policy name rule - samr_Close can operate on any kind of samr handle. (This used to be commit 632b7cc0d6b8349a9db1e57c305c359aa500c9e6)
* r2460: fixed the spnego code that I recently brokeAndrew Tridgell2007-10-101-0/+4
| | | | (This used to be commit 9a708e2281b87e41032e8a0b12bb5ac3b0e151ce)
* r2459: added STATUS_NO_MORE_FILES nt status codeAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit 3bf55c9e1129d8036a968c49ac2de7260e657f53)
* r2458: Rename policy handle parameters for the SAMR pipe. Parameters nowTim Potter2007-10-108-247/+246
| | | | | | | | | | | | | have the handle type implied by the parameter name. There are four types of handle: connect, domain, user and group handles. The various samr_Connect functions return a connect handle, and the samr_OpenFoo functions return a foo handle. There is one exception - the samr_{Get,Set}Security function can take any type of handle. Fix up all C callers. (This used to be commit 32f0f3154a8eb63de83145cbc8806b8906ccdc3e)
* r2457: expanded the RAW-SEARCH test to test for what happens when a directoryAndrew Tridgell2007-10-101-6/+233
| | | | | | is modified while being searched, and whether the server always returns sorted directory listings. (This used to be commit e23514c78f1f15a61dadaa5c4de5de7cd0593ea0)
* r2456: got rid of some outdated global macrosAndrew Tridgell2007-10-102-14/+8
| | | | (This used to be commit ea7eac5e3fb8f0db8d412a95ef4dc7889a07bc73)
* r2455: don't use the uninitialised sess structure when auth failsAndrew Tridgell2007-10-101-4/+6
| | | | (This used to be commit 93d444e6fd6b0e86a17a9aa8fa72408435cab3e0)