summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r19989: Add support to the tdb Makefile.in for executable extensions and forPaul Green2007-10-101-15/+23
| | | | | separately specifying CPPFLAGS and LDFLAGS. (This used to be commit 41c775efde85cb1115c40488dd3ab49cd77e356d)
* r19988: the first LDAP calls for becoming a ads dcStefan Metzmacher2007-10-101-0/+94
| | | | | metze (This used to be commit 2e355f84888ebea1376151bcba4013980da08c15)
* r19987: some more notes about how to w2k3 becomes a dcStefan Metzmacher2007-10-101-14/+54
| | | | | | | | the strange thing is the DsGetNCChanges() calls are on their on DRSUAPI connection, but use a bind_handle (policy handle from another connection) metze (This used to be commit a9c7d6e7f353e85234b93f26973969b157b1e7f1)
* r19972: put a placeholder of a new js function and use error stringsRafal Szczesniak2007-10-101-6/+59
| | | | | | | returned by each libnet call. rafal (This used to be commit bc88640bb51db381d91b797693bc04f7b2653eb6)
* r19970: more comments and fixesRafal Szczesniak2007-10-101-16/+37
| | | | | rafal (This used to be commit f4621dae44766feaeab452dc5fb5b495fa62d023)
* r19969: split become ads dc TODO lists into W2K and W2K3 sectionsStefan Metzmacher2007-10-101-0/+45
| | | | | metze (This used to be commit 88818b3c0822cfb71b08c8f06c48443b26116a07)
* r19968: add some more notes about what's needed for becoming a ads dcStefan Metzmacher2007-10-101-6/+46
| | | | | metze (This used to be commit 09b492c450596b18a12cefa99c56f62504a519d7)
* r19967: this unknowns are max_object_count and max_ndr_sizeStefan Metzmacher2007-10-103-18/+18
| | | | | metze (This used to be commit 3e6264d872e4fc39a8e0712293492ad413345de9)
* r19966: we don't need 2 versions of this functionsStefan Metzmacher2007-10-101-34/+4
| | | | | metze (This used to be commit 98ab0af4ae0d716f27bc48b699f52d34dc2f8507)
* r19965: make the output a bit nicerStefan Metzmacher2007-10-101-2/+3
| | | | | metze (This used to be commit 8655db41c1e776261ac61a975ca1883b7b59c6aa)
* r19964: make debuging easier and report usefull error messagesStefan Metzmacher2007-10-102-3/+6
| | | | | metze (This used to be commit f129d78256d965d52e80aedfa76c7c079e611c5f)
* r19960: Add code to check for loops in the free list.Jeremy Allison2007-10-105-4/+119
| | | | | | Should help us validate tdb's against corruption. Jeremy. (This used to be commit bd0710fa09799cb496b1f9f365c57c3b542445f3)
* r19956: remove unused functionRafal Szczesniak2007-10-101-58/+0
| | | | | rafal (This used to be commit 2b60090ca664bd99f6332ddd3541a22f89c74aab)
* r19954: allow more special dn's:Stefan Metzmacher2007-10-101-0/+10
| | | | | | | | | | | | | this works now against w2k3: bin/ldbedit -U administrator%test -H ldap://w2k3-101/ -b "<GUID=44087590-dd95-435c-adc1-ec20a50807be>" -s base bin/ldbedit -U administrator%test -H ldap://w2k3-101/ -b "<SID=S-1-5-21-769185814-1958994947-1641909093-513>" -s base bin/ldbedit -U administrator%test -H ldap://w2k3-101/ -b "<WKGUID=AB8153B7768811D1ADED00C04FD8D5CD,DC=w2k3,dc=vmnet1,dc=vm,dc=base>" -s base and we should try to implement this in the server too... metze (This used to be commit 3c087c89707398d88799367240fe4e6f8b192bb4)
* r19952: Fix socketpair() test case to write to fd(1) and read from fd(0) becausePaul Green2007-10-101-2/+2
| | | | | | when pipe files are substituting for unix domain sockets, pipes provide only uni-directional i/o capabilities. (This used to be commit d0a376732ed7b4f807b99a1c46c54ad1f07c85cf)
* r19951: this statement is true...Stefan Metzmacher2007-10-101-3/+2
| | | | | metze (This used to be commit f79d3435936104813f9492a010c57ea99835702f)
* r19949: add comment that the configuration_dn needs to be looked upStefan Metzmacher2007-10-101-0/+1
| | | | | | | | it's not under the domain_dn if the domain is a child domain in the forest metze (This used to be commit 87a77ee778f74a395f5ab7e55ae1e2414ee83b72)
* r19938: Return function status instead of rpc layer status. This isRafal Szczesniak2007-10-101-0/+4
| | | | | | | needed to correctly return STATUS_MORE_ENTRIES and the like. rafal (This used to be commit 0dbba04fe06d0feddf09421046e1e99c311272ca)
* r19937: fix sending monitor message (spotted by metze).Rafal Szczesniak2007-10-101-4/+4
| | | | | rafal (This used to be commit 16f1f075fb5c1afb959511a075e59fd908ca4b03)
* r19934: - allow to pass a samr_UserInfo21 struct to be passed to ↵Stefan Metzmacher2007-10-103-53/+63
| | | | | | | | | | | | | | libnet_SetPassword() - as the SetUserInfo2() levels 26/25 and 24/23 have the same encryption but 26 and 24 change only the password and 25 and 23 take a info21 and change the password, we now use 26 with fallback to 24 or 25 with fallback to 23. - use samr_SetUserInfo2() to match what w2k3 does (works also against nt4) - pass the info21 to libnet_SetPassword() to set acct_flags and full_name together with the password (to match what w2k3 does) metze (This used to be commit 1b86af32f3069cc75ae645698d3f92a0798e38f7)
* r19933: something is really wrong here...Stefan Metzmacher2007-10-101-1/+1
| | | | | | | mimir: please take a look! metze (This used to be commit 0b4da84d7044c31a84491c4d61dcdfff38177f44)
* r19931: remove unused struct membersStefan Metzmacher2007-10-102-10/+0
| | | | | metze (This used to be commit 45d5da47287a9e92b88db875d9ed447c60b57f88)
* r19926: display user listing created by the test.Rafal Szczesniak2007-10-101-0/+8
| | | | | rafal (This used to be commit a97fb96203dab5de1d04f4c0917446e1d88f0168)
* r19925: Close the lsa handle in the end, and test calling libnet_UserListRafal Szczesniak2007-10-101-7/+18
| | | | | | | with non-zero resume index to continue longer enumeration. rafal (This used to be commit efa04d6d0b62ff3c6332db4b31622c0579428a56)
* r19924: win2k3srv did not like that combination.Rafal Szczesniak2007-10-101-1/+1
| | | | | rafal (This used to be commit 11b93da847420a509dc8d30ee5998557ea506291)
* r19923: Update test to match the function changes.Rafal Szczesniak2007-10-101-2/+2
| | | | | rafal (This used to be commit e1a20bba9dcc740630c093dcdd1f082e54473e95)
* r19922: Use new composite_create functions in composite contextRafal Szczesniak2007-10-102-107/+136
| | | | | | | | | initialisation. Redesign libnet_UserList function to actually do what it was intended to do. rafal (This used to be commit 4ccc6e63dd91c1772bed13aeb1a4346c2a172d1a)
* r19911: talloc_apsrintf is not really required hereSimo Sorce2007-10-101-1/+5
| | | | | its faster this way (another 2-4%s) (This used to be commit 8bbbfa3467c00543b0b330aec14e22b7e796fea7)
* r19910: Make better use of our set of talloc utility functionsSimo Sorce2007-10-101-5/+5
| | | | (This used to be commit b1197dbeebff062b8ea1e8466d436be82b0b61e0)
* r19909: Make this one double as fastSimo Sorce2007-10-101-5/+17
| | | | (This used to be commit 67b88e49b896f1d783619b8f96554adaeabe80df)
* r19908: Fix order of paths in pc files.Jelmer Vernooij2007-10-102-12/+12
| | | | (This used to be commit 033b4382c09b7a4032388231f6e1f1986a663f9d)
* r19907: this function is used a lotSimo Sorce2007-10-101-18/+40
| | | | | use a binary search to get the right handler (This used to be commit 789e1088c9ce923ca5a6d703b69810eba3bcd4d0)
* r19906: ldb_attr_cmp is used a lotSimo Sorce2007-10-102-12/+5
| | | | | remove unneded overhead of a function call (This used to be commit 3ca25867621af049c6cc52e919fa46dd26c31918)
* r19905: use ldb_dn_new_fmt() to avoid double strdupsSimo Sorce2007-10-101-14/+3
| | | | (This used to be commit 32a6b6c75b041bf829ecf272a9b10164f7ffe12b)
* r19904: port fies from samba3Simo Sorce2007-10-101-1/+15
| | | | (This used to be commit 49d1559d3670de4a4f9eace99600c37cf039bae2)
* r19903: This is a cut&paste error for sureSimo Sorce2007-10-101-1/+0
| | | | | there is no ongoing transaction in this code (This used to be commit 93b738b1112d9e317cb29b32eee45003de37f693)
* r19902: give better errors...Stefan Metzmacher2007-10-101-3/+32
| | | | | metze (This used to be commit b4d7d49c276a4ec0bcf7971909e74e10476e9ca3)
* r19901: Fix a potential NULL dereferenceVolker Lendecke2007-10-101-0/+3
| | | | (This used to be commit 75e6fb9654f10a076ed49b0582b40368e149d30a)
* r19897: Fix klokwork ids 2278 and 2279Volker Lendecke2007-10-101-2/+9
| | | | (This used to be commit 44e6d39e0ef17ed5a801f95edaa6fbf5efa21a26)
* r19888: make it possible to use default attrib handlers from extensionsSimo Sorce2007-10-103-11/+193
| | | | | | list more DN attributes as part of samba attribute handlers (nCName moved here) (This used to be commit 627ed8b5165c9a1cc0e2c67329b364f9cd8a1726)
* r19887: return "" string only if the dn is a valid oneSimo Sorce2007-10-101-5/+9
| | | | (This used to be commit 056f90798f6d2cea1debc50f31fea3d740c4a837)
* r19886: ncName is specific to samba, not the generic ldb engineSimo Sorce2007-10-101-1/+0
| | | | (This used to be commit 505afb18fb8ba427bc3d03f41eb309b27bad68f7)
* r19885: special dn's were not casefolded before rev 19831,Stefan Metzmacher2007-10-101-13/+11
| | | | | | | | | act like this again... also when we already have a casefoled value we should not call ldb_dn_casefold_internal() metze (This used to be commit cbf4eb16725992bfdfa5a334e0e5547e6df568e6)
* r19884: rename ldb_dn_key -> ltdb_index_key to make more clear what it's for...Stefan Metzmacher2007-10-101-5/+5
| | | | | metze (This used to be commit 6b76a7be4ac5443d68a1253dc9ec430dcdc327f1)
* r19882: Fix static link flags in pkg-config files. Should allow runningJelmer Vernooij2007-10-101-4/+11
| | | | | pidl tests on systems without shared libs. (This used to be commit fb623be4ff09c2fb0546edc0892ad3a59d58f274)
* r19881: Add private library flags when linking to static libraries.Jelmer Vernooij2007-10-102-6/+15
| | | | (This used to be commit 72f1ffc0ef56753deba716cf9d31d44c95e7cc33)
* r19880: Eliminate duplicates in the output.Jelmer Vernooij2007-10-101-0/+14
| | | | (This used to be commit 2a8c8e1f2de551f360271855f09d8ae6497fb326)
* r19879: Make test targets depend on "libraries" (might be required for the ↵Jelmer Vernooij2007-10-101-6/+6
| | | | | | pidl tests) (This used to be commit 27d6ae2088f40329661b9772ab08f848be76c9c1)
* r19878: Announce testsuites when using subunit.Jelmer Vernooij2007-10-101-1/+7
| | | | (This used to be commit daaa0216456bf76116985451c87e5252c70f0dec)
* r19877: Add simple script for summarizing subunit testresults.Jelmer Vernooij2007-10-101-0/+65
| | | | (This used to be commit c38705ef42eff2ea7cd3cf74438713a4a0c4b873)