summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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)
| * | Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.Michael Adam2008-02-191-3/+0
| | | | | | | | | | | | | | | Michael (This used to be commit d10cbb533c18a6d74160477d34a81bbd4cd6c7c8)
| * | Fix a typo.Michael Adam2008-02-191-1/+1
| | | | | | | | | | | | | | | Michael (This used to be commit 39499a3346b49a3c50cb1ebb1393a62c614cf056)
| * | Adapt source code checkout information to git repo in talloc website.Michael Adam2008-02-191-4/+5
| | | | | | | | | | | | | | | Michael (This used to be commit 254be79799acc69db88a5500a2f755c84553f8ef)
| * | Fix paths for talloc into unpacked directory (rsync commands).Michael Adam2008-02-191-2/+2
| | | | | | | | | | | | | | | Michael (This used to be commit 2839d7f67a0d3ed5b4841bf3c12ce73972636b88)
| * | initshutdown.idl: get rid of initshutdown_String and use lsa_StringLargeStefan Metzmacher2008-02-192-20/+18
| | | | | | | | | | | | | | | metze (This used to be commit d9303cb08324db5ceb89f69a1a71cc3e16fdf250)
| * | winreg.idl: get rid of initshutdown_String and use lsa_StringLargeStefan Metzmacher2008-02-192-12/+17
| | | | | | | | | | | | | | | metze (This used to be commit 1ccea2a260de83b2e3137f762716ae67070c7024)
| * | drsblobs.idl: don't use asclstrStefan Metzmacher2008-02-191-1/+2
| | | | | | | | | | | | | | | metze (This used to be commit f42cc9134004597eff19e477d3ed0693d5e6fef6)
| * | lsa.idl: strlen_m*() also for the lsa_AsciiString* versionsStefan Metzmacher2008-02-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We already did this before b994f899b42d294c0418bdc82660a2f7510667d6. This is needed to handle NULL strings, where strlen() would crash... Maybe we should add a strlen_a() and strlen_a_term() later... metze (This used to be commit c388efab13d1be2086a99e6615fa348c4cdc4594)
| * | lsa.idl: use strlen_m_term() in lsa_StringLarge to support NULL stringsStefan Metzmacher2008-02-191-1/+1
| | | | | | | | | | | | | | | metze (This used to be commit bdd8d9ebdf184ee3e23a8de92fa4dec7123a8824)
* | | Only set "interfaces = " line for client when necessary.Jelmer Vernooij2008-02-191-1/+3
| | | | | | | | | | | | (This used to be commit 89fd6e9d0c3d0cb2fa3b8109e82f377cd7877a2e)
* | | Add kvm name.Jelmer Vernooij2008-02-191-1/+1
| | | | | | | | | | | | (This used to be commit 228710e2656f8635697cdf4b7ce0c931683fbf86)
* | | Allow loading kvm snapshots.Jelmer Vernooij2008-02-191-1/+5
| | | | | | | | | | | | (This used to be commit 8ef295bb9cba4a47ff19894364e9d5f4dc15a935)
* | | Allow connecting to screen.Jelmer Vernooij2008-02-192-3/+3
| | | | | | | | | | | | (This used to be commit a021408c9d78260b9abf7ebec4230b7958033a38)
* | | Start dhcp server for kvm machine.Jelmer Vernooij2008-02-192-16/+70
| | | | | | | | | | | | (This used to be commit a54507dbd6bfaafb42eb95ec8a57897096b19583)
* | | Start and kill kvm instance properly.Jelmer Vernooij2008-02-193-15/+35
| | | | | | | | | | | | (This used to be commit 78e49765a2ec5fac485dbf56143716e151b4b562)
* | | Merge branch 'v4-0-trivial' into v4-0-kvmtestJelmer Vernooij2008-02-198-93/+110
|\| | | | | | | | | | | (This used to be commit 732d2bba83c68d337a4a0290245ba8b3eb0635dd)
| * | Fix accidently introduced bug - thanks metze.Jelmer Vernooij2008-02-191-1/+1
| | | | | | | | | | | | (This used to be commit d0dfdab85ac751c62b0a6d6e6b1ff128940098ed)
| * | samba3rpc: Remove use of global_loadparm.Jelmer Vernooij2008-02-191-31/+42
| | | | | | | | | | | | (This used to be commit b3d084170e01fc678f9be6c280c52763ead52959)
| * | Avoid use of global_loadparm.Jelmer Vernooij2008-02-191-6/+7
| | | | | | | | | | | | (This used to be commit e6751a3ca40d968f084642229845a729bd916222)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-192-9/+11
| |\ \ | | | | | | | | | | | | (This used to be commit 8238415f3cf2d48601dd3102edfa2c438155f49a)
| | * \ Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett2008-02-1943-439/+537
| | |\ \ | | | | | | | | | | | | | | | (This used to be commit 837eb8a0bc011cd84bc7e8d2849028313d709928)
| | * | | To partially simplfy our gcov handling, move to the new --coverage option.Andrew Bartlett2008-02-191-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 7e49f75ee21adec321e0935c9cd4c2a96d7ef6d1)
| | * | | Explain that these OIDs are DNsAndrew Bartlett2008-02-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 69af290c91c61cdaf821750d0d2dddf9cb1b8255)
| * | | | Remove uses of global_loadparm.Jelmer Vernooij2008-02-193-15/+18
| | | | | | | | | | | | | | | | | | | | (This used to be commit 138aaef0781e0754cc17b3ffdaa6062ba70c0c6a)
| * | | | Fix quicktest.Jelmer Vernooij2008-02-191-32/+32
| | |/ / | |/| | | | | | | | | | (This used to be commit 668f27bdaad505f0119ed6ad6a7089914c4f3310)
* | | | kvm fixes.Jelmer Vernooij2008-02-192-1/+4
| | | | | | | | | | | | | | | | (This used to be commit 3a5e2f9ba3131a2a264e21640db8bea255fe9ea3)
* | | | Merge branch 'v4-0-trivial' into v4-0-kvmtestJelmer Vernooij2008-02-191-1/+1
|\| | | | | | | | | | | | | | | (This used to be commit 2b8d5db1bb21ab3deaa8edbaddceaf23f83b8180)
| * | | Fix CFLAGS (caused problems on hosts without libgssapi installed on the system).Jelmer Vernooij2008-02-191-1/+1
| | | | | | | | | | | | | | | | (This used to be commit f6760fd161f568ef13a841a0210f130160a16c01)
* | | | Add Kvm start code.Jelmer Vernooij2008-02-192-0/+26
| | | | | | | | | | | | | | | | (This used to be commit 6308c134b225dfa8574aa1370a7874ed6e572ccc)
* | | | Add framework for Kvm test.Jelmer Vernooij2008-02-192-3/+66
|/ / / | | | | | | | | | (This used to be commit e4efbb2906f4f3876986e21c12b58791c3526bed)
* | | Add test for INCLUDE command.Jelmer Vernooij2008-02-192-4/+6
| | | | | | | | | | | | (This used to be commit d1aa25249d64513f785430cab7437b5c7ca8db27)
* | | Add INCLUDE command to pidl.Julien Kerihuel2008-02-191-1/+20
| | | | | | | | | | | | (This used to be commit 8a8ed4fae849a2cc565a1ff77b2208a4cd6b1edb)
* | | Fix local tests.Jelmer Vernooij2008-02-181-2/+3
| | | | | | | | | | | | (This used to be commit 60f2eb404628f9903bbb839a9aaead89c7a5736f)
* | | Fix dependency on popt.Jelmer Vernooij2008-02-181-1/+2
| | | | | | | | | | | | (This used to be commit dd854adc7a203f18228195a080bfa8075b0cd170)
* | | When not using --immediate, use a one-line progress indicator in selftest.Jelmer Vernooij2008-02-181-2/+9
| | | | | | | | | | | | (This used to be commit 16b4af184187f29f1f710609ee37029a3f15a294)
* | | Use consistent hierarchical naming for tests used in selftest.Jelmer Vernooij2008-02-183-120/+134
| | | | | | | | | | | | | | | | | | | | | This is mainly cosmetical and so it would in the future be possible to print a tree of the tests. People using "make test TESTS=..." may have to specify a slightly different regular expression than they used to. (This used to be commit fe0f2173c006573513f54c45c7bbc9d6855494af)
* | | Fix summary.Jelmer Vernooij2008-02-181-3/+2
| | | | | | | | | | | | (This used to be commit afe9418b728a1b35f713c650622c1abadba9a526)
* | | Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-1815-96/+96
| | | | | | | | | | | | (This used to be commit 0e1d0a874ae3d22b8f97a79b81fe0af3ef53a771)
* | | Use implicit build system element creation for external libraries.Jelmer Vernooij2008-02-184-26/+13
| | | | | | | | | | | | (This used to be commit 3b08f190c9dd4567e684c804a22e2612f405bbec)
* | | Be a little bit less strict about recursive dependencies.Jelmer Vernooij2008-02-181-2/+5
| | | | | | | | | | | | (This used to be commit 0bb89968299f90df00861a8982eefca182ed7f8d)
* | | Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-188-20/+20
| | | | | | | | | | | | (This used to be commit 269cbf84d8b7dbf3bc88adc04ae283dc908af5ac)
* | | Build complete static libraries.Jelmer Vernooij2008-02-185-38/+17
| | | | | | | | | | | | (This used to be commit 34e26f4eecdf5bca340133942b242969c4c16dff)