1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-31 12:23:52 +03:00
Commit Graph

3159 Commits

Author SHA1 Message Date
Stefan Metzmacher
1d2bc79aa5 r25613: verify the length and type before checking the value,
hopefully gives more info why this fails some bigendian
platforms

metze
2007-12-21 05:42:53 +01:00
Günther Deschner
7dd0d28d25 r25607: Allow to set security descriptor type flags at creation time with
security_descriptor_create().

Guenther
2007-12-21 05:42:51 +01:00
Günther Deschner
ceb2ebfbf1 r25605: Last round of registry reformats (before this gets an obsession...).
Guenther
2007-12-21 05:42:49 +01:00
Günther Deschner
176614423e r25603: More reformat.
Guenther
2007-12-21 05:42:48 +01:00
Stefan Metzmacher
507d5ca7d9 r25602: don't imply "system/network.h" within replace.h,
as this brings in the socket_wrapper.h in unexpected
code and we endup with a missing 'swrap_close' while linking

metze
2007-12-21 05:42:47 +01:00
Stefan Metzmacher
00467c2593 r25601: replace.h should never imply any "system/*.h"
(here it's "system/time.h")

metze
2007-12-21 05:42:46 +01:00
Stefan Metzmacher
192c05556f r25600: fix stupid typo...this should fix the build on sunX
metze
2007-10-10 15:08:03 -05:00
Stefan Metzmacher
f9696109cc r25597: HPUX doesn't have INET_ADDRSTRLEN defined
metze
2007-10-10 15:08:02 -05:00
Jeremy Allison
48819012f8 r25586: Fix getaddrinfo detection - from Timur.
Jeremy.
2007-10-10 15:08:00 -05:00
Stefan Metzmacher
6f665a1278 r25577: BOOL -> bool
metze
2007-10-10 15:07:58 -05:00
Jelmer Vernooij
8d4a435601 r25566: Use -lexecinfo for backtraces on FreeBSD. Patch by Timur I. Bakeyev <timur@com.bat.ru> 2007-10-10 15:07:57 -05:00
Jelmer Vernooij
e09828a634 r25558: Define HAVE_* for other gai functions to prevent problems with libroken. 2007-10-10 15:07:56 -05:00
Jelmer Vernooij
1a7dbfde5f r25556: Update README. 2007-10-10 15:07:56 -05:00
Jelmer Vernooij
190d73b44b r25548: Convert to standard bool type. 2007-10-10 15:07:53 -05:00
Jelmer Vernooij
e3df90927b r25545: Use inet_ntop for ipv4 code as well - should make it easier to share code between IPv4 and IPv6 later on. 2007-10-10 15:07:51 -05:00
Günther Deschner
0d9826dc54 r25544: Cleanup some more indents in lib/registry.
Guenther
2007-10-10 15:07:51 -05:00
Jelmer Vernooij
b6d3fd84a5 r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, getnameinfo
(and friends) from SAMBA_3_2, with some minor tweaks:

- avoid including network headers in replace.h unless absolutely required
- autoconf tests for getaddrinfo() in lib/replace

The heimdal-specific code also no longer looks for these functions anymore.
2007-10-10 15:07:51 -05:00
Jelmer Vernooij
0e77e3e316 r25541: Add setup.py for building ldb python wrappers standalone. 2007-10-10 15:07:50 -05:00
Jelmer Vernooij
042dff55b4 r25540: Remove prototypes for already removed functions. 2007-10-10 15:07:50 -05:00
Jelmer Vernooij
f9270073a2 r25537: Use new path for events modules. 2007-10-10 15:07:49 -05:00
Jelmer Vernooij
5e814287ba r25522: Convert to standard bool types. 2007-10-10 15:07:47 -05:00
Jelmer Vernooij
e5cabe14c7 r25518: Convert to standard bool types. 2007-10-10 15:07:46 -05:00
Michael Adam
6d07e29de2 r25515: Revert r25448:
Immediate structures are *not* supportet by the native C compiler
at least on Solaris, Tru64 and HP-UX.

Michael
2007-10-10 15:07:46 -05:00
Jelmer Vernooij
836431af83 r25456: Avoid externs for charsets for now - it breaks openchange. 2007-10-10 15:07:38 -05:00
Jelmer Vernooij
d54a47ecdc r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer versions of splint support immediate structures just fine. 2007-10-10 15:07:35 -05:00
Jelmer Vernooij
b1aae72420 r25447: Fix installation of headers. Patch by Brad Hards. 2007-10-10 15:07:35 -05:00
Jelmer Vernooij
3468952e77 r25446: Merge some changes I made on the way home from SFO:
2007-09-29 More higher-level passing around of lp_ctx.
2007-09-29 Fix warning.
2007-09-29 Pass loadparm contexts on a higher level.
2007-09-29 Avoid using global loadparm context.
2007-10-10 15:07:34 -05:00
Jelmer Vernooij
fd697d77c9 r25430: Add the loadparm context to all parametric options. 2007-10-10 15:07:31 -05:00
Stefan Metzmacher
d03ec5655d r25425: move LDB_MODULESDIR define into config.h
this hopefully fixes the build on some hosts

metze
2007-10-10 15:07:30 -05:00
Stefan Metzmacher
dcead25b29 r25421: SHLIBEXT comes in via samba's config.h already
metze
2007-10-10 15:07:30 -05:00
Jelmer Vernooij
02b4621181 r25411: Fix IPv6 socket backend. 2007-10-10 15:07:29 -05:00
Jelmer Vernooij
3fcc960839 r25398: Parse loadparm context to all lp_*() functions. 2007-10-10 15:07:25 -05:00
Jelmer Vernooij
c62f51cc28 r25392: Add loadparm context as argument in a couple more places. 2007-10-10 15:07:24 -05:00
Jelmer Vernooij
e227c74971 r25384: Support DGRAM IPv6 sockets. 2007-10-10 15:07:23 -05:00
Jelmer Vernooij
96c1a24874 r25307: add string_sub_talloc. 2007-10-10 15:07:12 -05:00
Jelmer Vernooij
2d37ddcbd1 r25306: Add tests for string_sub(). 2007-10-10 15:07:11 -05:00
Jelmer Vernooij
37425495f3 r25301: Merge my includes.h cleanups. 2007-10-10 15:07:09 -05:00
Stefan Metzmacher
869c30abb6 r25269: this doesn't fix the problems with BSD make completely...
metze
2007-10-10 15:07:03 -05:00
Jelmer Vernooij
72b9d6c036 r25267: Move PRINTF_ATTRIBUTE to lib/util as well. 2007-10-10 15:07:03 -05:00
Jelmer Vernooij
5bb9f041f4 r25265: Move attribute definitions to lib/util. 2007-10-10 15:07:02 -05:00
Stefan Metzmacher
5679e7d824 r25259: try to work arround the build failures on OpenBSD 3.7
metze
2007-10-10 15:07:01 -05:00
Stefan Metzmacher
87559febdf r25251: move macro defines to the end of replace.h
and move the include location sys/param.h
before we redefine missing macros

metze
2007-10-10 15:06:59 -05:00
Stefan Metzmacher
6ea0d61ab3 r25231: revert hunk that was commited together with the change to gplv3
was revision 23801

metze
2007-10-10 15:06:58 -05:00
Tim Potter
448cf5b61f r25220: Comment out obsolete functions. 2007-10-10 15:06:57 -05:00
Jelmer Vernooij
17c92c091d r25219: remove unused check for precompiled headers. 2007-10-10 15:06:57 -05:00
Andrew Bartlett
f5ce04b904 r25218: After discussion with Simo, remove the subclass support from LDB.
Subclass support was designed to avoid needing to spell out the full
list of objectClasses that an entry was in.  However, Samba4 now
enforces this restriction in the objectClass module, and the way
subclass matching was handled was complex and counter-intuitive in my
opinion (and did not match LDAP).

Andrew Bartlett
2007-10-10 15:06:56 -05:00
Stefan Metzmacher
2b2e841465 r25216: make talloc_append_string() a deprecated macro instead of
having it as a real function.

metze
2007-10-10 15:06:56 -05:00
Stefan Metzmacher
8f2db3c130 r25215: replace talloc_append_string() with talloc_strdup_append_buffer()
metze
2007-10-10 15:06:55 -05:00
Stefan Metzmacher
c0d095c8c9 r25211: fix compiler warning
metze
2007-10-10 15:06:54 -05:00
Stefan Metzmacher
489758afb2 r25210: fix typo
metze
2007-10-10 15:06:54 -05:00