1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

8750 Commits

Author SHA1 Message Date
Andrew Bartlett
de74d11322 r15330: Add comment for IBM checker.
Andrew Bartlett
(This used to be commit d2832a849dd570a6cc1b49d8071735270b2fb83f)
2007-10-10 14:05:17 -05:00
Andrew Bartlett
a99b9d72b2 r15329: I'm sick of this patch being in my local tree...
Use inet_ntop to convert IPv6 names to strings.  Don't do a reverse
lookup.

Andrew Bartlett
(This used to be commit bf57b213c2c4c835037456deea7d522f2fc905e6)
2007-10-10 14:05:17 -05:00
Jelmer Vernooij
e002300f23 r15328: Move some functions around, remove dependencies.
Remove some autogenerated headers (which had prototypes now autogenerated by pidl)
Remove ndr_security.h from a few places - it's no longer necessary
(This used to be commit c19c2b51d3e1ad347120b06a22bda5ec586c22e8)
2007-10-10 14:05:17 -05:00
Jelmer Vernooij
1a4effad3d r15327: Support 'nosize'. Also write prototypes for print and size functions that are manually written.
(This used to be commit f10b38b824d0ddfdccea498b7522efcc03a020d0)
2007-10-10 14:05:17 -05:00
Jelmer Vernooij
51d6e09bbe r15326: Fix compiler warnings.
(This used to be commit ac68415ccf6ca37ffd24407b10bafc102c83dfc0)
2007-10-10 14:05:16 -05:00
Jelmer Vernooij
6e62c6beac r15325: Fix compiler warnings
(This used to be commit 5d51047fe3187863a18b2a976ba3bf831cb3c765)
2007-10-10 14:05:16 -05:00
Jelmer Vernooij
fc487fb552 r15324: Generate prototype even if the function itself is
written manually.
(This used to be commit 56eceeb3221b768b754f6eca10d020148264e869)
2007-10-10 14:05:16 -05:00
Jelmer Vernooij
25bd77ad55 r15323: Fix internal popt build
(This used to be commit e392c1e167da5fb2ee8c813e416b8fa51b3969e4)
2007-10-10 14:05:16 -05:00
Jelmer Vernooij
d81890c1cc r15322: Don't depend on nonexisting targets - should fix the build
(This used to be commit 34d9a10734d2253564f37a4034003b39489f858e)
2007-10-10 14:05:16 -05:00
Jelmer Vernooij
e572bbb94c r15321: Reduce the size of rewrite.m4 a bit more
(This used to be commit c83e4b166534278c335254aa8890a50635bbf1b7)
2007-10-10 14:05:15 -05:00
Stefan Metzmacher
657325d684 r15319: remove unneeded macros
metze
(This used to be commit 9611c8aa9ce0eba1703d5eecc52e67a9e5fba15f)
2007-10-10 14:05:14 -05:00
Jelmer Vernooij
a3b8cfbc8f r15318: Don't create empty static libraries as some hosts have trouble with them.
(This used to be commit 1505d7c6001f8a35e728a14af2885b813c32ebe7)
2007-10-10 14:05:12 -05:00
Andrew Bartlett
26259ce98b r15317: Because LDB is now async, there are more places were we might run the
even context again.  We need to ensure we don't process packets until
we are finished setting up the connection, have the ldb in place etc.

We may need to do the same in other servers.

Andrew Bartlett
(This used to be commit 9bbc93bef2881251b734732d84bf0b2e5cf8b285)
2007-10-10 14:05:11 -05:00
Andrew Bartlett
b4246a7353 r15316: I don't understand quite why this function was ever like this, but we
need to replace every instance of the character.  Previously we
skipped the first.

Andrew Bartlett
(This used to be commit 5b58ab98d6b47b7cfd47eb5f7d38dc3724e44ca2)
2007-10-10 14:05:11 -05:00
Stefan Metzmacher
ed173c9693 r15315: - reenable the ildap backend
- this fixes the make test panics

jelmer: why have you disabled it in
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15295 ?

