1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
Commit Graph

9010 Commits

Author SHA1 Message Date
Jelmer Vernooij
09ea8a9fd6 r15353: Don't dereference NULL pointer. Found by the IBM checker.
(This used to be commit 67d62fc556)
2007-10-10 14:05:24 -05:00
Jelmer Vernooij
e48fdb255a r15352: Remove reference to just-removed subsystem
(This used to be commit ccb86ab159)
2007-10-10 14:05:24 -05:00
Jelmer Vernooij
5afe44c62c r15351: Fix tcc compile error
(This used to be commit 0ba3390a9c)
2007-10-10 14:05:24 -05:00
Jelmer Vernooij
30e8599538 r15350: Remove empty subsystem, don't install .a files of subsystems
(This used to be commit 087188cfc4)
2007-10-10 14:05:24 -05:00
Jelmer Vernooij
f4e403440a r15349: Integrate set_socket_options() into the socket library
(This used to be commit 598ea173cd)
2007-10-10 14:05:24 -05:00
Tim Potter
5abd8940f9 r15348: Start adding a dict interface and tests to LdbMessage class.
(This used to be commit 7e30e8ba57)
2007-10-10 14:05:23 -05:00
Tim Potter
ec4421d126 r15346: Doc.
(This used to be commit ccd5c19ad6)
2007-10-10 14:05:21 -05:00
Tim Potter
15a2fc8f36 r15345: Add a read-only test to tdb torture tester.
(This used to be commit 370e5b0f8a)
2007-10-10 14:05:21 -05:00
Jelmer Vernooij
1f5a8f892f r15344: Fix shared library build
(This used to be commit 7113a16309)
2007-10-10 14:05:21 -05:00
Tim Potter
b729cc8211 r15343: Some small cleanups.
Remove LdbMessage.close() method as it's not necessary.
(This used to be commit c9ed165c17)
2007-10-10 14:05:21 -05:00
Tim Potter
1bf908c062 r15339: Signature for tdb_reopen_all() has changed.
(This used to be commit 4d8fff5236)
2007-10-10 14:05:18 -05:00
Jelmer Vernooij
20b3b0f2e3 r15338: Fix build of most things with shared libs enabled.
(This used to be commit 8985093d3f)
2007-10-10 14:05:18 -05:00
Jelmer Vernooij
f7c86b912d r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMB
(This used to be commit 4ec89bce87)
2007-10-10 14:05:18 -05:00
Andrew Bartlett
de74d11322 r15330: Add comment for IBM checker.
Andrew Bartlett
(This used to be commit d2832a849d)
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 bf57b213c2)
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 c19c2b51d3)
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 f10b38b824)
2007-10-10 14:05:17 -05:00
Jelmer Vernooij
51d6e09bbe r15326: Fix compiler warnings.
(This used to be commit ac68415ccf)
2007-10-10 14:05:16 -05:00
Jelmer Vernooij
6e62c6beac r15325: Fix compiler warnings
(This used to be commit 5d51047fe3)
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 56eceeb322)
2007-10-10 14:05:16 -05:00
Jelmer Vernooij
25bd77ad55 r15323: Fix internal popt build
(This used to be commit e392c1e167)
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 34d9a10734)
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 c83e4b1665)
2007-10-10 14:05:15 -05:00
Stefan Metzmacher
657325d684 r15319: remove unneeded macros
metze
(This used to be commit 9611c8aa9c)
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 1505d7c600)
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 9bbc93bef2)
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 5b58ab98d6)
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 658fb2b842)
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 c0ab0f4ed4)
2007-10-10 14:05:09 -05:00
Jelmer Vernooij
9220144604 r15313: Fix some dependencies in dso mode
(This used to be commit f0afe9e2ff)
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 8f5e507ce3)
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 3ef9326386)
2007-10-10 14:05:08 -05:00
Jelmer Vernooij
4818967242 r15303: Re-add SMB readline replacement header
(This used to be commit 40fb796ad2)
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 72237344cf)
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 0654739166)
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 d9f1c19f58)
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 6646384aaf)
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 5b3ab728ed)
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 137ace965e)
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 03224e1124)
2007-10-10 14:05:03 -05:00
Stefan Metzmacher
8ee028df88 r15292: fix the IDL_* variable names
metze
(This used to be commit e8d69ff8d0)
2007-10-10 14:05:03 -05:00
Stefan Metzmacher
0c910a6e44 r15291: $f already has the $srcdir prefixed
metze
(This used to be commit db36bf4a32)
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 34111d7167)
2007-10-10 14:05:03 -05:00
Simo Sorce
886329898c r15288: fix some problems
(This used to be commit d448389be8)
2007-10-10 14:05:02 -05:00
Jelmer Vernooij
e28c03aeec r15287: Simplify dependency detection code
(This used to be commit 28a1919ed3)
2007-10-10 14:05:02 -05:00
Jelmer Vernooij
bd556984f4 r15284: Fix dot generation
(This used to be commit 5907a237e1)
2007-10-10 14:05:02 -05:00
Jim McDonough
b15a42e925 r15281: A few updates for consistency's sake
(This used to be commit 77b036a81b)
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 6c5a2b08ca)
2007-10-10 14:05:01 -05:00
Jelmer Vernooij
6e847ca070 r15279: Fix dependencies when using static libraries
(This used to be commit a9eb7b2b3c)
2007-10-10 14:05:01 -05:00
Jelmer Vernooij
061dfe14d9 r15278: Fix recreating symlink every time.
(This used to be commit 6f8382432f)
2007-10-10 14:05:01 -05:00