1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-04 08:23:50 +03:00
Commit Graph

14749 Commits

Author SHA1 Message Date
Michael Adam
d10cbb533c Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.
Michael
2008-02-19 17:25:42 +01:00
Michael Adam
39499a3346 Fix a typo.
Michael
2008-02-19 16:50:13 +01:00
Michael Adam
254be79799 Adapt source code checkout information to git repo in talloc website.
Michael
2008-02-19 16:50:13 +01:00
Michael Adam
2839d7f67a Fix paths for talloc into unpacked directory (rsync commands).
Michael
2008-02-19 16:50:13 +01:00
Stefan Metzmacher
d9303cb083 initshutdown.idl: get rid of initshutdown_String and use lsa_StringLarge
metze
2008-02-19 15:59:30 +01:00
Stefan Metzmacher
1ccea2a260 winreg.idl: get rid of initshutdown_String and use lsa_StringLarge
metze
2008-02-19 15:59:23 +01:00
Stefan Metzmacher
f42cc91340 drsblobs.idl: don't use asclstr
metze
2008-02-19 15:59:15 +01:00
Stefan Metzmacher
c388efab13 lsa.idl: strlen_m*() also for the lsa_AsciiString* versions
We already did this before b994f899b4.

This is needed to handle NULL strings, where strlen() would crash...

Maybe we should add a strlen_a() and strlen_a_term() later...

metze
2008-02-19 15:59:05 +01:00
Stefan Metzmacher
bdd8d9ebdf lsa.idl: use strlen_m_term() in lsa_StringLarge to support NULL strings
metze
2008-02-19 15:58:55 +01:00
Jelmer Vernooij
d0dfdab85a Fix accidently introduced bug - thanks metze. 2008-02-19 14:25:20 +01:00
Jelmer Vernooij
b3d084170e samba3rpc: Remove use of global_loadparm. 2008-02-19 14:13:14 +01:00
Jelmer Vernooij
e6751a3ca4 Avoid use of global_loadparm. 2008-02-19 14:12:05 +01:00
Jelmer Vernooij
8238415f3c Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial 2008-02-19 13:45:17 +01:00
Jelmer Vernooij
138aaef078 Remove uses of global_loadparm. 2008-02-19 13:39:27 +01:00
Jelmer Vernooij
668f27bdaa Fix quicktest. 2008-02-19 13:38:59 +01:00
Andrew Bartlett
837eb8a0bc Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartlet 2008-02-19 14:45:23 +11:00
Andrew Bartlett
7e49f75ee2 To partially simplfy our gcov handling, move to the new --coverage option.
Andrew Bartlett
2008-02-19 14:44:10 +11:00
Jelmer Vernooij
f6760fd161 Fix CFLAGS (caused problems on hosts without libgssapi installed on the system). 2008-02-19 03:57:30 +01:00
Jelmer Vernooij
d1aa25249d Add test for INCLUDE command. 2008-02-19 02:02:48 +01:00
Julien Kerihuel
8a8ed4fae8 Add INCLUDE command to pidl. 2008-02-19 01:55:01 +01:00
Andrew Bartlett
69af290c91 Explain that these OIDs are DNs
Andrew Bartlett
2008-02-19 09:36:56 +11:00
Jelmer Vernooij
60f2eb4046 Fix local tests. 2008-02-18 23:27:55 +01:00
Jelmer Vernooij
dd854adc7a Fix dependency on popt. 2008-02-18 23:20:08 +01:00
Jelmer Vernooij
16b4af1841 When not using --immediate, use a one-line progress indicator in selftest. 2008-02-18 21:52:23 +01:00
Jelmer Vernooij
fe0f2173c0 Use consistent hierarchical naming for tests used in selftest.
This is mainly cosmetical and so it would in the future be possible to print a tree of the tests.
People using "make test TESTS=..." may have to specify a slightly different regular expression
than they used to.
2008-02-18 21:13:03 +01:00
Jelmer Vernooij
afe9418b72 Fix summary. 2008-02-18 20:14:29 +01:00
Jelmer Vernooij
0e1d0a874a Rename include to mkinclude to emphasize it is different from make's include. 2008-02-18 20:04:18 +01:00
Jelmer Vernooij
3b08f190c9 Use implicit build system element creation for external libraries. 2008-02-18 19:46:27 +01:00
Jelmer Vernooij
0bb8996829 Be a little bit less strict about recursive dependencies. 2008-02-18 19:19:54 +01:00
Jelmer Vernooij
269cbf84d8 Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ' 2008-02-18 19:06:17 +01:00
Jelmer Vernooij
34e26f4eec Build complete static libraries. 2008-02-18 18:55:37 +01:00
Jelmer Vernooij
5512c61d75 Simplify handling of ALL_OBJS. 2008-02-18 17:28:24 +01:00
Jelmer Vernooij
dbcecb6d8f Fix unresolved symbols. 2008-02-18 17:24:29 +01:00
Jelmer Vernooij
ef14e1ab32 Factor out common code that generates object lists. 2008-02-18 17:08:54 +01:00
Jelmer Vernooij
78fb91ee67 Remove mergedobj files during clean. 2008-02-18 16:57:17 +01:00
Jelmer Vernooij
95b06bd8f2 Simplify some more smb_build code. 2008-02-18 16:33:23 +01:00
Jelmer Vernooij
bfad9610c4 Fix build with partial linking. 2008-02-18 16:02:33 +01:00
Jelmer Vernooij
0d223ddc39 Avoid redetermining paths; use already stored values. 2008-02-18 15:31:15 +01:00
Jelmer Vernooij
1da14d5efe Add elements in the build system implicitly if they're unknown
(so they can be regular make rules).
2008-02-18 13:31:10 +01:00
Jelmer Vernooij
a7512fb059 Reenable partial linking 2008-02-18 13:10:30 +01:00
Jelmer Vernooij
96f073020f Fix installation of gencache. 2008-02-18 12:45:27 +01:00
Jelmer Vernooij
d318809f0d Merge functions. 2008-02-18 12:35:39 +01:00
Jelmer Vernooij
f5b2b20caf Eliminate duplicate variable. 2008-02-18 12:26:43 +01:00
Jelmer Vernooij
0d8ddae496 Switch back to using static libraries for subsystems for now, since partial linking is still giving some problems. 2008-02-18 11:50:07 +01:00
Jelmer Vernooij
2fb93e85eb Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial 2008-02-18 11:31:40 +01:00
Andrew Tridgell
2a474568c2 disable the EAS level in SMB2-GETINFO test until we get some feedback
on how the alignment requirements have changed
2008-02-18 14:55:30 +11:00
Andrew Tridgell
a29dd708bf open a root handle in SMB2 should use a NULL filename, not a zero length
filename
2008-02-18 14:54:59 +11:00
Andrew Tridgell
cf109460af 3 places where the VFS backend doesn't handle NULL strings. 2008-02-18 14:54:14 +11:00
Andrew Tridgell
66d0502228 handle pushing of zero length smb2 strings 2008-02-18 14:53:48 +11:00
Jelmer Vernooij
978eb6f161 Prevent adding libreplace when not necessary. 2008-02-16 21:16:28 +01:00