Chris Cornutt

Results 82 comments of Chris Cornutt

This is currently implemented except for number 3 on the list - this is related to #12

Hmm, I bet this could be widened to allow for tracking of user request data (lots of stuff in $_SERVER) and then as a separate feature to report certain pieces...

@shadowhand Would it make sense to have this kind of handling as a sort of "middware" or plugin that could be used during the connection processes? I could see a...

It doesn't handle patched versions for distros yet - that's something that a lot of people have been asking for. I'm looking into how to track these updates for the...

Yeah, I'm looking for good data sources where I can see what bugs were fixed in which released. Haven't had too much time to devote to it yet, so if...

Hmm, I'm good with writing the tools to run those updates. I can find a place to run them from every so often and try for an update to the...

I'm a bit confused what you mean by "won't get much benefit" from the tool. Wouldn't they always get the correct information related to the current version they're running. Sure,...

Ah, that makes a lot more sense. Maybe it could be good to include the current checks as a `*.dist` kind of file if the need is there to keep...

There's also some trickiness here that some LDAP servers require you to set options for the bind to even work right: ``` ldap_set_option($ldap, LDAP_OPT_REFERRALS, 0); ldap_set_option($ldap, LDAP_OPT_PROTOCOL_VERSION, 3); ``` I'm...