summaryrefslogtreecommitdiff
path: root/.bzrignore
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij1-1/+1
(This used to be commit e452cb28594f23add7c00247ed39e8323aea78a6)
2007-12-21r26295: Remove use of global_loadparm for net and wb_pam_auth.Jelmer Vernooij1-0/+1
(This used to be commit 47696b42987ea67ae1c6c09a4bec5858e5db4542)
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij1-24/+0
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)
2007-12-21r26241: Ignore some files generated by tests.Jelmer Vernooij1-0/+5
(This used to be commit 81757d2f76bdf9a7a6d677651db9e876def8cdfa)
2007-12-21r26197: Add bindings for libsecurity.Jelmer Vernooij1-0/+2
(This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135)
2007-12-21r26194: Wrap the events subsystem in a separate file.Jelmer Vernooij1-0/+10
(This used to be commit cfb6bbdc31083308dbff29cf226a092c8a137c2a)
2007-12-21r26189: Add really trivial testsuite for the auth module.Jelmer Vernooij1-0/+2
(This used to be commit f0fcad0a75998bc45e3073927c0021fa67136d22)
2007-12-21r26100: Also check for SWIG.Jelmer Vernooij1-0/+1
(This used to be commit 1755adffecb8ed68047d6ad69087a680cc63ba8f)
2007-12-21r26090: Make building tdb python bindings independent of use of external tdb.Jelmer Vernooij1-0/+6
(This used to be commit bfe54e2f197ea3ef760aeeef8c248ff71419ecd8)
2007-12-21r26088: Import some native-python python modules and move original python ↵Jelmer Vernooij1-0/+3
swig torture code to common python directory as well. (This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1)
2007-12-21r26069: Import python bindings for credentials.Jelmer Vernooij1-0/+1
(This used to be commit 97bb235cc8c2855a0903bbd9dee53f0e03c4adc0)
2007-12-21r25887: Build Samba-specific ldb modules as dso's.Jelmer Vernooij1-0/+1
(This used to be commit 9d73becbb24fbde2e319e18e84af35d9efaeefda)
2007-12-21r25881: Add ability to build .so of tdb.Jelmer Vernooij1-0/+1
(This used to be commit 03bc4896e6c83d4d01b366cd5ce9e49547ee206c)
2007-12-21r25851: Move system-specific ldflags checks to libreplace so they can be ↵Jelmer Vernooij1-0/+1
used by ldb. (This used to be commit d28c8b822e7b571f24542409376bba8701eeef79)
2007-12-21r25842: Start working on test for loading dso's in ldb.Jelmer Vernooij1-0/+2
(This used to be commit d41ed7ca8d3954bf586126edd7aba17acc6af8a1)
2007-10-10r25306: Add tests for string_sub().Jelmer Vernooij1-0/+2
(This used to be commit 2d37ddcbd1243f48d81af17d8ea3cdd6e8e35b8d)
2007-10-10r25305: Fix installation of missing headers.Jelmer Vernooij1-0/+2
(This used to be commit 83f1721453c253bff77f9d7ececd462331dd846b)
2007-10-10r25110: Show environment variables in HTML output.Jelmer Vernooij1-0/+1
(This used to be commit 62e770ace32f0e38863d4020773562e74117fc65)
2007-10-10r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij1-0/+1
(This used to be commit 9b256a0ca232ea6e89771bf73a1adf877273a752)
2007-10-10r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ↵Jelmer Vernooij1-1/+15
have been working on for at least half a year now. Contains the following improvements: * proper layering (finally!) for the registry library. Distinction is now made between 'real' backends (local, remote, wine, etc) and the low-level hive backends (regf, creg, ldb, ...) that are only used by the local registry backend * tests for all important hive and registry operations * re-enable RPC-WINREG tests (still needs more work though, as some return values aren't checked yet) * write support for REGF files * dir backend now supports setting/reading values, creating keys * support for storing security descriptors * remove CREG backend as it was incomplete, didn't match the data model and wasn't used at all anyway * support for parsing ADM files as used by the policy editor (see lib/policy) * support for parsing PREG files (format used by .POL files) * new streaming interface for registry diffs (improves speed and memory usage for regdiff/regpatch significantly) ... and fixes a large number of bugs in the registry code (This used to be commit 7a1eec6358bc863dfc671c542b7185d3e39d7b5a)
2007-10-10r22637: Install tdbbackup and tdbdump again.Jelmer Vernooij1-0/+2
(This used to be commit 8197cb975ec8ed92f10782cef20ff4373d6d6965)
2007-10-10r22600: Update bzr ignores, put right version in .pc files, prepare for ↵Jelmer Vernooij1-0/+9
support of system versions of tdb, talloc. (This used to be commit 9b991ce9ca28b3d88c778305ec5f681506162637)
2007-10-10r21832: Ignore some more autogenerated files.Jelmer Vernooij1-2/+2
(This used to be commit f7fc7e21922355afb5c66cf6b5afb69ad79a9b46)
2007-10-10r21669: Fix --enable-dso buildJelmer Vernooij1-0/+1
(This used to be commit 7cf9d07c88b0c81777bb9363d445ac657982a366)
2007-10-10r21488: Ignore autogenerated file.Jelmer Vernooij1-0/+1
(This used to be commit 12d45cede3eec1db0b5bf9a24498944ff1412835)
2007-10-10r21297: Remove the GTK+ tools and library from the main repository. They are ↵Jelmer Vernooij1-0/+7
now maintained separately in bzr at http://people.samba.org/bzr/jelmer/samba-gtk This also adds some more headers to the list that is installed and a couple of extra #include lines so these headers can be used externally without problems. (This used to be commit 07652f65ce7a5b19130f1a27cbf0e1e5fae13454)
2007-10-10r20963: remove unused functions, run LOCAL-TDR by defaultJelmer Vernooij1-0/+1
(This used to be commit 0f34c67fff53d5bd3c1b5a5618190ad7154e8d07)
2007-10-10r20961: Fix lcovJelmer Vernooij1-0/+1
(This used to be commit fa659bed48eae9b9c2e00be91d8cd4e816527465)
2007-10-10r20959: Add ignore entriesJelmer Vernooij1-0/+10
(This used to be commit bc8650b368ddcd8753a9ba7fcf38388bebe75358)
2007-10-10r20829: Update ignores.Jelmer Vernooij1-0/+18
(This used to be commit 4f790a5987f0c3eedc5dfe6f389fa43711359257)
2007-10-10r19507: Merge my DSO fixes branch. Building Samba's libraries as shared ↵Jelmer Vernooij1-0/+1
libraries works again now, by specifying --enable-dso to configure. (This used to be commit 7a01235067a4800b07b8919a6a475954bfb0b04c)
2007-10-10r19350: Properly list LOCAL-TALLOC under the "LOCAL" header.Jelmer Vernooij1-0/+1
Support directories for subcategories in tests. Several small other fixes. (This used to be commit bde00d97068d559b025ab131ff698a82430d14b3)
2007-10-10r18031: Merge my replace fixes:Jelmer Vernooij1-1/+5
* libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace (This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)
2007-10-10r17811: Add .bzrignore fileJelmer Vernooij1-0/+128
(This used to be commit 10419a9fba0e56dbad9abe9e0e7b9c22caf02b3f)