1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-06 16:23:49 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
Günther Deschner
dd9fa33e96 Use rpccli_samr_QueryDomainInfo() in winbindd.
Guenther
2008-02-06 02:09:44 +01:00
Michael Adam
3f89aea8e4 Fix prototype: Add a void to an empty function parameter list.
Michael
2008-01-09 01:47:10 +01:00
Michael Adam
6f673b7f10 Use the proper boolean constants.
Michael
2008-01-07 11:27:54 +01:00
Michael Adam
dba24ceae7 Make wcache_invalidate_cache() return bool, not int.
Michael
2008-01-07 10:59:14 +01:00
Michael Adam
66fc1db1d1 Add some braces to if statement.
Michael
2008-01-07 10:41:09 +01:00
Andreas Schneider
d0c0f91fb9 Prevent winbindd from segfaulting due to corrupted cache tdb.
If we try to flush the caches and due to a corrupted tdb we and have no tdb
context close the tdb and validate it. Initialize the cache afterwards again.
2008-01-07 10:24:34 +01:00
Volker Lendecke
eb523ba776 s/sid_to_string/sid_to_fstring/
least surprise for callers
2007-12-15 22:47:30 +01:00
Volker Lendecke
c7c885078b Replace sid_string_static with sid_to_string
This adds 28 fstrings on the stack, but I think an fstring on the stack is
still far better than a static one.
2007-12-15 22:09:37 +01:00
Volker Lendecke
bb35e794ec Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
Andreas Schneider
aabe9b33fc Don't restart winbind if a corrupted tdb is found during initialization.
The tdb is validated before it gets initialized. Since then sighandlers changed
a restart isn't needed anymore.
2007-12-12 13:51:13 +01:00
Jeremy Allison
f35a266b3c RIP BOOL. Convert BOOL -> bool. I found a few interesting
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
2007-10-18 17:40:25 -07:00
Stefan Metzmacher
3ac7566ae1 r25154: move winbindd code into winbindd/
metze
2007-10-10 12:30:46 -05:00