summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij18-79/+86
2007-12-21r26295: Remove use of global_loadparm for net and wb_pam_auth.Jelmer Vernooij6-3/+9
2007-12-21r26294: Use hardcoded name for SWIG for now, until proper autoconf checks are...Jelmer Vernooij1-1/+1
2007-12-21r26293: Make sure SWIG directory exists, respect DESTDIR.Jelmer Vernooij1-1/+2
2007-12-21r26292: Make sure swig directory exists.Jelmer Vernooij1-0/+1
2007-12-21r26291: build: make use of output::add_dir_str() to avoid ugly foo/../bla pathesStefan Metzmacher1-30/+27
2007-12-21r26290: build: split add_dir() into add_dir_str() and add_dir_array()Stefan Metzmacher1-13/+23
2007-12-21r26289: build: avoid nasty foo/./bla pathes for python stuffStefan Metzmacher1-2/+5
2007-12-21r26288: events: events.h uses uint16_t so it needs stdint.hStefan Metzmacher1-1/+1
2007-12-21r26287: selftest: fix stupid typo LDB_MODULE_PATH -> LDB_MODULES_PATHStefan Metzmacher1-1/+1
2007-12-21r26286: IDL and torture test for netr_ServerTrustPasswordsGet().Günther Deschner4-5/+50
2007-12-21r26285: Add IDL and torture test for netr_ServerPasswordGet().Günther Deschner4-5/+44
2007-12-21r26284: Rather than just debug, push the error back up the stack as the errorAndrew Bartlett1-10/+10
2007-12-21r26283: fix typoAndrew Bartlett1-1/+1
2007-12-21r26282: These modules expect errors, but if we don't wipe the error string, weAndrew Bartlett2-0/+7
2007-12-21r26281: Fix include.Jelmer Vernooij2-0/+2
2007-12-21r26280: Fix installation if swig is not available.Jelmer Vernooij1-1/+1
2007-12-21r26279: Don't compile any python stuff if python is not available.Jelmer Vernooij1-0/+2
2007-12-21r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij6-42/+80
2007-12-21r26277: Move loadparm context higher up the stack.Jelmer Vernooij7-12/+18
2007-12-21r26276: Install SWIG files if swig is present.Jelmer Vernooij3-0/+7
2007-12-21r26275: return loadparm context in lp_load.Jelmer Vernooij11-34/+51
2007-12-21r26274: Some syntax fixes, remove more global_loadparm instances.Jelmer Vernooij7-10/+15
2007-12-21r26273: Add IDL and torture test for netr_NetrEnumerateTurstedDomains() andGünther Deschner4-51/+101
2007-12-21r26272: Remove global_loadparm in some more places.Jelmer Vernooij12-26/+38
2007-12-21r26271: Remove some more uses of global_loadparm.Jelmer Vernooij18-43/+60
2007-12-21r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij12-26/+60
2007-12-21r26269: Fix a couple more references to global_loadparm.Jelmer Vernooij5-8/+9
2007-12-21r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij25-95/+101
2007-12-21r26267: Fix two calls of smb2_connect I missed.Jelmer Vernooij2-3/+10
2007-12-21r26266: Remove more global_loadparm uses.Jelmer Vernooij17-90/+46
2007-12-21r26265: Use task-provided loadparm context in nbt and rpc servers.Jelmer Vernooij3-26/+39
2007-12-21r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij19-56/+59
2007-12-21r26263: Don't assume CH_UNIX is CH_UTF8.Jelmer Vernooij1-1/+1
2007-12-21r26262: Add test for WERROR return code handling for Samba 3 client code.Jelmer Vernooij1-1/+40
2007-12-21r26261: Use enum type.Jelmer Vernooij1-1/+1
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij31-98/+112
2007-12-21r26259: Provide convert_string_talloc() variant that works directly with an i...Jelmer Vernooij1-39/+48
2007-12-21r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij9-28/+34
2007-12-21r26257: Get rid of "uninitialized value" warning in the samba3 pidl generator.Günther Deschner1-1/+1
2007-12-21r26256: When generating Samba3 pidl output for WERROR based functions, make s...Günther Deschner1-0/+11
2007-12-21r26255: Work around another broken aspect of sys/capability.h on RHEL5.Michael Adam2-0/+25
2007-12-21r26254: Add check for PPC statfs.h to workaround for broken capability.h.Michael Adam1-1/+3
2007-12-21r26253: Add check for broken RedHat 7.2 system header files to lib/replace.Michael Adam1-0/+22
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij32-124/+159
2007-12-21r26251: Fix include of stdint in tdb swig wrapper.Jelmer Vernooij2-8/+41
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij22-181/+186
2007-12-21r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij21-86/+95
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij27-210/+45612
2007-12-21r26247: Don't allow use of older SWIG versions.Jelmer Vernooij2-1/+129