metze
(This used to be commit 658fb2b8421408c38717805873d8c64164a448b5)
2007-10-10 14:05:11 -05:00
Jelmer Vernooij
0199eac20d r15314: Fix recursive dependency hack for static libs. Should fix the build
on most systems.
(This used to be commit c0ab0f4ed49d88807d07b1504574ca35542e2943)
2007-10-10 14:05:09 -05:00
Jelmer Vernooij
9220144604 r15313: Fix some dependencies in dso mode
(This used to be commit f0afe9e2ff16515df1b3226b479b19ea3e9c3d0c)
2007-10-10 14:05:09 -05:00
Jelmer Vernooij
be948e60e7 r15312: Fix dependency on gtksamba when GTK+ is not present
(This used to be commit 8f5e507ce3517bbbf06d3f9ec28d40b7158be1bc)
2007-10-10 14:05:09 -05:00
Jelmer Vernooij
bc141c7957 r15304: Fix smbd build, more updates on getting --enable-dso to build again
(This used to be commit 3ef9326386ba1c210166302cbcf02d2ed3f19944)
2007-10-10 14:05:08 -05:00
Jelmer Vernooij
4818967242 r15303: Re-add SMB readline replacement header
(This used to be commit 40fb796ad25dc8b53d9f7c66324712b7ff4fc071)
2007-10-10 14:05:08 -05:00
Jelmer Vernooij
eaaae31d11 r15302: Remove strangely named function "StrnCpy" - strlcpy is available as a
replacement.
(This used to be commit 72237344cf22dacfaf1d87c3e0b922023fa4afb0)
2007-10-10 14:05:08 -05:00
Jelmer Vernooij
b00c236906 r15301: Use static libraries internally. This required a few hacks in the build
system - these should be removed later on.
(This used to be commit 06547391669e064d2b92f5841b7df5f101a34cb9)
2007-10-10 14:05:07 -05:00
Jelmer Vernooij
ab8fd44603 r15300: Only enable SWIG shared libs if python is available
(This used to be commit d9f1c19f58578f97e7a20a54c474abfe6525849f)
2007-10-10 14:05:04 -05:00
Jelmer Vernooij
620d759f49 r15298: Fix the build using a few hacks in the build system.
Recursive dependencies are now forbidden (the build system
will bail out if there are any).

