r26233: Pass loadparm context when creating krb5 contexts.
[jelmer/samba4-debian.git] / source /
2007-12-21 Jelmer Vernooijr26233: Pass loadparm context when creating krb5 contexts.
2007-12-21 Jelmer Vernooijr26232: Provide replacement for stdint.i for users...
2007-12-21 Jelmer Vernooijr26231: Spell check: credentails -> credentials.
2007-12-21 Jelmer Vernooijr26230: Use task-provided loadparm context in a couple...
2007-12-21 Jelmer Vernooijr26229: Set loadparm context as opaque pointer in ldb...
2007-12-21 Jelmer Vernooijr26228: Store loadparm context in auth context, move...
2007-12-21 Jelmer Vernooijr26227: Make loadparm_context part of a server task...
2007-12-21 Jelmer Vernooijr26226: Avoid more uses of global_loadparm.
2007-12-21 Jelmer Vernooijr26225: Remove use of global_loadparm in wins server.
2007-12-21 Jelmer Vernooijr26224: Remove another use of global_loadparm.
2007-12-21 Jelmer Vernooijr26223: Move loadparm context up in the stack.
2007-12-21 Jelmer Vernooijr26222: Avoid global_loadparm in a couple more places.
2007-12-21 Jelmer Vernooijr26221: Add loadparm_context parameter to auth_context_...
2007-12-21 Stefan Metzmacherr26220: BASE-DELAYWRITE: add more subtests to explore...
2007-12-21 Stefan Metzmacherr26219: BASE-DELAYWRITE: make the tests more strict...
2007-12-21 Jelmer Vernooijr26218: Remove libtdb.so as well.
2007-12-21 Günther Deschnerr26217: Let encode_wkssvc_join_password_buffer() take...
2007-12-21 Günther Deschnerr26216: Add very basic torture test for wkssvc_NetrUnjo...
2007-12-21 Günther Deschnerr26215: Verify that test_NetrJoinDomain2() has suceeded.
2007-12-21 Günther Deschnerr26214: Add note about remotely joining an unjoined...
2007-12-21 Günther Deschnerr26213: Trying to fix confusing inline comment about...
2007-12-21 Günther Deschnerr26212: Make test_NetrJoinDomain2() a little more robus...
2007-12-21 Günther Deschnerr26211: Add very basic test_NetrJoinDomain2() test...
2007-12-21 Günther Deschnerr26210: w00t!
2007-12-21 Günther Deschnerr26209: For consistency, rename one argument in NetrJoi...
2007-12-21 Günther Deschnerr26208: Add torture test for (unsupported) wkssvc_NetrJ...
2007-12-21 Jelmer Vernooijr26207: Only compile swig files if swig is available.
2007-12-21 Jelmer Vernooijr26206: Build python modules as part of make all.
2007-12-21 Jelmer Vernooijr26205: Pass loadparm_context to secrets_db_connect...
2007-12-21 Jelmer Vernooijr26204: Binsings for some more functions.
2007-12-21 Jelmer Vernooijr26203: Avoid using ldb_wrap for secrets database.
2007-12-21 Jelmer Vernooijr26202: Fix dependencies.
2007-12-21 Jelmer Vernooijr26201: Build docs for the security module.
2007-12-21 Jelmer Vernooijr26200: Bring back some accidently removed files.
2007-12-21 Jelmer Vernooijr26199: Allow constructing new sids, implement __eq__...
2007-12-21 Jelmer Vernooijr26197: Add bindings for libsecurity.
2007-12-21 Jelmer Vernooijr26196: Always build python bindings for ldb.
2007-12-21 Jelmer Vernooijr26195: Wrap two more functions.
2007-12-21 Jelmer Vernooijr26194: Wrap the events subsystem in a separate file.
2007-12-21 Andrew Bartlettr26193: In the LDAP server, use the new 'controls_decod...
2007-12-21 Andrew Bartlettr26192: Handle, test and implement the style of extende...
2007-12-21 Jelmer Vernooijr26191: Import custom test runner for subunit, rather...
2007-12-21 Jelmer Vernooijr26190: Allow successful as well as success.
2007-12-21 Jelmer Vernooijr26189: Add really trivial testsuite for the auth module.
2007-12-21 Jelmer Vernooijr26188: Now that swig output is pregenerated, allow...
2007-12-21 Jelmer Vernooijr26187: Fix module name, indentation.
2007-12-21 Jelmer Vernooijr26186: Generate SWIG files as part of autogen.sh
2007-12-21 Jelmer Vernooijr26185: No need to depend on ldap, shared lib already...
2007-12-21 Volker Lendecker26184: Streams are tricky....
2007-12-21 Andrew Bartlettr26183: The idea of a self-seeding secrets.ldb is nice...
2007-12-21 Andrew Bartlettr26182: Extend our linked attribute testsuite to cover...
2007-12-21 Jelmer Vernooijr26181: Set version to 1.1.1, as 1.1.0 has already...
2007-12-21 Jelmer Vernooijr26180: Allow prebuilding swig output files.
2007-12-21 Jelmer Vernooijr26179: Fix symlink.
2007-12-21 Jelmer Vernooijr26178: Link against -ldl as well to prevent undefined...
2007-12-21 Jelmer Vernooijr26177: Allow prebuilding swig wrapper, install ldb.py.
2007-12-21 Günther Deschnerr26176: Fix in,out mismatch in wkssvc_NetrWkstaUserSetI...
2007-12-21 Günther Deschnerr26172: Skip testing wkssvc against us, we only have...
2007-12-21 Günther Deschnerr26171: Add my copyright.
2007-12-21 Günther Deschnerr26170: Put test_NetrUseGetInfo() in the correct order...
2007-12-21 Günther Deschnerr26169: Use the NDR_PAHEX flag to print the encrypted...
2007-12-21 Günther Deschnerr26168: Add two more documented WKSSVC_JOIN_FLAGS.
2007-12-21 Günther Deschnerr26167: Just for completeness, add some more documented...
2007-12-21 Günther Deschnerr26166: Put [ref] in the front in wkssvc IDL.
2007-12-21 Günther Deschnerr26165: Add IDL and torture test for wkssvc_NetrGetJoin...
2007-12-21 Günther Deschnerr26164: Add IDL for wkssvc_NetrJoinDomain() and wkssvc_...
2007-12-21 Günther Deschnerr26163: Add IDL and torture test for wkssvc_NetrGetJoin...
2007-12-21 Günther Deschnerr26162: Remove accidental commit.
2007-12-21 Günther Deschnerr26161: Add (dangerous) torture tests for wkssvc_NetrRe...
2007-12-21 Günther Deschnerr26160: Add WERR_NAME_NOT_FOUND.
2007-12-21 Günther Deschnerr26159: Align to coding conventions.
2007-12-21 Günther Deschnerr26158: Add IDL for wkssvc_NetrRenameMachineInDomain().
2007-12-21 Günther Deschnerr26157: Add IDL and torture test for wkssvc_NetrSetPrim...
2007-12-21 Günther Deschnerr26156: Choose a more speaking message in test_NetrMess...
2007-12-21 Günther Deschnerr26155: Add IDL and torture teset for wkssvc_NetrMessag...
2007-12-21 Günther Deschnerr26154: Add IDL and torture test for wkssvc_NetrWorksta...
2007-12-21 Günther Deschnerr26153: Add torture test for NetrAddAlternateComputerNa...
2007-12-21 Günther Deschnerr26152: Add IDL and torture test for wkssvc_NetrEnumera...
2007-12-21 Günther Deschnerr26151: Add IDL and torture test for wkssvc_NetrValidat...
2007-12-21 Günther Deschnerr26150: Add IDL and torture test for wkssvc_NetrLogonDo...
2007-12-21 Günther Deschnerr26149: Add IDL for wkssvc_NetrWkstaUserSetInfo()....
2007-12-21 Günther Deschnerr26148: Add IDL and torture test for wkssvc_NetrUseGetI...
2007-12-21 Günther Deschnerr26147: Add IDL and torture test for wkssvc_NetrUseDel...
2007-12-21 Günther Deschnerr26146: Add IDL and torture test for wkssvc_NetrUseEnum().
2007-12-21 Günther Deschnerr26145: Fix server side of wkssvc_NetWkstaTransportEnum.
2007-12-21 Günther Deschnerr26144: Add IDL and torture test for wkssvc_NetrWkstaTr...
2007-12-21 Günther Deschnerr26143: Add IDL and torture test for wkssvc_NetrWkstaUs...
2007-12-21 Günther Deschnerr26142: Cleanup IDL and add torture test for wkssvc_Net...
2007-12-21 Günther Deschnerr26141: Reflect pointer_default(unique) setting.
2007-12-21 Andrew Bartlettr26140: Add a new test for searches by distinguieshedNa...
2007-12-21 Andrew Bartlettr26139: Based on a report by Theodor Chirana, don't...
2007-12-21 Andrew Bartlettr26138: Don't talloc_free() res if an error occoured.
2007-12-21 Andrew Bartlettr26137: Rename the entryUUID module to better match...
2007-12-21 Jelmer Vernooijr26136: Attempt to fix dependencies for auth.
2007-12-21 Andrew Bartlettr26135: Remove samdb_add(), samdb_delete() and samdb_mo...
2007-12-21 Jelmer Vernooijr26134: Avoid using samdb-dependent functions in auth_s...
2007-12-21 Günther Deschnerr26133: Add some more error codes from wkssvc testing.
2007-12-21 Andrew Bartlettr26131: Ensure we show the right errors in the NULL...
2007-12-21 Jelmer Vernooijr26130: Fix header installation
2007-12-21 Jelmer Vernooijr26129: Specify path explicitly in case an external...
next