summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26271: Remove some more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij1-1/+1
2007-12-21r26266: Remove more global_loadparm uses.Jelmer Vernooij4-69/+8
2007-12-21r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij1-1/+1
2007-12-21r26263: Don't assume CH_UNIX is CH_UTF8.Jelmer Vernooij1-1/+1
2007-12-21r26259: Provide convert_string_talloc() variant that works directly with an i...Jelmer Vernooij1-39/+48
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 Vernooij1-1/+1
2007-12-21r26251: Fix include of stdint in tdb swig wrapper.Jelmer Vernooij2-8/+41
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij8-0/+18075
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2-18/+17
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij9-23/+34
2007-12-21r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij1-0/+5
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij5-11/+17
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij1-2/+3
2007-12-21r26218: Remove libtdb.so as well.Jelmer Vernooij1-1/+1
2007-12-21r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...Jelmer Vernooij1-1/+1
2007-12-21r26202: Fix dependencies.Jelmer Vernooij1-1/+1
2007-12-21r26200: Bring back some accidently removed files.Jelmer Vernooij3-0/+456
2007-12-21r26197: Add bindings for libsecurity.Jelmer Vernooij6-465/+3
2007-12-21r26196: Always build python bindings for ldb.Jelmer Vernooij2-7/+7
2007-12-21r26195: Wrap two more functions.Jelmer Vernooij1-0/+4
2007-12-21r26194: Wrap the events subsystem in a separate file.Jelmer Vernooij2-0/+35
2007-12-21r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett1-9/+17
2007-12-21r26187: Fix module name, indentation.Jelmer Vernooij2-1/+3
2007-12-21r26185: No need to depend on ldap, shared lib already has that info.Jelmer Vernooij1-1/+1
2007-12-21r26181: Set version to 1.1.1, as 1.1.0 has already been released.Jelmer Vernooij1-1/+1
2007-12-21r26180: Allow prebuilding swig output files.Jelmer Vernooij3-3/+10
2007-12-21r26179: Fix symlink.Jelmer Vernooij1-3/+4
2007-12-21r26178: Link against -ldl as well to prevent undefined symbols.Jelmer Vernooij1-1/+1
2007-12-21r26177: Allow prebuilding swig wrapper, install ldb.py.Jelmer Vernooij3-4/+10
2007-12-21r26131: Ensure we show the right errors in the NULL base DN case. Based onAndrew Bartlett1-0/+2
2007-12-21r26129: Specify path explicitly in case an external ldb installation is used.Jelmer Vernooij1-2/+1
2007-12-21r26124: Install ldb_handlers.h, required by ldb_samba.Jelmer Vernooij1-1/+3
2007-12-21r26119: Fix warnings.Jelmer Vernooij1-2/+2
2007-12-21r26117: Fix DESTDIR use for bindir.Jelmer Vernooij1-1/+1
2007-12-21r26114: Allow keyword-arguments.Jelmer Vernooij2-1/+2
2007-12-21r26112: Do proper error checking in __contains__.Jelmer Vernooij1-18/+8
2007-12-21r26108: Add makefile rules for building, installing and checking python bindi...Jelmer Vernooij2-4/+19
2007-12-21r26107: Add more tests.Jelmer Vernooij1-0/+22
2007-12-21r26106: Add targets for building, installing and checking python bindings.Jelmer Vernooij2-6/+20
2007-12-21r26105: Add targets for building and installing the python bindings.Jelmer Vernooij2-2/+15
2007-12-21r26102: libreplace: remove system/printing.h as it only contains samba3 stuffStefan Metzmacher2-51/+0
2007-12-21r26090: Make building tdb python bindings independent of use of external tdb.Jelmer Vernooij2-8/+3
2007-12-21r26089: Move python detection to a separate file, and don't make it an error ...Jelmer Vernooij1-32/+0
2007-12-21r26088: Import some native-python python modules and move original python swi...Jelmer Vernooij1-3/+2
2007-12-21r26087: Fix include, add setup.py for tdbJelmer Vernooij2-0/+9
2007-12-21r26080: Import updated LDB bindings.Jelmer Vernooij1-133/+460