summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26505: Add python bindings for some samdb-related functions, improve provisi...Jelmer Vernooij8-32/+228
2007-12-21r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij8-10/+14
2007-12-21r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij13-131/+414
2007-12-21r26502: Revert accidently removed pkg-config path change. Thanks to metze for...Jelmer Vernooij1-0/+5
2007-12-21r26499: Allow testing python provision by setting the PROVISION_PYTHON enviro...Jelmer Vernooij2-12/+6
2007-12-21r26498: Fix memory leak in iconv code.Jelmer Vernooij5-13/+22
2007-12-21r26497: Fix return type for freeifaddrs().Jelmer Vernooij2-7/+7
2007-12-21r26496: Move some provision functions to a new SamDB class, support setting s...Jelmer Vernooij9-366/+450
2007-12-21r26495: Add defines for getifaddrs/freeifaddrs.Jelmer Vernooij1-0/+10
2007-12-21r26494: Add entries for new header files.Jelmer Vernooij1-0/+3
2007-12-21r26493: Fix includes for dsdb/common.Jelmer Vernooij1-0/+1
2007-12-21r26492: Some hosts have a define called ifa_dstaddr.Jelmer Vernooij1-0/+1
2007-12-21r26491: Fix syntax.Jelmer Vernooij1-1/+1
2007-12-21r26488: Implement tests for the ranged_results module.Andrew Bartlett1-28/+34
2007-12-21r26487: Cope with systems that don't have struct sockaddr.sa_len.Jelmer Vernooij2-2/+15
2007-12-21r26486: Use portable run-time library path environment variable.Jelmer Vernooij3-11/+3
2007-12-21r26485: Fix indent, remove left-over debug.Andrew Bartlett1-2/+1
2007-12-21r26484: Don't rely on removed header.Jelmer Vernooij3-4/+8
2007-12-21r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij24-1948/+2019
2007-12-21r26482: Use shared library version of ldb, to make sure not every module ends...Jelmer Vernooij1-0/+1
2007-12-21r26481: Make function for loading symbol from DSO more generic, and allow mod...Jelmer Vernooij3-12/+27
2007-12-21r26480: Add utility class for testing LDB code.Jelmer Vernooij2-1/+41
2007-12-21r26477: Allow setting loadparm context for a ldb context in python, plus some...Jelmer Vernooij5-8/+97
2007-12-21r26476: Remove unnecessary hack.Jelmer Vernooij1-1/+0
2007-12-21r26475: Add ldb.set_credentials function.Jelmer Vernooij7-21/+154
2007-12-21r26474: Move credentials-specific kerberos file to credentials subsystem. Fix...Jelmer Vernooij7-15/+20
2007-12-21r26471: Sync with js version.Jelmer Vernooij1-0/+1
2007-12-21r26470: Update README.Jelmer Vernooij1-0/+2
2007-12-21r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij3-17/+19
2007-12-21r26468: Match getifaddrs more closely, add trivial test.Jelmer Vernooij2-22/+31
2007-12-21r26467: Use getifaddrs() for interface enumeration and provide replacements f...Jelmer Vernooij6-437/+512
2007-12-21r26466: Janitorial: Remove pstrings and static char[]s from torture/basic/sca...Kai Blin1-77/+144
2007-12-21r26465: ntlm_auth: Remoce pstring.Kai Blin1-3/+12
2007-12-21r26464: Tighten dependencies.Jelmer Vernooij7-9/+12
2007-12-21r26463: Tighten dependencies.Jelmer Vernooij2-2/+3
2007-12-21r26462: Tighten dependencies.Jelmer Vernooij2-2/+2
2007-12-21r26461: Tighten dependencies.Jelmer Vernooij2-2/+3
2007-12-21r26460: Enable ldb python tests.Jelmer Vernooij3-3/+3
2007-12-21r26459: Build ildap module as shared module by default.Jelmer Vernooij2-2/+2
2007-12-21r26458: Janitorial: also free() var on continue.Kai Blin1-0/+1
2007-12-21r26457: Janitorial: Don't use pstring in tdb_unpackKai Blin1-9/+8
2007-12-21r26456: Provide default config object, fix typo.Jelmer Vernooij4-2/+28
2007-12-21r26455: Use new talloctype macro in generated SWIG code as well.Jelmer Vernooij1-4/+3
2007-12-21r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij11-246/+289
2007-12-21r26453: Janitorial: Don't use a static char[] in smb_readline_replacement.Kai Blin5-6/+19
2007-12-21r26452: Janitorial: Remove a pstring.Kai Blin1-3/+2
2007-12-21r26451: Janitorial: fix warnings in lib/registry/Kai Blin10-20/+18
2007-12-21r26450: The subprocess is only available in python >= 2.4 so avoid it for now.Jelmer Vernooij1-4/+2
2007-12-21r26449: Support configuration without a known configuration dir.Jelmer Vernooij2-1/+4
2007-12-21r26448: Add basic tests for param python module.Jelmer Vernooij8-100/+150