I've split up auth_sam.c into auth_sam.c and sam.c. Andrew,
please rename sam.c / move its contents to whatever/wherever you think suits
best.
(This used to be commit 6646384aaf3e7fa2aa798c3e564b94b0617ec4d0)
2007-10-10 14:05:04 -05:00
Jelmer Vernooij
710ea94988 r15297: Move create_security_token() to samdb as it requires SAMDB (and the rest of LIBSECURITY doesn't)
Make the ldb password_hash module only depend on some keys manipulation code, not full heimdal
Some other dependency fixes
(This used to be commit 5b3ab728edfc9cdd9eee16ad0fe6dfd4b5ced630)
2007-10-10 14:05:04 -05:00
Jelmer Vernooij
70d10653ad r15296: Move ntlm_auth-specific functions from util to ntlm_auth so libutil doesn't need ldb
(This used to be commit 137ace965e3477c4d92dfd33758d59db346acbcf)
2007-10-10 14:05:03 -05:00
Jelmer Vernooij
8d137d9785 r15295: Fix some dependencies
Move unistr-specific code to lib/charset/. Remove _m from some places where it's not needed.
(This used to be commit 03224e112424968fc3f547c6159c7ccae2d1aa5b)
2007-10-10 14:05:03 -05:00
Stefan Metzmacher
8ee028df88 r15292: fix the IDL_* variable names
metze
(This used to be commit e8d69ff8d0bf4ccdc2be486f0516ef4fb7baeae7)
2007-10-10 14:05:03 -05:00
Stefan Metzmacher
0c910a6e44 r15291: $f already has the $srcdir prefixed
metze
(This used to be commit db36bf4a32dd750821afd35057141b0d91f175d0)
2007-10-10 14:05:03 -05:00
Stefan Metzmacher
ad6ce81eea r15290: don't spam the screen
jelmer: can you please fix this correctly

metze
(This used to be commit 34111d716733c815e7813f87d775848a26d20cab)
2007-10-10 14:05:03 -05:00
Simo Sorce
886329898c r15288: fix some problems
(This used to be commit d448389be88b3bb9d6f9a3b8a1e1597c4988a0ff)
2007-10-10 14:05:02 -05:00
Jelmer Vernooij
e28c03aeec r15287: Simplify dependency detection code
(This used to be commit 28a1919ed37f47337f8a53c39b9261a74c5c1bfc)
2007-10-10 14:05:02 -05:00
Jelmer Vernooij
bd556984f4 r15284: Fix dot generation
(This used to be commit 5907a237e1f704e54411420c71ce568db729ec90)
2007-10-10 14:05:02 -05:00
Jim McDonough
b15a42e925 r15281: A few updates for consistency's sake
(This used to be commit 77b036a81bda9ba9274e8d431399a0c9543b29d4)
2007-10-10 14:05:02 -05:00
Stefan Metzmacher
81d3f8e8a1 r15280: - remove the 2nd check for __FUNCTION__
- fallback to __func__ if __FUNCTION__ isn't there

metze
(This used to be commit 6c5a2b08ca2f0db6b39808740a06ed165e8b9ade)
2007-10-10 14:05:01 -05:00
Jelmer Vernooij
6e847ca070 r15279: Fix dependencies when using static libraries
(This used to be commit a9eb7b2b3cf46d19ab7dfab521e1259d653507f6)
2007-10-10 14:05:01 -05:00
Jelmer Vernooij
061dfe14d9 r15278: Fix recreating symlink every time.
(This used to be commit 6f8382432f8e6fba4d7c0f629f94ad514f0cee08)
2007-10-10 14:05:01 -05:00
Stefan Metzmacher
d12e9c4c3b r15277: - fix the build on netbsd, where stdlib.h has the setproctitle() prototype
but --with-setproctitle wasn't used

metze
(This used to be commit 0754154f5154e8285608c7f17e15aa223f04adea)
2007-10-10 14:05:01 -05:00
Jelmer Vernooij
23cf97680b r15276: Fix path to perl on some hosts
Fix perl warning
(This used to be commit 50e184819d0f92da003c27c4d9adeeef3dfb55dd)
2007-10-10 14:05:01 -05:00
Stefan Metzmacher
daa7e47b43 r15275: run RPC-SRVSRV in make test
metze
(This used to be commit 4044d7959b226ed85a2d32bfe5d15536e39e42ab)
2007-10-10 14:05:00 -05:00
Jelmer Vernooij
0d5587b5d1 r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues with local
(empty) libpopt.a overriding global one
(This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
2007-10-10 14:05:00 -05:00
Stefan Metzmacher
7ffe0fcaee r15273: fix setproctitle support
metze
(This used to be commit 35936fd4743554bb4ba9b2f61ec3651762189bee)
2007-10-10 14:05:00 -05:00
Stefan Metzmacher
b6063c6732 r15272: - implement NetShareEnum
- add access checks to NEtShareEnumAll and NetShareEnum

metze
(This used to be commit dca1c2e686457ee753bd9c52a925637acd3abffa)
2007-10-10 14:04:59 -05:00
Jelmer Vernooij
61ff97e360 r15271: Fix --enable-dso
(This used to be commit 8de11ec2445ce414b37938b07937fdd7837f89a2)
2007-10-10 14:04:59 -05:00
Jelmer Vernooij
f5bc4a72c5 r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working again.
(This used to be commit 33e4b92c46f272478b3c9e433f910dbbaab52af8)
2007-10-10 14:04:59 -05:00
Jelmer Vernooij
91631d9b90 r15267: Fix call to mkdir() for old versions of perl. This should fix installation on
sun1.
(This used to be commit a56900a7a2e40f17df9a49e7aa3faf561173fe37)
2007-10-10 14:04:59 -05:00
Jelmer Vernooij
bdac245495 r15265: Try to find inet_pton in -lnsl (should fix linking on sun1)
(This used to be commit a7c13020413a4d9621bef5bf9085b901ffbe1eb4)
2007-10-10 14:04:59 -05:00
Jelmer Vernooij
3c68259e3a r15263: Remove another use of patsubst (should make tru64 happy)
(This used to be commit 559ae256e133777e77bfe7a683f1c441cd6007b0)
2007-10-10 14:04:28 -05:00
Jelmer Vernooij
b995f263f8 r15262: Only include getprogname if it is needed by the system. This should
fix the build on Mac OS X
(This used to be commit 465409974da7a643617689ee7c5b55427f727548)
2007-10-10 14:04:28 -05:00
Jelmer Vernooij
2319864a32 r15261: Work around AIX defining open as open64 again
(This used to be commit 05f5f3da8f08fb36f9709fa40b6b84ed1f948f3c)
2007-10-10 14:04:27 -05:00