Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add winbind_msg_dump_domain_list to winbindd. | Günther Deschner | 2008-01-24 | 1 | -0/+4 |
| | | | | Guenther | ||||
* | Fix a comment. | Michael Adam | 2008-01-07 | 1 | -1/+2 |
| | | | | Michael | ||||
* | Make wcache_invalidate_cache() return bool, not int. | Michael Adam | 2008-01-07 | 1 | -1/+1 |
| | | | | Michael | ||||
* | Prevent winbindd from segfaulting due to corrupted cache tdb. | Andreas Schneider | 2008-01-07 | 1 | -1/+17 |
| | | | | | 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. | ||||
* | Don't restart winbind if a corrupted tdb is found during initialization. | Andreas Schneider | 2007-12-12 | 1 | -15/+9 |
| | | | | | The tdb is validated before it gets initialized. Since then sighandlers changed a restart isn't needed anymore. | ||||
* | winbindd: remove unused WINBINDD_DUMP_MAPS support | Stefan Metzmacher | 2007-12-12 | 1 | -2/+0 |
| | | | | | | | | Also the design of this function was really bad, instead do the dump into a file, the client should get back the list of mappings. metze | ||||
* | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2007-12-10 | 1 | -4/+4 |
| | | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. | ||||
* | Don't build rpctorture anymore - not maintained. Just remove. | Jeremy Allison | 2007-12-07 | 1 | -1/+1 |
| | | | | | | Remove all vestiges of pstring (except for smbctool as noted in previous commit). Jeremy | ||||
* | More pstring elimination. | Jeremy Allison | 2007-11-20 | 1 | -9/+13 |
| | | | | Jeremy. | ||||
* | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 2007-11-15 | 1 | -1/+3 |
| | | | | | | one horror (pstring_clean_name()) which will have to remain until I've removed all pstrings from the client code. Jeremy. | ||||
* | start smbd, nmbd and winbindd with the same startup message | Stefan Metzmacher | 2007-10-30 | 1 | -3/+2 |
| | | | | | | at debug level 0. metze | ||||
* | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 2007-10-19 | 1 | -10/+28 |
| | | | | | | where we meant int. Fix this. Thanks to metze for pointing this out. Jeremy. | ||||
* | Merge Tridge's fix for the winbind 32/64bit padding. | Günther Deschner | 2007-10-19 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | fix startup of smbd, nmbd, winbindd | Stefan Metzmacher | 2007-10-19 | 1 | -4/+4 |
| | | | | | | | | | | | | | | jra: POPT_ARG_VAL arguments need int values. I assume there're more places like this in the cmdline tools. Please fix this properly, as my commit is just a hack to get make test working again. in samba4 we have a workaround for this see smbd/server.c metze | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -29/+29 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-test | Gerald (Jerry) Carter | 2007-10-10 | 1 | -80/+51 |
| | |||||
* | r25154: move winbindd code into winbindd/ | Stefan Metzmacher | 2007-10-10 | 1 | -0/+1254 |
metze |