summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cache iconv_convenience.Jelmer Vernooij2008-02-211-12/+22
* torture/t_strcmp.c: Remove obsolete file - proper testing is now done in the ...Jelmer Vernooij2008-02-211-20/+0
* More share_init to more apprioriate place.Jelmer Vernooij2008-02-212-2/+1
* Remove more global_loadparm uses.Jelmer Vernooij2008-02-214-8/+16
* Clarify comments.Jelmer Vernooij2008-02-213-3/+3
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-2119-23/+1215
|\
| * selftest: fix --socket-wrapper-pcapStefan Metzmacher2008-02-211-1/+1
| * ldb_sqlite: fix the buildStefan Metzmacher2008-02-212-2/+1
| * srvsvc.idl: don't use STR_LEN4 anymoreStefan Metzmacher2008-02-211-1/+10
| * samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfoStefan Metzmacher2008-02-211-1/+1
| * idmap: Handle SID->gidKai Blin2008-02-212-5/+263
| * idmap: Handle SID->uidKai Blin2008-02-212-8/+264
| * idmap: Handle gid->SID mappingKai Blin2008-02-212-7/+163
| * idmap: Handle uid->SID mappingKai Blin2008-02-2110-5/+511
| * loadparm: Add configuration settings for idmap.Kai Blin2008-02-211-0/+8
* | Remove extra whitespace, use public variable in IDL.Jelmer Vernooij2008-02-212-2/+2
* | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-218-25/+40
* | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-2112-12/+17
* | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-214-19/+31
* | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-217-24/+27
* | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-2112-23/+33
* | Avoid use of global_loadparm.Jelmer Vernooij2008-02-219-33/+70
|/
* Make setup/provision the name of the python provision script now that that is...Jelmer Vernooij2008-02-215-373/+373
* Remove kinit with pkinit failure from known failures list again.Jelmer Vernooij2008-02-211-1/+0
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-213-8/+19
|\
| * Be consistant about --ldap-backend-typeAndrew Bartlett2008-02-212-7/+12
| * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-21313-6563/+6333
| |\
| * | Until the new ldb changes land, make ldb_wait set the error string.Andrew Bartlett2008-02-211-1/+7
* | | Never assume -fvisibility=hidden for modules unless explicitly specified (con...Jelmer Vernooij2008-02-211-8/+0
| |/ |/|
* | Support dlopen(NULL, ...) on HPUX.Jelmer Vernooij2008-02-201-0/+2
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-204-65/+65
|\ \
| * | libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.Michael Adam2008-02-201-36/+36
| * | libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.Michael Adam2008-02-201-8/+8
| * | libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4.Michael Adam2008-02-201-6/+6
| * | libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4Michael Adam2008-02-201-15/+15
* | | Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij2008-02-209-10/+10
* | | Make all auth module init functions public, since they are compiled with -fvi...Jelmer Vernooij2008-02-205-5/+5
|/ /
* | Allow building ldb as static library again \o/Jelmer Vernooij2008-02-201-1/+0
* | Avoid python2.2-specific types.Jelmer Vernooij2008-02-201-1/+1
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-node...Jelmer Vernooij2008-02-206-19/+26
|\ \
| * | NetBSD does not support AI_ADDRCONFIGVolker Lendecke2008-02-201-0/+7
| * | NetBSD needs LD_LIBRARY_PATHVolker Lendecke2008-02-201-0/+3
| * | Simpler specification of CFLAGS and LDFLAGSAndrew Bartlett2008-02-204-19/+16
* | | Fix nbt tests.Jelmer Vernooij2008-02-201-1/+1
* | | Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-2035-74/+79
* | | Fix static module list generation for ldb.Jelmer Vernooij2008-02-2020-48/+18
* | | Require at least talloc 1.2.0.Jelmer Vernooij2008-02-201-1/+1
* | | Remove more function-based inits.Jelmer Vernooij2008-02-206-78/+118
* | | Use function-based initialization for ildap backend.Jelmer Vernooij2008-02-201-6/+3
* | | Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij2008-02-2038-306/+56