summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * selftest: fix --socket-wrapper-pcapStefan Metzmacher2008-02-211-1/+1
| | | | | | | | | | | | | | | metze (This used to be commit f5ff4a571cdf7d00d065f4a4996880020f1f459f)
| | * ldb_sqlite: fix the buildStefan Metzmacher2008-02-212-2/+1
| | | | | | | | | | | | | | | metze (This used to be commit 14c8e3101cc3b0138a551afdf3a94f4bb11bb21d)
| | * srvsvc.idl: don't use STR_LEN4 anymoreStefan Metzmacher2008-02-211-1/+10
| | | | | | | | | | | | | | | metze (This used to be commit 8c7509bd684ccdabcdb9ad9f75f3dd693ee9c416)
| | * samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfoStefan Metzmacher2008-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | Tested with nt4 and w2k3. metze (This used to be commit 24ec069751ef8db1211c50e7ca1e527adaa6432c)
| | * idmap: Handle SID->gidKai Blin2008-02-212-5/+263
| | | | | | | | | | | | (This used to be commit 78d22a28eca4dd89f629dbe75287e9ac3940606b)
| | * idmap: Handle SID->uidKai Blin2008-02-212-8/+264
| | | | | | | | | | | | (This used to be commit 4037ca6b9cf14219b4a4475399a51db01c655da6)
| | * idmap: Handle gid->SID mappingKai Blin2008-02-212-7/+163
| | | | | | | | | | | | (This used to be commit 6f2d95030cd7b4b22d1b75d15b76881449eda697)
| | * idmap: Handle uid->SID mappingKai Blin2008-02-2110-5/+511
| | | | | | | | | | | | (This used to be commit 6ac6de8476ba036eb041e054bc37e4503dc2fde8)
| | * loadparm: Add configuration settings for idmap.Kai Blin2008-02-211-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default behaviour for "idmap trusted only" is "False", meaning idmap creates ID mappings for all SIDs. If set to "True", idmap will create SID mappings for trusted users only. "idmap database" allows to set the database idmap uses, defaulting to idmap,ldb (This used to be commit ed8178b110abcde95e5b18cfb22957c53fd3febd)
| * | Remove extra whitespace, use public variable in IDL.Jelmer Vernooij2008-02-212-2/+2
| | | | | | | | | | | | (This used to be commit bf08b682586f6b9a17d4ec3934836be957ef955c)
| * | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-218-25/+40
| | | | | | | | | | | | (This used to be commit 3430cc60972b94d0d238bc39f473feed96949c5d)
| * | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-2112-12/+17
| | | | | | | | | | | | (This used to be commit a1715b1f48ba44bd94844418cc9299649aaf1a5e)
| * | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-214-19/+31
| | | | | | | | | | | | (This used to be commit 58a5b1de2b093fe642eb11d76d12db0edf60c25c)
| * | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-217-24/+27
| | | | | | | | | | | | (This used to be commit 230355d2e6e27918dff40823eb238904c7a1870e)
| * | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-2112-23/+33
| | | | | | | | | | | | (This used to be commit 47d05ecf6fef66c90994f666b8c63e2e7b5a6cd8)
| * | Avoid use of global_loadparm.Jelmer Vernooij2008-02-219-33/+70
| |/ | | | | | | (This used to be commit c5a95bbe0ce55c29e135a9c6058bf192ec3bb546)
| * Make setup/provision the name of the python provision script now that that ↵Jelmer Vernooij2008-02-215-373/+373
| | | | | | | | | | | | is the default. (This used to be commit a0a05c5a3d614d0f2936ecfcab5273a2ef7d61a8)
| * Remove kinit with pkinit failure from known failures list again.Jelmer Vernooij2008-02-211-1/+0
| | | | | | | | (This used to be commit 157deac27d01dc61952601ffd2655c8161418ac7)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-213-8/+19
| |\ | | | | | | | | | (This used to be commit 1bb673ce4e84088bc77d490101e8904cf9a467a2)
| | * Be consistant about --ldap-backend-typeAndrew Bartlett2008-02-212-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | Make the EJS provision and the selftest scripts both use the new syntax for speicifying the ldap backend type. Andrew Bartlett (This used to be commit b1d2584277304be3f2a640465cbf6b2a3ec571cc)
| | * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-21313-6563/+6333
| | |\ | | | | | | | | | | | | (This used to be commit 5cd3310b78a85243eb436d05db3228c3495f9162)
| | * | Until the new ldb changes land, make ldb_wait set the error string.Andrew Bartlett2008-02-211-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it easier to track down which module only returned and error code, but not the error string. Andrew Bartlett (This used to be commit c4d502f68fbd5d5bc2ac5bb6369950379c9176fc)
| * | | Never assume -fvisibility=hidden for modules unless explicitly specified ↵Jelmer Vernooij2008-02-211-8/+0
| | |/ | |/| | | | | | | | | | | | | (consistent with what we do for other subsystems/libraries). (This used to be commit e8751e513d5f9b30e518104bbc23bcbd203818a6)
| * | Support dlopen(NULL, ...) on HPUX.Jelmer Vernooij2008-02-201-0/+2
| | | | | | | | | | | | (This used to be commit 53c70b5f77a3b9abaab783590e66278129173d5f)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-204-65/+65
| |\ \ | | | | | | | | | | | | (This used to be commit 54ebd4e353038e86470ad036aa038e18a4296b4b)
| | * | libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.Michael Adam2008-02-201-36/+36
| | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 83387ecccfe95b80525bf53c5fc9e945ffee10ec)
| | * | libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.Michael Adam2008-02-201-8/+8
| | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 00c173bfba9c659750bf231fbd9278dd38aa8bfc)
| | * | libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4.Michael Adam2008-02-201-6/+6
| | | | | | | | | | | | | | | | | | | | Michael (This used to be commit d3b3d3ec9ff64108b4cd5b7c912ab4ea207256cb)
| | * | libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4Michael Adam2008-02-201-15/+15
| | | | | | | | | | | | | | | | | | | | Michael (This used to be commit acab9def2a1e3460bef8baae6efc66d9dfad6eac)
| * | | Make more module init functions public, since they are compiled with ↵Jelmer Vernooij2008-02-209-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | -fvisibility=hidden. Not doing this causes failures on Mac OS X. (This used to be commit da1a9438bd89569077ef1eaa9dc977b5f9d62836)
| * | | Make all auth module init functions public, since they are compiled with ↵Jelmer Vernooij2008-02-205-5/+5
| |/ / | | | | | | | | | | | | | | | -fvisibility=hidden. Not doing this causes failures on Mac OS X. (This used to be commit 675bab738085cb5a9f17c1f159fbd97c4daafed2)
| * | Allow building ldb as static library again \o/Jelmer Vernooij2008-02-201-1/+0
| | | | | | | | | | | | (This used to be commit a57adcfdd32fa9516eb092f7568e213347c583d7)
| * | Avoid python2.2-specific types.Jelmer Vernooij2008-02-201-1/+1
| | | | | | | | | | | | (This used to be commit d45c6b5574ea732d25e9180c83f1fa807ebe57ba)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Jelmer Vernooij2008-02-206-19/+26
| |\ \ | | | | | | | | | | | | | | | | | | | | v4-0-nodeclare (This used to be commit 7a2ff3ee26bce49a3eeeb270f4a5e4df2adbefbb)
| | * | NetBSD does not support AI_ADDRCONFIGVolker Lendecke2008-02-201-0/+7
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit fb3f7f4046fa195baf5116598772d9016238637f) (This used to be commit e8f3653414c12fb752c096d848dc962008d90439)
| | * | NetBSD needs LD_LIBRARY_PATHVolker Lendecke2008-02-201-0/+3
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit d64b19e77aa499c1ee1aaf788ddf3d6fd36253e4) (This used to be commit 4c77550d80b0cfc80bc2cac500fc27e0c43dad64)
| | * | Simpler specification of CFLAGS and LDFLAGSAndrew Bartlett2008-02-204-19/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By being more consistant in applying CFLAGS and LDFLAGS (in particular) to every invocation, we make it simpler to enable gcov code coverage, both in the build system and on the build farm. Andrew Bartlett (This used to be commit 8c2f658a9688f0c51d2f3b948dc3213b65c7b77f)
| * | | Fix nbt tests.Jelmer Vernooij2008-02-201-1/+1
| | | | | | | | | | | | | | | | (This used to be commit 7bbe48af5568ffc4e4873692316673fd974ef4ef)
| * | | Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-2035-74/+79
| | | | | | | | | | | | | | | | (This used to be commit ce332130ea77159832da23bab760fa26921719e2)
| * | | Fix static module list generation for ldb.Jelmer Vernooij2008-02-2020-48/+18
| | | | | | | | | | | | | | | | (This used to be commit 92c1c0e9137f0845cac6cc96bf78711b6aaffe21)
| * | | Require at least talloc 1.2.0.Jelmer Vernooij2008-02-201-1/+1
| | | | | | | | | | | | | | | | (This used to be commit e464a344bc11587abc5c663bc8d6471eeb314959)
| * | | Remove more function-based inits.Jelmer Vernooij2008-02-206-78/+118
| | | | | | | | | | | | | | | | (This used to be commit b1a7810f3e70f9a831d9b8e85d531e448072adaf)
| * | | Use function-based initialization for ildap backend.Jelmer Vernooij2008-02-201-6/+3
| | | | | | | | | | | | | | | | (This used to be commit 46e5027f56722fbe19af36aad1ab03ea1c862f43)
| * | | Use struct-based rather than function-based initialization for ldb modules ↵Jelmer Vernooij2008-02-2038-306/+56
| | | | | | | | | | | | | | | | | | | | | | | | everywhere. (This used to be commit 85c96a325867f7bcdb412ebc53f8a47dbf7cd89b)
| * | | Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij2008-02-205-11/+20
| | | | | | | | | | | | | | | | (This used to be commit 141ee91272fb4dafca0149f679e17721b6a3011e)
| * | | Factor out IP marshalling into separate function.Jelmer Vernooij2008-02-191-36/+43
| | | | | | | | | | | | | | | | (This used to be commit 2548c2a1e7dab8abc00f8f49374a08cc0b427552)
| * | | Add configure test for vdeplug library.Jelmer Vernooij2008-02-192-0/+10
| | | | | | | | | | | | | | | | (This used to be commit 89590d7dfe0735093a4a5b66eeed9276df043ac9)
| * | | Add VDE switch management functions.Jelmer Vernooij2008-02-191-1/+26
| | | | | | | | | | | | | | | | (This used to be commit 5ad9bc7dd9b8a3b37e0acd77eaecc5ee71d7b422)
| * | | Initial work on vde support.Jelmer Vernooij2008-02-192-7/+21
| |/ / | | | | | | | | | (This used to be commit 9b0dcac0bd805c3e1741448167b461c3fa0e33fd)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-199-48/+50
| |\ \ | | | | | | | | | | | | (This used to be commit 02cb396d42976efc03fcb0082e914eb17ae72e11)