summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r26288: events: events.h uses uint16_t so it needs stdint.hStefan Metzmacher2007-12-211-1/+1
* r26287: selftest: fix stupid typo LDB_MODULE_PATH -> LDB_MODULES_PATHStefan Metzmacher2007-12-211-1/+1
* r26286: IDL and torture test for netr_ServerTrustPasswordsGet().Günther Deschner2007-12-214-5/+50
* r26285: Add IDL and torture test for netr_ServerPasswordGet().Günther Deschner2007-12-214-5/+44
* r26284: Rather than just debug, push the error back up the stack as the errorAndrew Bartlett2007-12-211-10/+10
* r26283: fix typoAndrew Bartlett2007-12-211-1/+1
* r26282: These modules expect errors, but if we don't wipe the error string, weAndrew Bartlett2007-12-212-0/+7
* r26281: Fix include.Jelmer Vernooij2007-12-212-0/+2
* r26280: Fix installation if swig is not available.Jelmer Vernooij2007-12-211-1/+1
* r26279: Don't compile any python stuff if python is not available.Jelmer Vernooij2007-12-211-0/+2
* r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij2007-12-216-42/+80
* r26277: Move loadparm context higher up the stack.Jelmer Vernooij2007-12-217-12/+18
* r26276: Install SWIG files if swig is present.Jelmer Vernooij2007-12-213-0/+7
* r26275: return loadparm context in lp_load.Jelmer Vernooij2007-12-2111-34/+51
* r26274: Some syntax fixes, remove more global_loadparm instances.Jelmer Vernooij2007-12-217-10/+15
* r26273: Add IDL and torture test for netr_NetrEnumerateTurstedDomains() andGünther Deschner2007-12-214-51/+101
* r26272: Remove global_loadparm in some more places.Jelmer Vernooij2007-12-2112-26/+38
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-2118-43/+60
* r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij2007-12-2112-26/+60
* r26269: Fix a couple more references to global_loadparm.Jelmer Vernooij2007-12-215-8/+9
* r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij2007-12-2125-95/+101
* r26267: Fix two calls of smb2_connect I missed.Jelmer Vernooij2007-12-212-3/+10
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-2117-90/+46
* r26265: Use task-provided loadparm context in nbt and rpc servers.Jelmer Vernooij2007-12-213-26/+39
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-2119-56/+59
* r26263: Don't assume CH_UNIX is CH_UTF8.Jelmer Vernooij2007-12-211-1/+1
* r26262: Add test for WERROR return code handling for Samba 3 client code.Jelmer Vernooij2007-12-211-1/+40
* r26261: Use enum type.Jelmer Vernooij2007-12-211-1/+1
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-2131-98/+112
* r26259: Provide convert_string_talloc() variant that works directly with an i...Jelmer Vernooij2007-12-211-39/+48
* r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij2007-12-219-28/+34
* r26257: Get rid of "uninitialized value" warning in the samba3 pidl generator.Günther Deschner2007-12-211-1/+1
* r26256: When generating Samba3 pidl output for WERROR based functions, make s...Günther Deschner2007-12-211-0/+11
* r26255: Work around another broken aspect of sys/capability.h on RHEL5.Michael Adam2007-12-212-0/+25
* r26254: Add check for PPC statfs.h to workaround for broken capability.h.Michael Adam2007-12-211-1/+3
* r26253: Add check for broken RedHat 7.2 system header files to lib/replace.Michael Adam2007-12-211-0/+22
* r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij2007-12-2132-124/+159
* r26251: Fix include of stdint in tdb swig wrapper.Jelmer Vernooij2007-12-212-8/+41
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-2122-181/+186
* r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij2007-12-2121-86/+95
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-2126-186/+45612
* r26247: Don't allow use of older SWIG versions.Jelmer Vernooij2007-12-212-1/+129
* r26246: Make it easier to debug assert()s in the provision, if messages areAndrew Bartlett2007-12-211-27/+23
* r26245: Make it easier to handle the LDAP backend, with it's differing needs,Andrew Bartlett2007-12-213-17/+20
* r26244: Add a module (sans tests for the moment) that implements rangedAndrew Bartlett2007-12-213-0/+218
* r26243: stdint.i requires swigarch.iJelmer Vernooij2007-12-212-1/+66
* r26242: Don't fail if swig is not available.Jelmer Vernooij2007-12-211-1/+1
* r26240: We now actually use torture_context pointers for more than just alloc...Jelmer Vernooij2007-12-215-58/+51
* r26239: Fix registry argument order.Jelmer Vernooij2007-12-211-2/+1
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-2172-512/+504