Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7463: - move some more stuff into functions | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7425: configure check to see if a compiler can handle negative enum values | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r7389: move socket wrapper dir also to the prefix-test dir | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7315: Add support for custom makefile targets, e.g.: | Jelmer Vernooij | 3 | -1/+23 |
2007-10-10 | r7311: Use TARGET_CFLAGS for depend list as well | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r7310: Support TARGET_CFLAGS thru recursive make | Jelmer Vernooij | 2 | -24/+14 |
2007-10-10 | r7308: Make dependency lists in the Makefile shorter (see discussion on samba... | Jelmer Vernooij | 2 | -70/+27 |
2007-10-10 | r7307: Add phony rules for OUTPUT_TYPE OBJLIST, e.g. it is now possible | Jelmer Vernooij | 2 | -5/+13 |
2007-10-10 | r7305: Some cleanups, use write out CFLAGS variable | Jelmer Vernooij | 1 | -43/+22 |
2007-10-10 | r7299: move the list of config.mk files to the source/ | Stefan Metzmacher | 2 | -49/+1 |
2007-10-10 | r7290: comment out heimdal config for now | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7289: split out the list of *.mk files for the build, so you don't need to m... | Andrew Tridgell | 2 | -48/+51 |
2007-10-10 | r7274: Move m4 files to seperate dir | Jelmer Vernooij | 10 | -740/+2 |
2007-10-10 | r7273: Update a bit | Jelmer Vernooij | 1 | -15/+18 |
2007-10-10 | r7271: added the ability to specify a target specific set of CFLAGS for | Andrew Tridgell | 2 | -2/+28 |
2007-10-10 | r7221: Add the start of a KDC service (to be built on a 'libkdc' from a to be | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7065: Move ejs from web_server to lib so it can be shared with smbscript. | Tim Potter | 1 | -0/+1 |
2007-10-10 | r7062: Merge scripting/swig/config.mk with scripting/config.mk | Tim Potter | 1 | -1/+0 |
2007-10-10 | r7061: A ejs scripting client. This should allow javascript to be run in a | Tim Potter | 1 | -0/+1 |
2007-10-10 | r7059: Use namespaces for pidl and the build system, so we can later on | Jelmer Vernooij | 3 | -9/+9 |
2007-10-10 | r7049: auto-create the private/tls/ directory on install | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7010: Merge libcli/libsmb.mk into libcli/config.mk | Tim Potter | 1 | -1/+0 |
2007-10-10 | r6982: install the swat pages with 'make installswat' | Andrew Tridgell | 2 | -2/+23 |
2007-10-10 | r6981: first version of the builtin web server for Samba4 | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r6926: More build farm fixes: | Jelmer Vernooij | 6 | -159/+71 |
2007-10-10 | r6924: Remove some unused functions. | Jelmer Vernooij | 1 | -200/+0 |
2007-10-10 | r6874: Fix static library build | Jelmer Vernooij | 1 | -8/+6 |
2007-10-10 | r6853: again fixed SOCKET_WRAPPER_DIR in 'make test' | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r6842: Move to .mk file | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r6839: Add support for building subsystems as shared libraries. This can be | Jelmer Vernooij | 3 | -20/+22 |
2007-10-10 | r6838: Remove unnecessary calls to gensec_gsskrb5 | Jelmer Vernooij | 1 | -2/+9 |
2007-10-10 | r6828: More portability fixes | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be called | Tim Potter | 1 | -3/+3 |
2007-10-10 | r6809: ifeq is not portable in make - jelmer, you'll need to find some other ... | Andrew Tridgell | 1 | -6/+1 |
2007-10-10 | r6725: the beginnings of a cldap server | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r6621: Warn when the user is trying to use socket wrapper | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r6617: Let --enable-developer imply --enable-socket-wrapper | Jelmer Vernooij | 1 | -1/+7 |
2007-10-10 | r6607: fix the build | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r6589: Make the library versioning options for building a shared library opti... | Tim Potter | 1 | -3/+10 |
2007-10-10 | r6577: Make test works without installation now. | Jelmer Vernooij | 1 | -7/+1 |
2007-10-10 | r6568: Some more small 'make test' fixes | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r6567: Use "real" prefix for 'make test' | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r6564: - Fix bug in socket_wrapper | Jelmer Vernooij | 1 | -0/+10 |
2007-10-10 | r6485: Move LDAP detection M4 file and use it for the standalone ldb build | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r6458: Split up NTLMSSP into a new directory, and into seperate files for the | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r6177: Use here documents instead of print() statements to generate the | Tim Potter | 1 | -144/+164 |
2007-10-10 | r6148: Add a showflags target to display the various compiler flags a la | Tim Potter | 1 | -0/+7 |
2007-10-10 | r6139: Move socket_wrapper to a seperate directory | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r6113: Move GENSEC and the kerberos code out of libcli/auth, and into | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r5917: First step in using the new cli_credentials structure. This patch | Jelmer Vernooij | 1 | -0/+1 |