summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r26288: events: events.h uses uint16_t so it needs stdint.hStefan Metzmacher2007-12-211-1/+1
* r26281: Fix include.Jelmer Vernooij2007-12-212-0/+2
* r26280: Fix installation if swig is not available.Jelmer Vernooij2007-12-211-1/+1
* r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij2007-12-212-35/+73
* r26277: Move loadparm context higher up the stack.Jelmer Vernooij2007-12-211-1/+2
* r26276: Install SWIG files if swig is present.Jelmer Vernooij2007-12-213-0/+7
* r26275: return loadparm context in lp_load.Jelmer Vernooij2007-12-211-3/+3
* r26272: Remove global_loadparm in some more places.Jelmer Vernooij2007-12-211-1/+2
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij2007-12-211-1/+1
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-214-69/+8
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-211-1/+1
* r26263: Don't assume CH_UNIX is CH_UTF8.Jelmer Vernooij2007-12-211-1/+1
* r26259: Provide convert_string_talloc() variant that works directly with an i...Jelmer Vernooij2007-12-211-39/+48
* 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-211-1/+1
* r26251: Fix include of stdint in tdb swig wrapper.Jelmer Vernooij2007-12-212-8/+41
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-218-0/+18075
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-212-18/+17
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-219-23/+34
* r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij2007-12-211-0/+5
* r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij2007-12-215-11/+17
* r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2007-12-211-2/+3
* r26218: Remove libtdb.so as well.Jelmer Vernooij2007-12-211-1/+1
* r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...Jelmer Vernooij2007-12-211-1/+1
* r26202: Fix dependencies.Jelmer Vernooij2007-12-211-1/+1
* r26200: Bring back some accidently removed files.Jelmer Vernooij2007-12-213-0/+456
* r26197: Add bindings for libsecurity.Jelmer Vernooij2007-12-216-465/+3
* r26196: Always build python bindings for ldb.Jelmer Vernooij2007-12-212-7/+7
* r26195: Wrap two more functions.Jelmer Vernooij2007-12-211-0/+4
* r26194: Wrap the events subsystem in a separate file.Jelmer Vernooij2007-12-212-0/+35
* r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett2007-12-211-9/+17
* r26187: Fix module name, indentation.Jelmer Vernooij2007-12-212-1/+3
* r26185: No need to depend on ldap, shared lib already has that info.Jelmer Vernooij2007-12-211-1/+1
* r26181: Set version to 1.1.1, as 1.1.0 has already been released.Jelmer Vernooij2007-12-211-1/+1
* r26180: Allow prebuilding swig output files.Jelmer Vernooij2007-12-213-3/+10
* r26179: Fix symlink.Jelmer Vernooij2007-12-211-3/+4
* r26178: Link against -ldl as well to prevent undefined symbols.Jelmer Vernooij2007-12-211-1/+1
* r26177: Allow prebuilding swig wrapper, install ldb.py.Jelmer Vernooij2007-12-213-4/+10
* r26131: Ensure we show the right errors in the NULL base DN case. Based onAndrew Bartlett2007-12-211-0/+2
* r26129: Specify path explicitly in case an external ldb installation is used.Jelmer Vernooij2007-12-211-2/+1
* r26124: Install ldb_handlers.h, required by ldb_samba.Jelmer Vernooij2007-12-211-1/+3
* r26119: Fix warnings.Jelmer Vernooij2007-12-211-2/+2
* r26117: Fix DESTDIR use for bindir.Jelmer Vernooij2007-12-211-1/+1
* r26114: Allow keyword-arguments.Jelmer Vernooij2007-12-212-1/+2
* r26112: Do proper error checking in __contains__.Jelmer Vernooij2007-12-211-18/+8
* r26108: Add makefile rules for building, installing and checking python bindi...Jelmer Vernooij2007-12-212-4/+19
* r26107: Add more tests.Jelmer Vernooij2007-12-211-0/+22