Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-15 | More improvements. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-15 | Disable WMI for now, as it doesn't build properly yet. | Jelmer Vernooij | 1 | -0/+3 | |
2008-09-15 | Use other utility typemaps inside wmi python functions. | Jelmer Vernooij | 1 | -1/+0 | |
2008-09-15 | Add build system bits for wmi. | Jelmer Vernooij | 1 | -0/+1 | |
2008-08-01 | build: autogenarate VPATH by configure | Stefan Metzmacher | 1 | -1/+0 | |
metze (This used to be commit 16147753adcdbdc0ee9faa16fafb1c74240a6858) | |||||
2008-06-09 | heimdal_build: rename config.m{k,4} => internal.m{k,4} | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 33700d4a97e14aab1b45b3ddb8c80c48cd789bc6) | |||||
2008-05-28 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 1 | -48/+1 | |
It seems the format of main.mk changed in my sleep... Conflicts: source/main.mk (This used to be commit 56f2288e4f4f1aa70d11fc5f118458baf5803627) | |||||
2008-05-27 | Move source dir variables to Makefile. | Jelmer Vernooij | 1 | -47/+0 | |
(This used to be commit fdc7c3568e5fbf510c874601d72798454b1c1ca6) | |||||
2008-05-27 | Move version.o and dynconfig.o into their own directory. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 2cc924a412578c052a7793408300c28c8bc87c2d) | |||||
2008-05-27 | Start an 'NTP signing server' in Samba4. | Andrew Bartlett | 1 | -0/+2 | |
I am modifying the ntp.org server to talk to this service, to sign packets per MS-SNTP. Andrew Bartlett (This used to be commit 0c15385e6068d2f70ff11aa5837adbd6d78410ae) | |||||
2008-05-23 | Include full path for python scripting dir to allow out-of-tree builds. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 01485bea87b7f7885ffed0cd3a0143baaa2d048e) | |||||
2008-05-19 | Revert some absolute paths. | Jelmer Vernooij | 1 | -46/+46 | |
(This used to be commit b4613e81351fa0477d0c76a19fb0474a79f8689f) | |||||
2008-05-19 | Move IDL build script to rpc directory, make various bits and pieces easier ↵ | Jelmer Vernooij | 1 | -46/+46 | |
to use externally. (This used to be commit 8328ff76416df5a6e05461d3a19f510b76f2e902) | |||||
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24) | |||||
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the ↵ | Jelmer Vernooij | 1 | -2/+2 | |
middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942) | |||||
2008-05-18 | Use variables for source directory in remaining subsystems. | Jelmer Vernooij | 1 | -1/+21 | |
(This used to be commit 6b6b2196a8a8d9e741f5c399185ded7a16938da0) | |||||
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -0/+19 | |
(This used to be commit 28f4a8bc2c9b4158e74e1284ff9df068388c3b3d) | |||||
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -0/+15 | |
(This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4) | |||||
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -0/+3 | |
(This used to be commit 2860a7db5968c7007522cdb300eba390da929ab8) | |||||
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -0/+3 | |
(This used to be commit 56bb2907c67d55967f54ce74b029f05067a187c5) | |||||
2008-05-18 | Use variable for param src dir. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit f97bc5735803a73181030e6d7db2862ebc1b7f4b) | |||||
2008-05-18 | Use src dir. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit 63f2b66f0e1120a516d3dfcd03b38db2e4aaddd0) | |||||
2008-05-18 | Use variables for source path in libnet/ and scripting/python. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit fb10a81b9484642099ecbe896eabe00a4417bc42) | |||||
2008-02-18 | Rename include to mkinclude to emphasize it is different from make's include. | Jelmer Vernooij | 1 | -31/+31 | |
(This used to be commit 0e1d0a874ae3d22b8f97a79b81fe0af3ef53a771) | |||||
2008-02-11 | Avoid autogenerating the Makefile but rather include a data.mk file | Jelmer Vernooij | 1 | -202/+0 | |
that is autogenerated. (This used to be commit 95967e8bfbdce2e073a3fc938f1271da40b543d3) | |||||
2008-02-11 | Move some more variables to static .mk file. | Jelmer Vernooij | 1 | -0/+6 | |
(This used to be commit a72d3ffaded5624732972708c305b8f84f47fed7) | |||||
2008-02-11 | Automatically write AC_SUBST() vars to mkconfig.mk and use them. | Jelmer Vernooij | 1 | -45/+54 | |
(This used to be commit a22bb7725b0b825a90e955f883a34341e9f0f69e) | |||||
2008-02-09 | Move more make code to rules.mk | Jelmer Vernooij | 1 | -22/+3 | |
(This used to be commit 5ade1a951685665164037138cb92e5b2db2a8b52) | |||||
2008-02-09 | Use mkinclude (makes the Makefile a bit shorter), use double-colon for phony ↵ | Jelmer Vernooij | 1 | -166/+32 | |
makefile targets. (This used to be commit ea7d389bcc284d2e9eeff79bce5c285269099ad3) | |||||
2008-01-03 | r26663: Proper dependencies for pidl Python bindings. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit f24e5e8a2b16f2f1640cb573bdcb346cb3748f33) | |||||
2007-12-24 | r26560: Add script for running in valgrind. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit cb5d6a9ee27cea4a7a34c3249eed55f601630b82) | |||||
2007-12-21 | r26206: Build python modules as part of make all. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit df40628a4645bbecd31b50b409048442a5adb189) | |||||
2007-12-21 | r26186: Generate SWIG files as part of autogen.sh | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 4429f8b87e057787df0748f93c842c9a634dada5) | |||||
2007-12-21 | r26088: Import some native-python python modules and move original python ↵ | Jelmer Vernooij | 1 | -1/+1 | |
swig torture code to common python directory as well. (This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1) | |||||
2007-12-21 | r25996: build: rename LD -> BNLD and LDFLAGS -> BNLD_FLAGS | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit fa795c88e2661a4398d2a9ded6ce486de4c45076) | |||||
2007-12-21 | r25995: build: print out MDLD and MDLD_FLAGS with make showflags | Stefan Metzmacher | 1 | -0/+2 | |
metze (This used to be commit 77815d0314650f1dbe4c5c796bbae27a1be6c53f) | |||||
2007-12-21 | r25707: Move selftest makefile code to separate file. | Jelmer Vernooij | 1 | -72/+1 | |
(This used to be commit 9714db7814fd43d2a10485c041bbb761360c0826) | |||||
2007-12-21 | r25623: add 'make test-swrap-pcap' and 'make test-swrap-keep-pcap' | Stefan Metzmacher | 1 | -0/+6 | |
metze (This used to be commit 398940031ba4b8208d80c0e589b7235120cf3594) | |||||
2007-10-10 | r25582: build nmblookup with make testsuite as it's needed in the blackbox tests | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 18991998b209f46937d1060c2bc8b841da5b6173) | |||||
2007-10-10 | r25386: add 'make testsuite' target that tries to at least compile | Stefan Metzmacher | 1 | -0/+6 | |
smbtorture, smbclient and cifsdd which are used by samba3's 'make test' in future. metze (This used to be commit 712074d9503aef7b0c32d4e06c50c8dbb7b5cdc2) | |||||
2007-10-10 | r25051: Move SWAT back to the old-style form-submit modal. | Andrew Bartlett | 1 | -7/+4 | |
The Web 2.0, async client tools were really interesting, but without developer backing they remain impossible to support into a release. The most interesting app was the LDB browser, and I intend to replace this with phpLdapAdmin, preconfigured for Apache during provision. This also removes the need to 'compile' SWAT on SVN checkouts. Andrew Bartlett (This used to be commit cda965e908055d45b1c05bc29cc791f7238d2fae) | |||||
2007-10-10 | r24937: Merge tests spoolss RPC callbacks. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 9b256a0ca232ea6e89771bf73a1adf877273a752) | |||||
2007-10-10 | r24812: Fix headers for external users. | Jelmer Vernooij | 1 | -2/+1 | |
(This used to be commit ff6684adfd96b59381dd941e54070ab9f8984912) | |||||
2007-10-10 | r24669: Add CSS to the test run HTML output. See http://samba.org/~jelmer/ ↵ | Jelmer Vernooij | 1 | -0/+3 | |
for an example of the current output. (This used to be commit 1e57394e865a9122bddb3413088a19d4f57a3e3d) | |||||
2007-10-10 | r24345: Add --format=html option to selftest. | Jelmer Vernooij | 1 | -0/+3 | |
(This used to be commit de66bced9468b338e94d430a474616016c6078a5) | |||||
2007-10-10 | r23281: Ensure we wipe all the right things in distclean. | Andrew Bartlett | 1 | -2/+2 | |
Andrew Bartlett (This used to be commit 9bf7e4d89632b39da336b4c0de2aa5c1d7f25d9a) | |||||
2007-10-10 | r22575: move script/tests/ -> selftest/ | Stefan Metzmacher | 1 | -1/+1 | |
as discussed with jelmer and abartlet metze (This used to be commit e9fe3c40e10accb63d7a2124d3a7e77e499c4209) | |||||
2007-10-10 | r22535: pass down $(TESTS) to all test variants | Stefan Metzmacher | 1 | -4/+4 | |
metze (This used to be commit c27519d35159499d653281341c63bf57e77562de) | |||||
2007-10-10 | r22451: allow | Stefan Metzmacher | 1 | -4/+0 | |
SKIP_DEP_FILES=yes make metze (This used to be commit 31fab208f63f0ee3fb1838c9b59421feb5752948) | |||||
2007-10-10 | r22312: avoid the need of typing 'run' into each gdb xterm | Stefan Metzmacher | 1 | -3/+3 | |
if someone knows how to tell gdb to only exit if 'run' exists clean via the if/else logic please tell me! see http://davis.lbl.gov/Manuals/GDB/gdb_20.html#SEC194) but there's no useful example :-( metze (This used to be commit 4a95e893087e6e3194cd18289a9bf019d0f0abde) |