summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r20791: the ejsnet stuff can be a normal smbcalls module...Stefan Metzmacher2007-10-105-12/+6
| | | | | | | | mimir: when you want to register more functions please do that in the smb_setup_ejs_net() function metze (This used to be commit 5828632931376c3982bf0b6d110d217a8e05d60e)
* r20788: - remove epoll configure checks from libreplaceStefan Metzmacher2007-10-105-29/+15
| | | | | | | | | | | | | | - fix epoll configure checks for the epoll and aio events backends - we should only activate the epoll backend if sys/epoll.h and epoll_create() are found - we should only activate the aio backend if sys/epoll.h, epoll_create(), libaio.h and io_getevents() are found hopefully fix the build on 'bnhtest' in the build farm... metze (This used to be commit d46a5efb03ea1df50567cad00e1589870cdb31fe)
* r20787: a subsystem doesn't need explicit dependencies to its modulesStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 017cf3f13799b03e0aef995bc4fa9ae74bc1acb7)
* r20786: Fix the build.Jelmer Vernooij2007-10-104-593/+784
| | | | (This used to be commit 42bb335bd50a5070ee59c9d9748db8a9e9d6a9b0)
* r20785: Add stub implementation for mgmt interface.Jelmer Vernooij2007-10-102-0/+91
| | | | (This used to be commit e84a369d9b2f1f7313892d5bbf077df6069ba677)
* r20784: Add ref pointerJelmer Vernooij2007-10-102-9/+9
| | | | (This used to be commit 2ba225ee12180d40a957e4e9a824a544c803a265)
* r20783: Ejsnet files are now moved into a separate directory. I need to commitRafal Szczesniak2007-10-105-449/+16
| | | | | | | | | | this as the change is getting bigger and bigger. Jelmer, Metze, I don't know enough of our build system so please check if .mk files are ok. rafal (This used to be commit 77ede0656c0b17a84ee8550776ab158007f0e71f)
* r20782: Place ejsnet files in a separate directory.Rafal Szczesniak2007-10-103-0/+651
| | | | | rafal (This used to be commit 10968c3f4b0bb63a9902adcbd44d30ad7bfd4afe)
* r20780: keep a dsdb_schema_fsmo struct as private dataStefan Metzmacher2007-10-101-0/+21
| | | | | | | and remember if we're the schema master metze (This used to be commit c42dab21fb275ca36a517f97922af21447671785)
* r20779: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 0b98f11d3eeee3eaf862dc06468332a20e22c059)
* r20778: we don't need a talloc_steal hereStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 0ef90769b49b93cb57e9a1ba2aea280ec70ae151)
* r20777: only include closefrom.c if the system doesn't have it.Stefan Metzmacher2007-10-102-1/+11
| | | | | | | hopefully solaris build fine now... metze (This used to be commit f9a6649f08a6634db4059b904e95ca870e2ab095)
* r20776: require a loaded dsdb_schema for originating add and modify operationsStefan Metzmacher2007-10-101-6/+26
| | | | | | | (later we'll require it for all originating changes...) metze (This used to be commit fc1a836eccc0913fdab644341fa3e37a2f086de8)
* r20775: - use the schema_fsmo module on the schema partition, which loads ↵Stefan Metzmacher2007-10-101-1/+38
| | | | | | | | | | | the schema if it's already in the ldb - reopen the ldb after applying the schema, to that we use the loaded schema when we apply the config and domain partition objects metze (This used to be commit 6d320ec19cac00059649703fc0455ba0ba3a16e6)
* r20773: we need to include config.h and replace.h before we can use #ifdef ↵Stefan Metzmacher2007-10-101-3/+3
| | | | | | | | | statements hopefully fix the build on solaris 9 metze (This used to be commit 65ba2920a176c9d4ee77e381cf8f11bd0546e63c)
* r20772: fix segfault caused by ldb_set_default_dns() from init_context hook ↵Stefan Metzmacher2007-10-101-0/+3
| | | | | | | of the root dse module metze (This used to be commit a201d3fc4ddfa336e2a98412d05eac4e51d01cea)
* r20771: add an ldb module which will force the Schema FSMO Role OwnerStefan Metzmacher2007-10-102-0/+236
| | | | | | | | | constraints and it also loads the dsdb_schema at startup. currently it only loads the dsdb_schema metze (This used to be commit d78de0fb68f8b4ef4c5372f3c3ed171e44cf2037)
* r20770: remove unused varStefan Metzmacher2007-10-101-1/+0
| | | | | metze (This used to be commit b311de14c1c1011ba7da2142d4067f70e2a5f176)
* r20769: - it's wrong to add the schemaInfo blob as 2nd value to the ↵Stefan Metzmacher2007-10-101-5/+1
| | | | | | | | | | prefixMap attribute...(was a typo) - as the schemaInfo attribute is already applied to the ldb because it's a replicated attribute we should not replace it metze (This used to be commit 56109df406a60ef27a2a3d94979d46c470e32117)
* r20768: store the prefixMap and schemaInfo attributes on the schema head objectStefan Metzmacher2007-10-101-0/+32
| | | | | metze (This used to be commit ac228b3a6a8c33385ab63ab0608b3aa4b99375f5)
* r20767: don't pass a dsdb_schema to dsdb_extended_replicated_objects_commit()Stefan Metzmacher2007-10-102-17/+27
| | | | | | | | anymore it should use the dsdb_schema attached to the ldb_context via dsdb_get_schema() metze (This used to be commit efa31bbc3717fbf087ff76c4396975f131b16b92)
* r20766: when creating dsdb_attribute or dsdb_class structs from ldb, try the ↵Stefan Metzmacher2007-10-102-10/+50
| | | | | | | | | oid mapping if the dsdb_schema has mappings attached metze (This used to be commit 6ecd1342ded63b99b51250714127344a5304c47f)
* r20765: add two more schema related error codesStefan Metzmacher2007-10-102-0/+4
| | | | | metze (This used to be commit 75f5a88f2229fa604726ecb0ebb2b5a4589d5b86)
* r20764: fix some little bugsStefan Metzmacher2007-10-101-4/+5
| | | | | metze (This used to be commit 1c3d1723e9a386038aaf34a5df7c279afa7d48a2)
* r20763: add function to get the oid mappings in drsuapi or ldb formStefan Metzmacher2007-10-101-0/+65
| | | | | metze (This used to be commit cab3acb9bbb617bd6450134399f5bd7ad2770454)
* r20762: load the default dn's after the rootdse module is initialized,Stefan Metzmacher2007-10-101-0/+2
| | | | | | | so that following module can access the default dn's. metze (This used to be commit a934da4dcfeae49fcfc901a071da2d41507da69b)
* r20761: let ldb modules call ldb_set_default_dns()Stefan Metzmacher2007-10-102-1/+2
| | | | | metze (This used to be commit 224a31cdbf12a555b8c46786c9f83fec8e839c5a)
* r20760: also handle the case where no private data is attached to the moduleStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit c8f5aad40af0741984ded2047931a77161f69ece)
* r20758: Adapt RAW-UNLINK error returns for wildcard unlinks to Samba3.Volker Lendecke2007-10-101-4/+33
| | | | | | | | If someone is feeling like solving that puzzle, contact Jeremy or me for hints :-) Volker (This used to be commit 93e6dbaf5b81661d85539877fd0874480cfa5673)
* r20757: Strip recipe functionality (should be one layer up)Jelmer Vernooij2007-10-101-30/+1
| | | | (This used to be commit a3f7b184735fb6467bec03eeff53a72003a78097)
* r20756: Update to use generated recipes.Jelmer Vernooij2007-10-101-7/+44
| | | | (This used to be commit 842637f78bbfb66ff669dadf3c7387dbc45feaf8)
* r20755: Add progress indicator to test runnerJelmer Vernooij2007-10-101-3/+7
| | | | (This used to be commit bbe00636a931d92fc0c2eb05d769376451fb21a7)
* r20754: Simplify code for calculating total number of failed tests.Jelmer Vernooij2007-10-103-20/+20
| | | | (This used to be commit f288ca5f6805d04a2da60a26006ca293d9fa7cc0)
* r20753: editorial changeDerrell Lipman2007-10-101-1/+1
| | | | (This used to be commit 261c38375115565b2dc844a3ad7b03c1894a9265)
* r20752: There's no reason to wait 5 seconds before the first Status and ↵Derrell Lipman2007-10-101-4/+23
| | | | | | | | Statistics report is generated. Upon "appear" events, set timer expiry to 0 seconds for the first timeout. (This used to be commit 7b98d6a77f02c2dc145630b0cf9e8bb6a1b25c92)
* r20751: It's unlikely that even 1 in 1000 users of SWAT will be running IE. ↵Derrell Lipman2007-10-104-28/+9
| | | | | | | | | | That not withstanding, although many web sites ignore Gecko and work properly only when accessed via IE, we should strive to a higher standard. This check-in makes the Samba4 Web Application Framework work in IE as well. (This used to be commit fed131747a8a8f7c3ff2db1fe78d2e198b996073)
* r20750: Use files in script/tests to build a recipe rather than running the ↵Jelmer Vernooij2007-10-102-96/+117
| | | | | | tests immediately. (This used to be commit d31d16e4ebe3957f332e9013f898738c8f3090d9)
* r20748: Add file I forgot to commitJelmer Vernooij2007-10-101-0/+26
| | | | (This used to be commit 2794af5726a1e1beb6fcb1aaaa4ba9aa9d4a9071)
* r20747: Move cifsdd to blackbox sectionJelmer Vernooij2007-10-102-18/+28
| | | | (This used to be commit 96ac1c62eef29e8c8c1df9719b6785134efe525c)
* r20746: Don't report each individual test in test_smbclient as a single ↵Jelmer Vernooij2007-10-104-118/+130
| | | | | | | testsuite. Create separate directory for blackbox tests. (This used to be commit 7e6357f21350d264ebedabd34f2b8f42fc0427ff)
* r20739: Add more command-line options.Jelmer Vernooij2007-10-101-19/+45
| | | | (This used to be commit 8ca927f8883ec7b7e9c91ae2c2df2cac2110601d)
* r20737: Add option parsing.Jelmer Vernooij2007-10-101-4/+33
| | | | (This used to be commit b1719ebf3812b79715cf4e549426d798571b4908)
* r20736: skip the NBT-WINSREPLICATION-OWNED test in make quicktestStefan Metzmacher2007-10-101-0/+5
| | | | | metze (This used to be commit b3ff3f8c3623c6bf40038b07fdb1084b35442588)
* r20735: print out a headline and the oMObjectClassStefan Metzmacher2007-10-101-2/+13
| | | | | metze (This used to be commit 0ccd35bb3ddd8281953e589a6247423c38fc64b1)
* r20734: always terminate the string... so that an empty data_blobStefan Metzmacher2007-10-101-0/+1
| | | | | | | gets '\0' as "" string metze (This used to be commit 4f5daa830a3c02a05ba1bc7f32eedbe1d52640a1)
* r20733: add a function to load the oid mappings from ldb_val'sStefan Metzmacher2007-10-103-5/+50
| | | | | metze (This used to be commit b7f681a8a144907fa8e0a6503345da7c391dd156)
* r20732: add idl for storing the prefixMap attributeStefan Metzmacher2007-10-102-1/+32
| | | | | | | | | | as w2k3 doesn't return it when you ask for we don't know the exact format, but we assume that it starts with a uint32 version and as this attribute is not replicated we can chosse our own version... metze (This used to be commit cf546b7c182f6a9b636023377b5260d155bc15dd)
* r20731: we need the complex memmove() handling for removing an attribute ↵Stefan Metzmacher2007-10-101-16/+12
| | | | | | | only in one place metze (This used to be commit dfdfdd6cefeac2974a4b3425a49e3dd93ad7e952)
* r20730: this can be constStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 181db920476a9ebddeee1ebea17be0baf85ea59e)
* r20729: add a version number to struct dsdb_extended_replicated_objectsStefan Metzmacher2007-10-104-2/+24
| | | | | metze (This used to be commit 2e79863d54030526841e5858e7be6a815c25593b)