Age | Commit message (Expand) | Author | Files | Lines |
2008-02-19 | Fix accidently introduced bug - thanks metze. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-19 | samba3rpc: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -31/+42 |
2008-02-19 | Avoid use of global_loadparm. | Jelmer Vernooij | 1 | -6/+7 |
2008-02-19 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 2 | -9/+11 |
2008-02-19 | Remove uses of global_loadparm. | Jelmer Vernooij | 3 | -15/+18 |
2008-02-19 | Fix quicktest. | Jelmer Vernooij | 1 | -32/+32 |
2008-02-19 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartlet | Andrew Bartlett | 43 | -439/+537 |
2008-02-19 | To partially simplfy our gcov handling, move to the new --coverage option. | Andrew Bartlett | 1 | -9/+10 |
2008-02-19 | Fix CFLAGS (caused problems on hosts without libgssapi installed on the system). | Jelmer Vernooij | 1 | -1/+1 |
2008-02-19 | Add test for INCLUDE command. | Jelmer Vernooij | 2 | -4/+6 |
2008-02-19 | Add INCLUDE command to pidl. | Julien Kerihuel | 1 | -1/+20 |
2008-02-19 | Explain that these OIDs are DNs | Andrew Bartlett | 1 | -0/+1 |
2008-02-18 | Fix local tests. | Jelmer Vernooij | 1 | -2/+3 |
2008-02-18 | Fix dependency on popt. | Jelmer Vernooij | 1 | -1/+2 |
2008-02-18 | When not using --immediate, use a one-line progress indicator in selftest. | Jelmer Vernooij | 1 | -2/+9 |
2008-02-18 | Use consistent hierarchical naming for tests used in selftest. | Jelmer Vernooij | 3 | -120/+134 |
2008-02-18 | Fix summary. | Jelmer Vernooij | 1 | -3/+2 |
2008-02-18 | Rename include to mkinclude to emphasize it is different from make's include. | Jelmer Vernooij | 15 | -96/+96 |
2008-02-18 | Use implicit build system element creation for external libraries. | Jelmer Vernooij | 4 | -26/+13 |
2008-02-18 | Be a little bit less strict about recursive dependencies. | Jelmer Vernooij | 1 | -2/+5 |
2008-02-18 | Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ' | Jelmer Vernooij | 8 | -20/+20 |
2008-02-18 | Build complete static libraries. | Jelmer Vernooij | 5 | -38/+17 |
2008-02-18 | Simplify handling of ALL_OBJS. | Jelmer Vernooij | 2 | -9/+1 |
2008-02-18 | Fix unresolved symbols. | Jelmer Vernooij | 2 | -2/+4 |
2008-02-18 | Factor out common code that generates object lists. | Jelmer Vernooij | 3 | -18/+3 |
2008-02-18 | Remove mergedobj files during clean. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-18 | Simplify some more smb_build code. | Jelmer Vernooij | 1 | -9/+3 |
2008-02-18 | Fix build with partial linking. | Jelmer Vernooij | 8 | -22/+18 |
2008-02-18 | Avoid redetermining paths; use already stored values. | Jelmer Vernooij | 5 | -27/+25 |
2008-02-18 | Add elements in the build system implicitly if they're unknown | Jelmer Vernooij | 1 | -1/+14 |
2008-02-18 | Reenable partial linking | Jelmer Vernooij | 3 | -4/+3 |
2008-02-18 | Fix installation of gencache. | Jelmer Vernooij | 1 | -0/+1 |
2008-02-18 | Merge functions. | Jelmer Vernooij | 1 | -12/+2 |
2008-02-18 | Eliminate duplicate variable. | Jelmer Vernooij | 2 | -4/+1 |
2008-02-18 | Switch back to using static libraries for subsystems for now, since partial l... | Jelmer Vernooij | 1 | -1/+2 |
2008-02-18 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 7 | -15/+63 |
2008-02-18 | disable the EAS level in SMB2-GETINFO test until we get some feedback | Andrew Tridgell | 1 | -4/+6 |
2008-02-18 | open a root handle in SMB2 should use a NULL filename, not a zero length | Andrew Tridgell | 1 | -1/+2 |
2008-02-18 | 3 places where the VFS backend doesn't handle NULL strings. | Andrew Tridgell | 3 | -0/+15 |
2008-02-18 | handle pushing of zero length smb2 strings | Andrew Tridgell | 1 | -0/+6 |
2008-02-16 | Prevent adding libreplace when not necessary. | Jelmer Vernooij | 1 | -3/+1 |
2008-02-16 | Some more mergedobj fixes. | Jelmer Vernooij | 2 | -13/+4 |
2008-02-16 | Use standard variable for partial linking. | Jelmer Vernooij | 3 | -1/+5 |
2008-02-16 | Reintroduce mergedobj support. | Jelmer Vernooij | 3 | -1/+32 |
2008-02-16 | Remove unused code. | Jelmer Vernooij | 2 | -8/+4 |
2008-02-16 | Simplify handling of plugin installation. | Jelmer Vernooij | 2 | -13/+20 |
2008-02-16 | Add static header for gencache. | Jelmer Vernooij | 2 | -5/+95 |
2008-02-16 | Formatting fixes. | Jelmer Vernooij | 1 | -2/+3 |
2008-02-16 | fixed RAW-READ after the bufinfo changes. Thanks to Metze for spotting | Andrew Tridgell | 1 | -0/+3 |
2008-02-16 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 9 | -365/+604 |