Age | Commit message (Expand) | Author | Files | Lines |
2003-03-24 | Simplify modules interface and make it easier to build | Jelmer Vernooij | 2 | -45/+39 |
2003-03-24 | Add static to satisfy exotic compilers | Jelmer Vernooij | 1 | -1/+1 |
2003-03-24 | Add mapping for Bad Network Path | Jelmer Vernooij | 1 | -0/+1 |
2003-03-24 | Don't use old usage() function, but the one from popt. | Jelmer Vernooij | 4 | -15/+2 |
2003-03-24 | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 16 | -17/+41 |
2003-03-24 | Add modules support to charset | Jelmer Vernooij | 3 | -45/+78 |
2003-03-24 | Define POPT_TABLEEND if current popt.h doesn't contain it already | Jelmer Vernooij | 1 | -0/+4 |
2003-03-24 | Fix init function name and return value | Jelmer Vernooij | 1 | -2/+2 |
2003-03-24 | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 20 | -357/+95 |
2003-03-24 | Started working on python routines to add and delete domain users. | Tim Potter | 4 | -146/+404 |
2003-03-23 | Implement abartlet's suggestion to add attribs to ldap if they | Volker Lendecke | 2 | -30/+30 |
2003-03-23 | Convert to popt. | Jelmer Vernooij | 2 | -62/+30 |
2003-03-23 | Fix compile. | Andrew Bartlett | 1 | -2/+2 |
2003-03-23 | Convert to popt. | Jelmer Vernooij | 2 | -44/+31 |
2003-03-23 | NTLM Authentication: | Andrew Bartlett | 14 | -144/+283 |
2003-03-23 | Convert to popt. | Jelmer Vernooij | 2 | -88/+28 |
2003-03-23 | Use popt_common for -s, -d and -V | Jelmer Vernooij | 2 | -16/+8 |
2003-03-23 | Don't duplicate the default group mapping functions - use the ones | Jelmer Vernooij | 1 | -60/+0 |
2003-03-23 | This does two things: | Volker Lendecke | 1 | -1/+37 |
2003-03-23 | The group mapping functions are not called | Volker Lendecke | 1 | -6/+6 |
2003-03-23 | This adds 'ldap delete dn' as the recommended parameter | Volker Lendecke | 2 | -6/+7 |
2003-03-23 | Metzes change: | Volker Lendecke | 1 | -4/+10 |
2003-03-23 | Patch from waider to update our samsync (net rpc vampire) code: | Andrew Bartlett | 1 | -35/+155 |
2003-03-23 | Don't declare variables after instructions | Jelmer Vernooij | 1 | -12/+12 |
2003-03-23 | We don't need optarg when we have popt | Jelmer Vernooij | 2 | -4/+2 |
2003-03-23 | Convert to popt. | Jelmer Vernooij | 2 | -137/+91 |
2003-03-23 | Use True, not TRUE | Jelmer Vernooij | 1 | -2/+2 |
2003-03-23 | Fix typo in comment | Jelmer Vernooij | 1 | -2/+2 |
2003-03-23 | Convert to popt. | Jelmer Vernooij | 2 | -56/+59 |
2003-03-23 | Move -V to -C to prevent conflict with -V for version | Jelmer Vernooij | 1 | -1/+2 |
2003-03-23 | Don't crash when initialising tdb fails | Jelmer Vernooij | 1 | -2/+2 |
2003-03-22 | Convert to popt. | Jelmer Vernooij | 1 | -361/+85 |
2003-03-22 | Convert to popt | Jelmer Vernooij | 2 | -101/+26 |
2003-03-22 | Add nicer --help headers | Jelmer Vernooij | 2 | -8/+4 |
2003-03-22 | Add -U, -N, -i, -A, -W to popt. | Jelmer Vernooij | 3 | -17/+279 |
2003-03-22 | - Use FUNCTION_MACRO, not __FUNCTION__. | Jelmer Vernooij | 3 | -4/+4 |
2003-03-22 | Valgrind found a few memory leaks! | Andrew Bartlett | 3 | -2/+15 |
2003-03-22 | Don't use EDQUOT on systems where it's not available | Jelmer Vernooij | 1 | -3/+5 |
2003-03-22 | Detect missing -lroken properly on systems without krb5-config | Jelmer Vernooij | 1 | -2/+3 |
2003-03-22 | Return value in non-void function | Jelmer Vernooij | 1 | -0/+1 |
2003-03-22 | Use FUNCTION_MACRO, not __FUNCTION__ | Jelmer Vernooij | 1 | -2/+2 |
2003-03-22 | Never touch complicated if/else/elsif structures :-) | Volker Lendecke | 1 | -23/+27 |
2003-03-22 | Don't use errno's when they're not available | Jelmer Vernooij | 1 | -1/+15 |
2003-03-22 | This changes the way we do LDAP updates. We don't use LDAP_MOD_MODIFY | Volker Lendecke | 1 | -121/+175 |
2003-03-22 | Revert bogus part of previous patch. | Andrew Bartlett | 1 | -6/+9 |
2003-03-22 | Small clenaup patches: | Andrew Bartlett | 10 | -54/+98 |
2003-03-22 | Fix compile on IA64 by noting that this should be the integer, not a pointer | Andrew Bartlett | 1 | -1/+1 |
2003-03-22 | It seems that this causes some problems on some linux platforms - it's a | Andrew Bartlett | 1 | -1/+1 |
2003-03-22 | Patch from Jianliang Lu <j.lu@tiesse.com> to set the 'minimum password age' | Andrew Bartlett | 1 | -0/+11 |
2003-03-22 | FALSE -> False (reported by Paul Green) | Jelmer Vernooij | 1 | -1/+1 |