1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00
Commit Graph

14978 Commits

Author SHA1 Message Date
Jelmer Vernooij
b30fd477ff Fix typos, avoid DEPEND_LIST from growing with empty elements. 2008-02-29 14:32:37 +01:00
Jelmer Vernooij
6c659689ed Move public header accumulation out of the perl code.
Never install generated prototype files. It's easier to break the
API when using them and they're not easily readable for 3rd party users.

Conflicts:

	source/auth/config.mk
	source/auth/credentials/config.mk
	source/auth/gensec/config.mk
	source/build/smb_build/config_mk.pm
	source/build/smb_build/main.pl
	source/build/smb_build/makefile.pm
	source/dsdb/config.mk
	source/lib/charset/config.mk
	source/lib/tdr/config.mk
	source/lib/util/config.mk
	source/libcli/config.mk
	source/libcli/ldap/config.mk
	source/librpc/config.mk
	source/param/config.mk
	source/rpc_server/config.mk
	source/torture/config.mk
2008-02-29 14:23:38 +01:00
Jelmer Vernooij
36da52abf5 Fix manpage paths. 2008-02-29 14:12:36 +01:00
Jelmer Vernooij
1dd6bea507 Move manpage management out of the perl build system. 2008-02-29 14:12:23 +01:00
Jelmer Vernooij
94b0dd7ab0 Move logic to makefile 2008-02-29 14:09:54 +01:00
Jelmer Vernooij
3506c707c5 Use more GNU-make specific variables. 2008-02-29 14:09:10 +01:00
Jelmer Vernooij
666311dccf Remove obsolete comment. 2008-02-29 14:07:29 +01:00
Jelmer Vernooij
0580357fb4 Remove workaround for some non-GNU makes. 2008-02-29 14:07:15 +01:00
Jelmer Vernooij
9db23848dc Update smb_build README. 2008-02-29 14:05:59 +01:00
Jelmer Vernooij
28bbd54619 Merge env.pm into makefile.pm. 2008-02-29 14:05:11 +01:00
Jelmer Vernooij
e33f357fb0 Move configure output details out of perl code. 2008-02-29 14:03:33 +01:00
Jelmer Vernooij
10f0b5f83f Avoid use of removed variable. 2008-02-29 13:58:20 +01:00
Jelmer Vernooij
cf59ec4cc3 Remove unused include. 2008-02-29 13:51:54 +01:00
Jelmer Vernooij
67f15cd484 Use make to generate list of python files, remove unused variable. 2008-02-29 13:51:20 +01:00
Jelmer Vernooij
1ec6870966 Use make to create lists of plugins, remove duplicate variable. 2008-02-29 13:50:32 +01:00
Jelmer Vernooij
ea3d3b5250 Generate manpage list with make. 2008-02-29 13:49:29 +01:00
Jelmer Vernooij
a932a2e37d Use make to create lists of pc files and prototype headers. 2008-02-29 13:48:34 +01:00
Jelmer Vernooij
2c2a589183 Use make to generate lists of libraries. 2008-02-29 13:48:11 +01:00
Jelmer Vernooij
3519aae184 Use make to generate lists of libraries. 2008-02-29 13:47:21 +01:00
Jelmer Vernooij
17d2f682e9 Use make to generate list of prototype headers. 2008-02-29 13:45:22 +01:00
Jelmer Vernooij
e0afbc3778 Create SBIN_PROGS and BIN_PROGS lists from within make. 2008-02-29 13:44:03 +01:00
Jelmer Vernooij
d54421a9ee use gmake to handle .py file copies. 2008-02-29 13:42:59 +01:00
Michael Adam
0aff54a12e libreplace: add snprintf.c to test code for getifaddrs - needed on some systems.
Michael
2008-02-29 02:46:14 +01:00
Michael Adam
54cc0df4db libreplace: ifdef out ip6 code if unsupported.
Michael
2008-02-29 02:43:24 +01:00
Michael Adam
0cbb87453b libreplace: fix rep_freeifaddrs to not segfault on NULL input.
Michael
2008-02-29 02:23:29 +01:00
Michael Adam
523626908d libreplace: fix silly crashbug in getifaddrs_test().
Michael
2008-02-29 02:22:02 +01:00
Michael Adam
f8243cfc47 libreplace: add missing newline in output of getifaddrs test.
Michael
2008-02-29 01:49:30 +01:00
Michael Adam
29818a07de libreplace: add missing semicolon to getifaddrs.
Michael
2008-02-29 01:25:58 +01:00
Jelmer Vernooij
9499f8eea5 Fix ldapi support. 2008-02-29 01:06:05 +01:00
Jelmer Vernooij
2b408e9ed4 Fix typo. 2008-02-29 01:03:31 +01:00
Jelmer Vernooij
227de59686 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test 2008-02-29 01:00:15 +01:00
Jelmer Vernooij
6ded77b777 raw-qfsinfo: Convert to new torture API. 2008-02-29 00:58:47 +01:00
Andrew Bartlett
124d2ee788 Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local 2008-02-29 10:56:56 +11:00
Andrew Bartlett
faf324cac6 Prove that not supporting ldapi is a bit problem.
For a while now, ldapi support has been busted, but it was only tested
when we were running against an external LDAP server.

Andrew Bartlett
2008-02-29 10:56:04 +11:00
Jelmer Vernooij
80ce9a3bbc Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test 2008-02-29 00:47:14 +01:00
Jelmer Vernooij
40dffc177b Convert to new torture API. 2008-02-29 00:46:44 +01:00
Andrew Bartlett
f002a98c7a Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local 2008-02-29 10:09:35 +11:00
Michael Adam
ee170c85e0 libreplace: try and fix rep_getifaddrs() for Tru64.
Don't fail when there is no address assigned to the interface.
Put NULL into the ifaddrs structure instead.

Michael
2008-02-29 00:06:55 +01:00
Michael Adam
a2a506ff0e libreplace: use the new getifaddrs test also for autoconf.
Michael
2008-02-28 23:01:15 +01:00
Michael Adam
9d2bab09aa libreplace: add extended getifaddrs test that prints out the interfaces.
Michael
2008-02-28 23:01:15 +01:00
Andrew Bartlett
04db9b1844 Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local 2008-02-29 08:48:57 +11:00
Andrew Bartlett
cda4642a93 Simplify the 'password must change' logic
This takes the previous patches further, so we catch all the cases
(the KDC looked at the time directly).

Andrew Bartlett
2008-02-29 08:47:42 +11:00
Jelmer Vernooij
3cf3922c80 Remove use of global_loadparm. 2008-02-28 21:02:49 +01:00
Jelmer Vernooij
4472d7e1e4 Remove use of global_loadparm. 2008-02-28 20:30:03 +01:00
Jelmer Vernooij
16f36ce499 Remove sDefault as static variable. 2008-02-28 20:04:58 +01:00
Jelmer Vernooij
6cbb241c05 Merge branch 'v4-0-trivial' into v4-0-test 2008-02-28 18:27:29 +01:00
Jelmer Vernooij
fe1d3e6999 Cache iconv_convenience. 2008-02-28 18:26:12 +01:00
Jelmer Vernooij
239bdf5e81 torture/t_strcmp.c: Remove obsolete file - proper testing is now done in the libutil testsuite. 2008-02-28 18:25:49 +01:00
Jelmer Vernooij
9901355176 More share_init to more apprioriate place. 2008-02-28 18:06:23 +01:00
Jelmer Vernooij
84b6772852 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test 2008-02-28 14:11:45 +01:00