search for: to_clear

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

Did you mean: to_clean
2003 Jan 09
1
Re: samba (2.2.7a) + openldap (2.0.x)
...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; + while ( *to_clear != '\0' ) *to_clear++ = '\0'; + free( *credp ); + *credp = NULL; + } + else { + *whop = strdup( lp_ldap_admin_dn() ); + *credp = strdup( ldap_se...
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
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and