summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* r26237: Add loadparm context to the server service interface.Jelmer Vernooij2007-12-2112-10/+18
| | | | (This used to be commit 1386c5c92505a950c65411b8af74d703ce023f95)
* r26236: Remove more uses of global_loadparm or specify loadparm_context ↵Jelmer Vernooij2007-12-2131-81/+93
| | | | | | explicitly. (This used to be commit 5b29ef7c03d9ae76b0ca909e9f03a58e1bad3521)
* r26235: Avoid global_loadparm.Jelmer Vernooij2007-12-219-29/+34
| | | | (This used to be commit e9039782204389cc827e76da319d5ccf6d33be46)
* r26234: More global_loadparm fixes.Jelmer Vernooij2007-12-2111-34/+42
| | | | (This used to be commit 84892d030de6266fc0f3a699cade960dd5dc37bc)
* r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij2007-12-2111-15/+28
| | | | (This used to be commit 7780bf285fdfc30f89409d0436bad0d4b6de5cd4)
* r26232: Provide replacement for stdint.i for users of older versions of swig.Jelmer Vernooij2007-12-212-1/+110
| | | | (This used to be commit fb2150a07aa6460165efb4587c86ecc820cdeac0)
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-219-10/+10
| | | | (This used to be commit 4b46888bd0195ab12190f76868719fc018baafd6)
* r26230: Use task-provided loadparm context in a couple more places, avoid ↵Jelmer Vernooij2007-12-214-13/+21
| | | | | | loadparm context inside ntlm_auth. (This used to be commit 3a946d1ffd7739e40beab673ecb0100c178c2e28)
* r26229: Set loadparm context as opaque pointer in ldb, remove more uses of ↵Jelmer Vernooij2007-12-2112-25/+34
| | | | | | global_loadparm. (This used to be commit 37d05fdc7b0e6b3211ba6ae56b1b5da30a6a392a)
* r26228: Store loadparm context in auth context, move more loadparm_contexts ↵Jelmer Vernooij2007-12-2126-64/+88
| | | | | | up the call stack. (This used to be commit ba75f1613a9aac69dd5df94dd8a2b37820acd166)
* r26227: Make loadparm_context part of a server task, move loadparm_contexts ↵Jelmer Vernooij2007-12-2127-129/+152
| | | | | | further up the call stack. (This used to be commit 0721a07aada6a1fae6dcbd610b8783df57d7bbad)
* r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2007-12-2113-18/+24
| | | | (This used to be commit 6cbce47a3eaef76a89db7cd0ab0d4f6441fc720d)
* r26225: Remove use of global_loadparm in wins server.Jelmer Vernooij2007-12-211-14/+15
| | | | (This used to be commit 98c29e090fd448193ca6fca8f90751bfd0cb2e74)
* r26224: Remove another use of global_loadparm.Jelmer Vernooij2007-12-213-5/+4
| | | | (This used to be commit bd12560432b3a8faf124ae1f562b725f3b6686d9)
* r26223: Move loadparm context up in the stack.Jelmer Vernooij2007-12-215-2/+8
| | | | (This used to be commit 152e2b1a283675b53affb8f7225644925f171dbd)
* r26222: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-214-14/+16
| | | | (This used to be commit 5bd053a570ec0a783b4dcd943698263925f819f9)
* r26221: Add loadparm_context parameter to auth_context_create.Jelmer Vernooij2007-12-218-5/+14
| | | | (This used to be commit a9a9634df8f3137ecb308adb90a755f12af94972)
* r26220: BASE-DELAYWRITE: add more subtests to explore write time update detailsStefan Metzmacher2007-12-211-0/+679
| | | | | metze (This used to be commit 92dcc85e3a8798910eb0a9059f3a2944fa51cbd1)
* r26219: BASE-DELAYWRITE: make the tests more strict about the write time updateStefan Metzmacher2007-12-211-38/+49
| | | | | metze (This used to be commit c1335651d32a2b48bcf8c117a5bc16fe453170bc)
* r26218: Remove libtdb.so as well.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit a2d426c89b485e687ef8fc0770bbf8aab8ce3cc5)
* r26217: Let encode_wkssvc_join_password_buffer() take the session key as ↵Günther Deschner2007-12-211-20/+17
| | | | | | | parameter. Guenther (This used to be commit f8a247d00ed4c7ea30c28cb61975c6845b5afb69)
* r26216: Add very basic torture test for wkssvc_NetrUnjoinDomain2().Günther Deschner2007-12-211-0/+90
| | | | | Guenther (This used to be commit f82116b6d793a0d676524fac6abcc8ec5e69c321)
* r26215: Verify that test_NetrJoinDomain2() has suceeded.Günther Deschner2007-12-211-0/+12
| | | | | Guenther (This used to be commit 16ef4564b25e562b9eb0162541dd571ce14b4344)
* r26214: Add note about remotely joining an unjoined XP SP2 workstation.Günther Deschner2007-12-211-0/+9
| | | | | Guenther (This used to be commit 2dd98c2333d5b55ac0ad6b7a2d25c8e092ccfc1d)
* r26213: Trying to fix confusing inline comment about wkssvc_PasswordBuffer.Günther Deschner2007-12-211-2/+3
| | | | | Guenther (This used to be commit e3ce22107efe5758817a7f969c8a31e434c6ccb5)
* r26212: Make test_NetrJoinDomain2() a little more robust against missing ↵Günther Deschner2007-12-211-2/+16
| | | | | | | parameters. Guenther (This used to be commit 08aad347e8fd25f480ecf9b1283575012792cf71)
* r26211: Add very basic test_NetrJoinDomain2() test which can join xp ↵Günther Deschner2007-12-212-2/+100
| | | | | | | | | workstations into an AD domain. Guenther (This used to be commit 3fd5f3628cb015f61455b4ad87bf8adb8d2392b8)
* r26210: w00t!Günther Deschner2007-12-211-0/+44
| | | | | | | | | | | Solved the nasty crypto problem of the 524 byte wkssvc_PasswordBuffer for wkssvc_JoinDomain()/wkssvc_UnjoinDomain(). Very soon we will be able to remotely join windows workstations into AD domains using smbtorture :-) Guenther (This used to be commit 37469ed34c5ee031dc8cf31ea7efbfacf279878a)
* r26209: For consistency, rename one argument in NetrJoinDomain.Günther Deschner2007-12-211-1/+1
| | | | | Guenther (This used to be commit 8cf99ed4b1616b12f76a47e0f738ab7b1213c797)
* r26208: Add torture test for (unsupported) wkssvc_NetrJoinDomain() andGünther Deschner2007-12-211-0/+67
| | | | | | | wkssvc_NetrUnjoinDomain(). Guenther (This used to be commit 77c161b776de143aeb23894b3c821fbe4f40ac44)
* r26207: Only compile swig files if swig is available.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit cc5260971c4953ce742363b324ac3804c531e2dd)
* r26206: Build python modules as part of make all.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit df40628a4645bbecd31b50b409048442a5adb189)
* r26205: Pass loadparm_context to secrets_db_connect() rather than using ↵Jelmer Vernooij2007-12-217-13/+17
| | | | | | global context. (This used to be commit 5718b6cfee86ddfc9cf405c98c68ba848df4d9d7)
* r26204: Binsings for some more functions.Jelmer Vernooij2007-12-212-0/+12
| | | | (This used to be commit ab6be3086f7ad8c22e6f4805bccad5a04c0325f2)
* r26203: Avoid using ldb_wrap for secrets database.Jelmer Vernooij2007-12-213-4/+11
| | | | (This used to be commit b45093f01fc71714e14422a80a81cf1cc25df3e2)
* r26202: Fix dependencies.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit ecdec9421de8df6c3cda7e4c45f9b3f51bc1e584)
* r26201: Build docs for the security module.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 31073a9e4ecaee08b3e27631db620957df8adde6)
* r26200: Bring back some accidently removed files.Jelmer Vernooij2007-12-213-0/+456
| | | | (This used to be commit a71e40ab5dc7f0a5f6d2d1eb930f378cd143b186)
* r26199: Allow constructing new sids, implement __eq__ for sids.Jelmer Vernooij2007-12-212-3/+18
| | | | (This used to be commit 87472e35c04fdf0c61c9133bab3c05bda11eba00)
* r26197: Add bindings for libsecurity.Jelmer Vernooij2007-12-2113-530/+195
| | | | (This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135)
* r26196: Always build python bindings for ldb.Jelmer Vernooij2007-12-213-7/+8
| | | | (This used to be commit 0aa19ce73f435cab44f83023b9b265d4761d3c31)
* r26195: Wrap two more functions.Jelmer Vernooij2007-12-211-0/+4
| | | | (This used to be commit f7312cbb76d9e237350bc54d97bc06760938e6e3)
* r26194: Wrap the events subsystem in a separate file.Jelmer Vernooij2007-12-215-22/+39
| | | | (This used to be commit cfb6bbdc31083308dbff29cf226a092c8a137c2a)
* r26193: In the LDAP server, use the new 'controls_decoded' element toAndrew Bartlett2007-12-211-0/+12
| | | | | | | | determine if this (possibly critical) control has been decoded. This allows us to return an error, rather than just dropping the socket. Andrew Bartlett (This used to be commit 230a60c1910f95ce5139c174d6d79786fca08433)
* r26192: Handle, test and implement the style of extended_dn requiest that ↵Andrew Bartlett2007-12-216-38/+126
| | | | | | | | | | | | MMC uses. It appears that the control value is optional, implying type 0 responses. Failing to parse this was causing LDAP disconnects with 'unavailable critical extension'. Andrew Bartlett (This used to be commit 833dfc2f2af84c45f954e428c9ea6babf100ba92)
* r26191: Import custom test runner for subunit, rather than using trial, ↵Jelmer Vernooij2007-12-213-7/+418
| | | | | | which is part of twisted. (This used to be commit b0f808345f948c49ad46f34ba306ca8354393850)
* r26190: Allow successful as well as success.Jelmer Vernooij2007-12-211-2/+2
| | | | (This used to be commit d5dd11d1f5837c1aa929e8168d5d51a470277b88)
* r26189: Add really trivial testsuite for the auth module.Jelmer Vernooij2007-12-215-2/+39
| | | | (This used to be commit f0fcad0a75998bc45e3073927c0021fa67136d22)
* r26188: Now that swig output is pregenerated, allow building python code ↵Jelmer Vernooij2007-12-211-1/+1
| | | | | | without swig installed. (This used to be commit f97f82adbd2663cadcfc5522c809ce2e659fb42c)
* r26187: Fix module name, indentation.Jelmer Vernooij2007-12-212-1/+3
| | | | (This used to be commit ef790ebf3a712dbbb85d6af65c804199c2c084fc)