summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij2007-12-2111-15/+28
* r26232: Provide replacement for stdint.i for users of older versions of swig.Jelmer Vernooij2007-12-212-1/+110
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-219-10/+10
* r26230: Use task-provided loadparm context in a couple more places, avoid loa...Jelmer Vernooij2007-12-214-13/+21
* r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij2007-12-2112-25/+34
* r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij2007-12-2126-64/+88
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-2127-129/+152
* r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2007-12-2113-18/+24
* r26225: Remove use of global_loadparm in wins server.Jelmer Vernooij2007-12-211-14/+15
* r26224: Remove another use of global_loadparm.Jelmer Vernooij2007-12-213-5/+4
* r26223: Move loadparm context up in the stack.Jelmer Vernooij2007-12-215-2/+8
* r26222: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-214-14/+16
* r26221: Add loadparm_context parameter to auth_context_create.Jelmer Vernooij2007-12-218-5/+14
* r26220: BASE-DELAYWRITE: add more subtests to explore write time update detailsStefan Metzmacher2007-12-211-0/+679
* r26219: BASE-DELAYWRITE: make the tests more strict about the write time updateStefan Metzmacher2007-12-211-38/+49
* r26218: Remove libtdb.so as well.Jelmer Vernooij2007-12-211-1/+1
* r26217: Let encode_wkssvc_join_password_buffer() take the session key as para...Günther Deschner2007-12-211-20/+17
* r26216: Add very basic torture test for wkssvc_NetrUnjoinDomain2().Günther Deschner2007-12-211-0/+90
* r26215: Verify that test_NetrJoinDomain2() has suceeded.Günther Deschner2007-12-211-0/+12
* r26214: Add note about remotely joining an unjoined XP SP2 workstation.Günther Deschner2007-12-211-0/+9
* r26213: Trying to fix confusing inline comment about wkssvc_PasswordBuffer.Günther Deschner2007-12-211-2/+3
* r26212: Make test_NetrJoinDomain2() a little more robust against missing para...Günther Deschner2007-12-211-2/+16
* r26211: Add very basic test_NetrJoinDomain2() test which can join xp workstat...Günther Deschner2007-12-212-2/+100
* r26210: w00t!Günther Deschner2007-12-211-0/+44
* r26209: For consistency, rename one argument in NetrJoinDomain.Günther Deschner2007-12-211-1/+1
* r26208: Add torture test for (unsupported) wkssvc_NetrJoinDomain() andGünther Deschner2007-12-211-0/+67
* r26207: Only compile swig files if swig is available.Jelmer Vernooij2007-12-211-1/+1
* r26206: Build python modules as part of make all.Jelmer Vernooij2007-12-211-1/+1
* r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...Jelmer Vernooij2007-12-217-13/+17
* r26204: Binsings for some more functions.Jelmer Vernooij2007-12-212-0/+12
* r26203: Avoid using ldb_wrap for secrets database.Jelmer Vernooij2007-12-213-4/+11
* r26202: Fix dependencies.Jelmer Vernooij2007-12-211-1/+1
* r26201: Build docs for the security module.Jelmer Vernooij2007-12-211-1/+1
* r26200: Bring back some accidently removed files.Jelmer Vernooij2007-12-213-0/+456
* r26199: Allow constructing new sids, implement __eq__ for sids.Jelmer Vernooij2007-12-212-3/+18
* r26197: Add bindings for libsecurity.Jelmer Vernooij2007-12-2113-530/+195
* r26196: Always build python bindings for ldb.Jelmer Vernooij2007-12-213-7/+8
* r26195: Wrap two more functions.Jelmer Vernooij2007-12-211-0/+4
* r26194: Wrap the events subsystem in a separate file.Jelmer Vernooij2007-12-215-22/+39
* r26193: In the LDAP server, use the new 'controls_decoded' element toAndrew Bartlett2007-12-211-0/+12
* r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett2007-12-216-38/+126
* r26191: Import custom test runner for subunit, rather than using trial, which...Jelmer Vernooij2007-12-213-7/+418
* r26190: Allow successful as well as success.Jelmer Vernooij2007-12-211-2/+2
* r26189: Add really trivial testsuite for the auth module.Jelmer Vernooij2007-12-215-2/+39
* r26188: Now that swig output is pregenerated, allow building python code with...Jelmer Vernooij2007-12-211-1/+1
* r26187: Fix module name, indentation.Jelmer Vernooij2007-12-212-1/+3
* r26186: Generate SWIG files as part of autogen.shJelmer Vernooij2007-12-213-4/+14
* r26185: No need to depend on ldap, shared lib already has that info.Jelmer Vernooij2007-12-211-1/+1
* r26184: Streams are tricky....Volker Lendecke2007-12-211-2/+245
* r26183: The idea of a self-seeding secrets.ldb is nice, but in practice we doAndrew Bartlett2007-12-211-11/+0