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

8290 Commits

Author SHA1 Message Date
Stefan Metzmacher
ebea5caed7 r13929: fix dependencies
metze
(This used to be commit 45fc905d83)
2007-10-10 13:52:27 -05:00
Stefan Metzmacher
d817c83744 r13928: fix dependency
metze
(This used to be commit ad83fc46bf)
2007-10-10 13:52:27 -05:00
Stefan Metzmacher
a4ecda6b50 r13927: fix dependency
metze
(This used to be commit 2cb0327528)
2007-10-10 13:52:27 -05:00
Jelmer Vernooij
9bd7dd9121 r13926: More header splitups.
(This used to be commit 930daa9f41)
2007-10-10 13:52:26 -05:00
Stefan Metzmacher
0350f6f060 r13925: fix dependencies
metze
(This used to be commit 9dad1fb7bb)
2007-10-10 13:52:26 -05:00
Jelmer Vernooij
4ac2be9958 r13924: Split more prototypes out of include/proto.h + initial work on header
file dependencies
(This used to be commit 1228358767)
2007-10-10 13:52:24 -05:00
Stefan Metzmacher
45c92c9cf0 r13923: make the state_flags per dcesrv_connection
this will may help with a generic named pipe solution

metze
(This used to be commit c6fa9bd15c)
2007-10-10 13:52:24 -05:00
Stefan Metzmacher
f8517b3874 r13922: - fix whitespaces
- remove some unused NOPROTO=YES on binaries

metze
(This used to be commit f57fd3c423)
2007-10-10 13:52:24 -05:00
Stefan Metzmacher
112bb4d220 r13921: rename DEFAULT_VISIBILITY -> STANDARD_VISIBILITY
the standard is "hidden" and not "default", I hope this
name makes a bit less confusing

metze
(This used to be commit 3e27534ad6)
2007-10-10 13:52:24 -05:00
Stefan Metzmacher
5a4f87fe12 r13920: "hidden" visibility is the default...
metze
(This used to be commit d37f63bf93)
2007-10-10 13:52:23 -05:00
Stefan Metzmacher
0d1e034b01 r13919: for us the standard for the visibility is "hidden"
and "default" means public

metze
(This used to be commit ab553c296f)
2007-10-10 13:52:23 -05:00
Stefan Metzmacher
6b171e5a91 r13918: fix whitespaces
metze
(This used to be commit 17be97240f)
2007-10-10 13:52:23 -05:00
Stefan Metzmacher
f266ee7c28 r13917: fix detection of the visibility support,
as we don't use #pragma for the build don't use it for the configure test
and use -fvisibility=hidden in CFLAGS in the configure test

metze
(This used to be commit a0c543c0d6)
2007-10-10 13:52:23 -05:00
Andrew Bartlett
107f7b9efa r13911: Make these debug messages clearer.
(This used to be commit 9c8350c64b)
2007-10-10 13:52:23 -05:00
Andrew Bartlett
61fe79d022 r13910: Fix the 'your password has expired' on every login. We now consider
if the 'password does not expire' flag has been set, filling in the
PAC and netlogon reply correctly if so.

Andrew Bartlett
(This used to be commit c530ab5dc6)
2007-10-10 13:52:22 -05:00
Andrew Bartlett
6a73835b09 r13909: Make this code clearer.
Andrew Bartlett
(This used to be commit b89893ab90)
2007-10-10 13:52:22 -05:00
Andrew Bartlett
4d024e6e64 r13908: Improve the RPC-SAMSYNC test to cross-check some attributes I wasn't
sure about.

This finds a new ACB_PW_EXPIRED attribute.

Andrew Bartlett
(This used to be commit 54caf94942)
2007-10-10 13:52:22 -05:00
Andrew Bartlett
87cfc4ea24 r13907: By ordering things this way, we allow the password_hash module to set
the pwdLastSet time on new users (with passwords) correctly.

