Age | Commit message (Collapse) | Author | Files | Lines |
|
security_descriptor_create().
Guenther
(This used to be commit 7dd0d28d254f78891b0807492baafa188b42df16)
|
|
Guenther
(This used to be commit ceb2ebfbf1eeb80bd34beadbba3a3c7a04da306a)
|
|
Guenther
(This used to be commit 176614423ea57e853211c43b9853203243c6a978)
|
|
as this brings in the socket_wrapper.h in unexpected
code and we endup with a missing 'swrap_close' while linking
metze
(This used to be commit 507d5ca7d994f0771dbb66e61d2d22e391508658)
|
|
(here it's "system/time.h")
metze
(This used to be commit 00467c25930a527eb9831cfd893bd8e217ca4f74)
|
|
metze
(This used to be commit 192c05556f786b4523fb325cee6d87b251aee059)
|
|
metze
(This used to be commit f9696109cc8f4646599f73b78e1eacd94d1a6c2c)
|
|
Jeremy.
(This used to be commit 48819012f81167f07d2e909329432d2ef222b1bf)
|
|
metze
(This used to be commit 6f665a12789b839c3d49ea8307f78bec77730c94)
|
|
<timur@com.bat.ru>
(This used to be commit 8d4a435601c1af42a4a6704b3181e194eb40f75a)
|
|
(This used to be commit e09828a634bf10bda9c6f28b18106c2bcab84643)
|
|
(This used to be commit 1a7dbfde5fcef19998b8af470c152a76386fb79f)
|
|
(This used to be commit 190d73b44b9b9c6dabbd26212d596d985b25edab)
|
|
code between IPv4 and IPv6 later on.
(This used to be commit e3df90927b2878917f0f555772a875f05bf609e8)
|
|
Guenther
(This used to be commit 0d9826dc54057db2cfebcb806e5442c4dcf60daa)
|
|
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.
(This used to be commit b6d3fd84a5d7d814035e60d6fa22f19bed9f77da)
|
|
(This used to be commit 0e77e3e31653d236bd0110adb28ad9c918b7ae82)
|
|
(This used to be commit 042dff55b4cd42b9bedbf574168cc52de3d1dda4)
|
|
(This used to be commit f9270073a282ba94eb4e3f51440d5653480082da)
|
|
(This used to be commit 5e814287ba475e12f8cc934fdd09b199dcdfdb86)
|
|
(This used to be commit e5cabe14c7c33c4c7215963f504edf65edc36b20)
|
|
Immediate structures are *not* supportet by the native C compiler
at least on Solaris, Tru64 and HP-UX.
Michael
(This used to be commit 6d07e29de2a7e535139622fa688b407da232c816)
|
|
(This used to be commit 836431af83674018e9700f9da92ce251d108687a)
|
|
versions of splint support immediate structures just fine.
(This used to be commit d54a47ecdc418ee07c9479f519bd1a207e6ba3eb)
|
|
(This used to be commit b1aae72420362dfda7df94e8aaab8739632195dc)
|
|
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.
(This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42)
|
|
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
|
|
this hopefully fixes the build on some hosts
metze
(This used to be commit d03ec5655d84c1f0f8bdcc88398067651cf7d78c)
|
|
metze
(This used to be commit dcead25b29e72183d824e290a9942256c19e7770)
|
|
(This used to be commit 02b4621181c35ebf3e7c2531302b44863b94f8bf)
|
|
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
|
|
(This used to be commit c62f51cc28a37959128e78a1f34cfd4c6d3ba069)
|
|
(This used to be commit e227c749711aef2f2ce2eb66f7f3485962f36399)
|
|
(This used to be commit 96c1a24874289fdeddcac43d23c2d1214b9b6225)
|
|
(This used to be commit 2d37ddcbd1243f48d81af17d8ea3cdd6e8e35b8d)
|
|
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
|
|
metze
(This used to be commit 869c30abb660d00fdf7e049f69a8e4312d86a50c)
|
|
(This used to be commit 72b9d6c03661d72e83a5d60d43b75bb9bd5f5285)
|
|
(This used to be commit 5bb9f041f47a1b7e03c3dc02e38546bc43bcc856)
|
|
metze
(This used to be commit 5679e7d824d8a814b6cbc39855bb30086aad7b6c)
|
|
and move the include location sys/param.h
before we redefine missing macros
metze
(This used to be commit 87559febdf887940ca85571d301269b734906401)
|
|
was revision 23801
metze
(This used to be commit 6ea0d61ab3bbf801709ca683ce84bfa71267f8f9)
|
|
(This used to be commit 448cf5b61fdc8435823c3490767489ea4d85c5bc)
|
|
(This used to be commit 17c92c091d9b9eb7f6a4cf1f263533f235d6717f)
|
|
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
(This used to be commit f5ce04b904e14445a2a7e7f92e7e1f64b645c6f2)
|
|
having it as a real function.
metze
(This used to be commit 2b2e8414650f4793e7fd6e7fb368383ee268948f)
|
|
metze
(This used to be commit 8f2db3c130ce85d38f805836a7df039822ede066)
|
|
metze
(This used to be commit c0d095c8c9c1f9a7a96771e20680c105f0cce308)
|
|
metze
(This used to be commit 489758afb22368399054d1306711e14cebce94e1)
|
|
talloc_vasprintf_append_buffer()
metze
(This used to be commit 780c1c776e15f7224256a0ba0bda3e9f04702abe)
|