summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* | | Start dhcp server for kvm machine.Jelmer Vernooij2008-02-192-16/+70
* | | Start and kill kvm instance properly.Jelmer Vernooij2008-02-193-15/+35
* | | Merge branch 'v4-0-trivial' into v4-0-kvmtestJelmer Vernooij2008-02-198-93/+110
|\| |
| * | Fix accidently introduced bug - thanks metze.Jelmer Vernooij2008-02-191-1/+1
| * | samba3rpc: Remove use of global_loadparm.Jelmer Vernooij2008-02-191-31/+42
| * | Avoid use of global_loadparm.Jelmer Vernooij2008-02-191-6/+7
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-192-9/+11
| |\ \
| | * \ Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett2008-02-1943-439/+537
| | |\ \
| | * | | To partially simplfy our gcov handling, move to the new --coverage option.Andrew Bartlett2008-02-191-9/+10
| | * | | Explain that these OIDs are DNsAndrew Bartlett2008-02-191-0/+1
| * | | | Remove uses of global_loadparm.Jelmer Vernooij2008-02-193-15/+18
| * | | | Fix quicktest.Jelmer Vernooij2008-02-191-32/+32
| | |/ / | |/| |
* | | | kvm fixes.Jelmer Vernooij2008-02-192-1/+4
* | | | Merge branch 'v4-0-trivial' into v4-0-kvmtestJelmer Vernooij2008-02-191-1/+1
|\| | |
| * | | Fix CFLAGS (caused problems on hosts without libgssapi installed on the system).Jelmer Vernooij2008-02-191-1/+1
* | | | Add Kvm start code.Jelmer Vernooij2008-02-192-0/+26
* | | | Add framework for Kvm test.Jelmer Vernooij2008-02-192-3/+66
|/ / /
* | | Add test for INCLUDE command.Jelmer Vernooij2008-02-192-4/+6
* | | Add INCLUDE command to pidl.Julien Kerihuel2008-02-191-1/+20
* | | Fix local tests.Jelmer Vernooij2008-02-181-2/+3
* | | Fix dependency on popt.Jelmer Vernooij2008-02-181-1/+2
* | | When not using --immediate, use a one-line progress indicator in selftest.Jelmer Vernooij2008-02-181-2/+9
* | | Use consistent hierarchical naming for tests used in selftest.Jelmer Vernooij2008-02-183-120/+134
* | | Fix summary.Jelmer Vernooij2008-02-181-3/+2
* | | Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-1815-96/+96
* | | Use implicit build system element creation for external libraries.Jelmer Vernooij2008-02-184-26/+13
* | | Be a little bit less strict about recursive dependencies.Jelmer Vernooij2008-02-181-2/+5
* | | Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-188-20/+20
* | | Build complete static libraries.Jelmer Vernooij2008-02-185-38/+17
* | | Simplify handling of ALL_OBJS.Jelmer Vernooij2008-02-182-9/+1
* | | Fix unresolved symbols.Jelmer Vernooij2008-02-182-2/+4
* | | Factor out common code that generates object lists.Jelmer Vernooij2008-02-183-18/+3
* | | Remove mergedobj files during clean.Jelmer Vernooij2008-02-181-1/+1
* | | Simplify some more smb_build code.Jelmer Vernooij2008-02-181-9/+3
* | | Fix build with partial linking.Jelmer Vernooij2008-02-188-22/+18
* | | Avoid redetermining paths; use already stored values.Jelmer Vernooij2008-02-185-27/+25
* | | Add elements in the build system implicitly if they're unknownJelmer Vernooij2008-02-181-1/+14
* | | Reenable partial linkingJelmer Vernooij2008-02-183-4/+3
* | | Fix installation of gencache.Jelmer Vernooij2008-02-181-0/+1
* | | Merge functions.Jelmer Vernooij2008-02-181-12/+2
* | | Eliminate duplicate variable.Jelmer Vernooij2008-02-182-4/+1
* | | Switch back to using static libraries for subsystems for now, since partial l...Jelmer Vernooij2008-02-181-1/+2
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-187-15/+63
|\| |
| * | disable the EAS level in SMB2-GETINFO test until we get some feedbackAndrew Tridgell2008-02-181-4/+6
| * | open a root handle in SMB2 should use a NULL filename, not a zero lengthAndrew Tridgell2008-02-181-1/+2
| * | 3 places where the VFS backend doesn't handle NULL strings.Andrew Tridgell2008-02-183-0/+15
| * | handle pushing of zero length smb2 stringsAndrew Tridgell2008-02-181-0/+6
| * | fixed RAW-READ after the bufinfo changes. Thanks to Metze for spottingAndrew Tridgell2008-02-161-0/+3
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-02-169-365/+604
| |\ \
| * | | fixed handling of zero sized buffers versus NULL buffers inAndrew Tridgell2008-02-161-10/+31