mbenkmann
mbenkmann
_From [[email protected]](https://code.google.com/u/114145867202573191452/) on November 11, 2013 15:44:00_ Log files should be available on all servers. Therefore go-susi should forward CLMS_save_fai_log to all peers. To minimize impact on network and CPU...
_From [[email protected]](https://code.google.com/u/114145867202573191452/) on October 25, 2013 10:13:46_ If LDAP is not reachable when go-susi tries to determine its own unittag it will continue without unit tag which causes incoming systems...
_From [[email protected]](https://code.google.com/u/114145867202573191452/) on October 10, 2013 16:22:54_ gosa-si-client gets confused if new_ldap_config is processed before registered. Therefore go-susi needs to wait after sending registered to give gosa-si-client time to process...
_From [[email protected]](https://code.google.com/u/110029356478037175549/) on April 20, 2013 15:16:50_ Test case that verifies that SystemGetGroupsWithMember() works even if the DN contains special characters like (, ), \* and . _Original issue: http://code.google.com/p/go-susi/issues/detail?id=115_
_From [[email protected]](https://code.google.com/u/114145867202573191452/) on March 04, 2013 07:46:45_ In a new_ldap_config message from devmaster there were the following additional elements: bind_timelimit 5 bind_timelimit 5 bind_timelimit 5 Find out if and how...
_From [[email protected]](https://code.google.com/u/114145867202573191452/) on September 16, 2013 12:39:14_ Use net.Dialer to set timeouts for all Dial() calls _Original issue: http://code.google.com/p/go-susi/issues/detail?id=153_
_From [[email protected]](https://code.google.com/u/114145867202573191452/) on September 16, 2013 12:37:58_ Add ReadGCStats() output to sistats _Original issue: http://code.google.com/p/go-susi/issues/detail?id=152_
_From [[email protected]](https://code.google.com/u/114145867202573191452/) on September 16, 2013 12:37:19_ Call runtime/debug.FreeOSMemory() in ExecuteHooks() so that memory usage is reduced whenever the nighlty cronjob calls the hooks. _Original issue: http://code.google.com/p/go-susi/issues/detail?id=151_
_From [[email protected]](https://code.google.com/u/110029356478037175549/) on March 29, 2013 10:27:38_ Check if there are actual memory savings from the way pred_ and link_ are masked. _Original issue: http://code.google.com/p/go-susi/issues/detail?id=107_
_From [[email protected]](https://code.google.com/u/110029356478037175549/) on March 25, 2013 07:30:27_ Some DEBUG! messages are very large because they contain complete request or answer texts. Because util.Log() generates a Go string for each message...