summaryrefslogtreecommitdiff
path: root/lib/util/smb_threads.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-28Fix a missing prototype warningVolker Lendecke1-0/+2
2009-04-20Ensure we have all the definitions needed in both threaded and non-threaded ↵Jeremy Allison1-9/+4
versions. Jeremy.
2009-04-20Attempt to fix build farm on platforms where pthread_once_t is a struct.Jeremy Allison1-1/+4
Jeremy.
2009-04-20Fix the pthread_once initialization issue. Make talloc_stackframe useJeremy Allison1-25/+36
this. Jeremy.
2009-04-15Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison1-1/+1
What a difference a name makes... :-). Just because something is missnamed SAMR_ACCESS_OPEN_DOMAIN, when it should actually be SAMR_ACCESS_LOOKUP_DOMAIN, don't automatically use it for a security check in _samr_OpenDomain(). Jeremy.
2009-04-14Ensure a tls key is only generated once - wrap create & destroy in a mutex.Jeremy Allison1-32/+52
Change the function names to add _once to the tls_create & tls_destroy to make this obvious. Jeremy.
2009-04-08Add the thread functions to top level lib/util.Jeremy Allison1-0/+120
Not yet used, that's the next step. Jeremy.