search for: credp

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

Did you mean: cred
2003 Jan 09
1
Re: samba (2.2.7a) + openldap (2.0.x)
...2, ( "Rebind successful\n" ) ); + } + else { + DEBUG( 0, ( "Rebind failed: %s\n", ldap_err2string( rc ) ) ); + } + return rc; +} +#else +static int auth_rebind_proc ( LDAP * ld, + char **whop, + char **credp, + int *methodp, + int freeit, + void *arg ) +{ + /** @TODO Use the samba utility functions here. */ + register char *to_clear = *credp; + if ( freeit ) { + free( *whop ); + *whop = NULL;...
2003 Mar 17
2
Samba 2.2.8 compile failure - Solaris 8, SunCC, LDAP
My apologies if this isn't the correct posting address -- I didn't see an obvious "report problems here" on the website. Some of the code modifications introduced between 2.2.7 and 2.2.8 don't appear to agree with Solaris, using Sun's CC, with the LDAP support code. Note that I'm linking against the Solaris-bundled LDAP package (SUNWlldap). |% env
2008 Feb 21
3
Reclaiming transmit descriptors by NIC drivers with Crossbow new scheduling
The following is mainly a capture of parts of multiple off-line discussions within members of the Crossbow team (Gopi, Thiru, Roamer, May-Lin, Thirumailai, Nitin, KB, ...), I thought I''d open it up to other participants. Crossbow''s core scheduling involves switching a NIC (or individual Rx rings on the NIC) to polling mode. The receive interrupt will become not only rarer,