search for: client_pid

Displaying 3 results from an estimated 3 matches for "client_pid".

Did you mean: client_id
2005 Feb 21
1
Bug?: Authentication still doesn't work with imap-login
I tried digging it all through. I can't find a solution. The problem pops up in auth-master-connection.c in function master_input_request. It does a auth_client_connection_lookup with the "client_pid" (which behaves as a counter, where i would expect a constant process-id...) Something is very wrong with this PID. Maybe someone can explain the Master <--> Auth IPC to me so I can understand and fix it myself? Where does Master take this client number from? Hints are highly apprec...
2006 May 15
1
dovecot ldap auth bind and different directories
...nt < 9 ? dc_count : 9); + tab = t_malloc(sizeof(static_tab) + (dc_count*(sizeof(char) + sizeof(char *)))); memcpy(tab, static_tab, sizeof(static_tab)); tab[0].value = escape_func(auth_request->user); @@ -886,6 +907,27 @@ tab[7].value = dec2str(auth_request->client_pid); if (auth_request->mech_password != NULL) tab[8].value = escape_func(auth_request->mech_password); + + char *domain = p_strdup(auth_request->pool, strchr(auth_request->user, '@')); + if (domain != NULL) { + int count = 0; +...
2007 Oct 12
0
Wine release 0.9.47
...s on IE7. mshtml: Move init_nsevents call from start_binding to read_stream_data to avoid race. mshtml: Fixed test crash on Windows. mshtml: Added support for installing Gecko from the local file. James Hawkins (4): user32: Test the ddeml client interface. user32: Set client_pid to zero before initializing dde. user32: Move the test_ddeml_client function closer to the other ddeml client test functions. user32: Test the ddeml server interface. John Klehm (3): msinkaut.idl: Declare the IInkCollector interface and its dependencies. nkobj: Use an inter...