1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
Commit Graph

34 Commits

Author SHA1 Message Date
Jelmer Vernooij
c5bf20c5fe r26325: Remove use of global_loadparm in netif.
(This used to be commit e452cb2859)
2007-12-21 05:48:37 +01:00
Jelmer Vernooij
a693e6f1c7 r26295: Remove use of global_loadparm for net and wb_pam_auth.
(This used to be commit 47696b4298)
2007-12-21 05:48:12 +01:00
Jelmer Vernooij
53ae9bc9f6 r26248: Check in SWIG output so SWIG is not required when running out of svn.
(This used to be commit 08501fbef3)
2007-12-21 05:47:26 +01:00
Jelmer Vernooij
8192350f10 r26241: Ignore some files generated by tests.
(This used to be commit 81757d2f76)
2007-12-21 05:47:22 +01:00
Jelmer Vernooij
f2f16b45b5 r26197: Add bindings for libsecurity.
(This used to be commit 8625cd403b)
2007-12-21 05:46:47 +01:00
Jelmer Vernooij
e1733d7244 r26194: Wrap the events subsystem in a separate file.
(This used to be commit cfb6bbdc31)
2007-12-21 05:46:45 +01:00
Jelmer Vernooij
e22c7f1fe3 r26189: Add really trivial testsuite for the auth module.
(This used to be commit f0fcad0a75)
2007-12-21 05:46:41 +01:00
Jelmer Vernooij
c14de3fd89 r26100: Also check for SWIG.
(This used to be commit 1755adffec)
2007-12-21 05:46:03 +01:00
Jelmer Vernooij
91fe80a555 r26090: Make building tdb python bindings independent of use of external tdb.
(This used to be commit bfe54e2f19)
2007-12-21 05:45:59 +01:00
Jelmer Vernooij
39adc2418a r26088: Import some native-python python modules and move original python swig torture code to common python directory as well.
(This used to be commit cbf656ff05)
2007-12-21 05:45:59 +01:00
Jelmer Vernooij
f6322e4b96 r26069: Import python bindings for credentials.
(This used to be commit 97bb235cc8)
2007-12-21 05:45:52 +01:00
Jelmer Vernooij
e7cf933d41 r25887: Build Samba-specific ldb modules as dso's.
(This used to be commit 9d73becbb2)
2007-12-21 05:44:40 +01:00
Jelmer Vernooij
831d738374 r25881: Add ability to build .so of tdb.
(This used to be commit 03bc4896e6)
2007-12-21 05:44:38 +01:00
Jelmer Vernooij
dd66e34d41 r25851: Move system-specific ldflags checks to libreplace so they can be used by ldb.
(This used to be commit d28c8b822e)
2007-12-21 05:44:27 +01:00
Jelmer Vernooij
f017f87107 r25842: Start working on test for loading dso's in ldb.
(This used to be commit d41ed7ca8d)
2007-12-21 05:44:22 +01:00
Jelmer Vernooij
f2d64e1c45 r25306: Add tests for string_sub().
(This used to be commit 2d37ddcbd1)
2007-10-10 15:07:11 -05:00
Jelmer Vernooij
385622396d r25305: Fix installation of missing headers.
(This used to be commit 83f1721453)
2007-10-10 15:07:11 -05:00
Jelmer Vernooij
2e6f0016d1 r25110: Show environment variables in HTML output.
(This used to be commit 62e770ace3)
2007-10-10 15:06:41 -05:00
Jelmer Vernooij
8e2d624a58 r24937: Merge tests spoolss RPC callbacks.
(This used to be commit 9b256a0ca2)
2007-10-10 15:03:39 -05:00
Jelmer Vernooij
b409d4120f r24667: Finally merge the registry improvements that Wilco Baan Hofman and I 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 7a1eec6358)
2007-10-10 15:02:34 -05:00
Jelmer Vernooij
8f786106a5 r22637: Install tdbbackup and tdbdump again.
(This used to be commit 8197cb975e)
2007-10-10 14:51:57 -05:00
Jelmer Vernooij
42cf31f3c6 r22600: Update bzr ignores, put right version in .pc files, prepare for support of system versions of tdb, talloc.
(This used to be commit 9b991ce9ca)
2007-10-10 14:51:50 -05:00
Jelmer Vernooij
72b2f64f48 r21832: Ignore some more autogenerated files.
(This used to be commit f7fc7e2192)
2007-10-10 14:49:34 -05:00
Jelmer Vernooij
bedf53f9e0 r21669: Fix --enable-dso build
(This used to be commit 7cf9d07c88)
2007-10-10 14:49:07 -05:00
Jelmer Vernooij
1c1ba06ad9 r21488: Ignore autogenerated file.
(This used to be commit 12d45cede3)
2007-10-10 14:48:42 -05:00
Jelmer Vernooij
97416e6b01 r21297: Remove the GTK+ tools and library from the main repository. They are 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 07652f65ce)
2007-10-10 14:48:04 -05:00
Jelmer Vernooij
c471abbcfe r20963: remove unused functions, run LOCAL-TDR by default
(This used to be commit 0f34c67fff)
2007-10-10 14:44:04 -05:00
Jelmer Vernooij
1a803d13b8 r20961: Fix lcov
(This used to be commit fa659bed48)
2007-10-10 14:44:03 -05:00
Jelmer Vernooij
2ea9ee8b5a r20959: Add ignore entries
(This used to be commit bc8650b368)
2007-10-10 14:44:02 -05:00
Jelmer Vernooij
97467edea3 r20829: Update ignores.
(This used to be commit 4f790a5987)
2007-10-10 14:43:37 -05:00
Jelmer Vernooij
4fa24df98d r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libraries
works again now, by specifying --enable-dso to configure.
(This used to be commit 7a01235067)
2007-10-10 14:24:41 -05:00
Jelmer Vernooij
b58deeea69 r19350: Properly list LOCAL-TALLOC under the "LOCAL" header.
Support directories for subcategories in tests.
Several small other fixes.
(This used to be commit bde00d9706)
2007-10-10 14:21:14 -05:00
Jelmer Vernooij
38fdde5d9b r18031: Merge my replace fixes:
* libreplace can now build stand-alone
 * add stub testsuite for libreplace
 * make talloc/tdb/ldb use libreplace
(This used to be commit fe7ca4b145)
2007-10-10 14:17:05 -05:00
Jelmer Vernooij
50f5c65f78 r17811: Add .bzrignore file
(This used to be commit 10419a9fba)
2007-10-10 14:16:44 -05:00