Andrew Bartlett
(This used to be commit e1b346b8e0)
2007-10-10 13:52:22 -05:00
Simo Sorce
5616971885 r13906: fix swig build
(This used to be commit c5a9ba3e1c)
2007-10-10 13:52:22 -05:00
Jelmer Vernooij
2e0c1ee9a6 r13905: include/includes.h now includes param/param.h..
(This used to be commit 408ecfb754)
2007-10-10 13:52:21 -05:00
Jelmer Vernooij
49efc49541 r13904: Make sure LDB gets initialized
(This used to be commit 4339e3e7d7)
2007-10-10 13:52:21 -05:00
Jelmer Vernooij
ba564a901e r13903: Don't generate prototypes for modules and binaries in include/proto.h by
default.
(This used to be commit c80a8f1102)
2007-10-10 13:52:21 -05:00
Jelmer Vernooij
c389883ba2 r13902: Stricter checking for the -fvisibility flag
Add two more proto headers.
(This used to be commit 0c95bf0cd3)
2007-10-10 13:52:21 -05:00
Simo Sorce
9862fabead r13901: Backends need to be initialized even if there are no modules
(This used to be commit 8340ab26dd)
2007-10-10 13:52:20 -05:00
Simo Sorce
eec236c1f2 r13900: don't segfault on error
(This used to be commit cf7ad70757)
2007-10-10 13:52:20 -05:00
Jelmer Vernooij
86dda20562 r13899: Get the shared library build building again. Just compiles for now,
but modules don't work yet..
(Run LIBRARY_OUTPUT_TYPE=SHARED_LIBRARY MODULE_OUTPUT_TYPE=SHARED_LIBRARY ./config.status)
(This used to be commit ba74f24e42)
2007-10-10 13:52:20 -05:00
Jelmer Vernooij
ce3032cab8 r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be used
to not export symbols when building shared libraries. Symbols that have to be
available to users of the library can be explicitly exported by
prepending them with _PUBLIC_ in the C source.
(This used to be commit ea9988dfda)
2007-10-10 13:52:20 -05:00
Jelmer Vernooij
148403594b r13896: Get rid of 'use warnings' as it isn't very portable..
(This used to be commit fd6135aa85)
2007-10-10 13:52:20 -05:00
Stefan Metzmacher
edd5b847bc r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS_DOS())
metze
(This used to be commit 60d7920527)
2007-10-10 13:52:19 -05:00
Stefan Metzmacher
8d91f3dec0 r13872: fix typo
metze
(This used to be commit f28fb440d5)
2007-10-10 13:52:19 -05:00
Stefan Metzmacher
a0e66eac7d r13870: prefix more functions with smbsrv_
metze
(This used to be commit e6275db7b9)
2007-10-10 13:52:19 -05:00
Stefan Metzmacher
0533fed85a r13868: remove useless talloc_free() wrapper
metze
(This used to be commit bd3162e6a7)
2007-10-10 13:52:19 -05:00
Jelmer Vernooij
f6457b3d54 r13867: Wrap the cflags.sh hack in the build system. You can now simply
set subsystem-specific compiler flags in the .mk files.
(This used to be commit d512b147e8)
2007-10-10 13:52:18 -05:00
Stefan Metzmacher
354a61fc91 r13866: prefix more functions with smbsrv_
metze
(This used to be commit bb083f17c9)
2007-10-10 13:52:18 -05:00
Stefan Metzmacher
b58f6e543d r13865: prefix functions with smbsrv_
metze
(This used to be commit 2af9663275)
2007-10-10 13:52:18 -05:00
Stefan Metzmacher
c14e675260 r13863: this can be static...
metze
(This used to be commit ab659d8ee0)
2007-10-10 13:52:18 -05:00
Stefan Metzmacher
5991787ce6 r13862: rename chain_reply -> smbsrv_chain_reply
metze
(This used to be commit 497b219c7d)
2007-10-10 13:52:18 -05:00
Stefan Metzmacher
d8503c6ba1 r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requests
- the default max protocol is still NT1

metze
(This used to be commit d1bae931b3)
2007-10-10 13:52:17 -05:00
Stefan Metzmacher
1c49d8f794 r13859: - remove useless fsync() calls
- make sure we only close the old_fd when the new one was opened

metze
(This used to be commit 3a6568c366)
2007-10-10 13:52:17 -05:00
Stefan Metzmacher
1bff329dff r13858: - use req_pull_ascii4() instead of doing strlen() on client provided buffers
- also terminate the connection if we don't support any protocol the client
  provides

metze
(This used to be commit 7f2a6cfd6f)
2007-10-10 13:52:17 -05:00
Stefan Metzmacher
98aa64fa34 r13857: add "Windows for Workgroups 3.1a" support to the server
metze
(This used to be commit 58af0acafd)
2007-10-10 13:52:17 -05:00
Andrew Tridgell
72d8e34ddc r13856: fixed a misleading comment
(This used to be commit af6606fe98)
2007-10-10 13:52:17 -05:00
Jelmer Vernooij
1589791b95 r13855: Docs for the registry library as well
(This used to be commit ad43464cc1)
2007-10-10 13:52:16 -05:00
Andrew Tridgell
ce2c9f22e5 r13854: we now pass BASE-NEGNOWAIT
(This used to be commit d55db268ca)
2007-10-10 13:52:16 -05:00
Andrew Tridgell
ec16146601 r13853: fixed the BASE-NEGNOWAIT test to not fail with a sigpipe if the server
drops the connection on multiple negprots
(This used to be commit 34b2855a62)
2007-10-10 13:52:16 -05:00
Jelmer Vernooij
81f58ffd17 r13852: Split up
(This used to be commit e6f7e3a594)
2007-10-10 13:52:16 -05:00
Jelmer Vernooij
c287cc247d r13851: More doc improvements.
(This used to be commit 936d26ae64)
2007-10-10 13:52:16 -05:00
Andrew Bartlett
77ffddec19 r13850: Test (and fix) not using SPNEGO at all, but instead using raw NTLMSSP.
The switch to turn off SPNEGO in the client is a bit messy, but it works.

Andrew Bartlett
(This used to be commit 085ba80cc8)
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
4d8fe47f7f r13849: More improvements to the libutil docs.
(This used to be commit eed16ac3b7)
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
8ef42b1fab r13847: Fix some portability issues with the visibility attribute.
(This used to be commit fe5eae0e98)
2007-10-10 13:52:15 -05:00