summaryrefslogtreecommitdiff
path: root/source4/lib/getsmbpass.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r3518: fixed some includes to be consistent.Andrew Tridgell1-2/+2
- use #include <XXX.h> for operating system includes - use includes relative to include/ for things like system/wait.h also fixed the thread backend to work somewhat. To fix it properly we need to do this: - add a configure test for support for thread local storage (the __thread keyword) - refuse to do pthreads if tls doesn't work - refuse to do pthreads if seteuid() affects process instead of thread - defined THREAD_LOCAL as __thread when WITH_PTHREADS - add THREAD_LOCAL to all the global data structures that should be thread local (there are quite a few) right now the thread backend falls over when you hit it with several connections at once, due to the lack of __thread on some critical structures. (This used to be commit 0dc1deabd0b53bc7a6f6cee2ed99e2cbbe422262)
2007-10-10r3510: fix build on SuSE 9.1Stefan Metzmacher1-8/+10
metze (This used to be commit 9cc1ab4eb2d5dd42ca8261c4781dd0168954c069)
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+156
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)