Age | Commit message (Expand) | Author | Files | Lines |
2003-04-09 | Winbind client for AIX. Written by Steve Roylance. | Tim Potter | 1 | -0/+411 |
2003-04-07 | Create a pidfile, even when running in interactive mode. | Tim Potter | 1 | -3/+2 |
2003-04-07 | privilaged -> privileged | Tim Potter | 5 | -10/+10 |
2003-04-07 | Remove duplicate "tallocdump" message from tdb messaging system. The | Tim Potter | 1 | -22/+1 |
2003-04-06 | This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on the | Simo Sorce | 1 | -5/+23 |
2003-04-04 | Removed unused variables. | Tim Potter | 1 | -2/+0 |
2003-04-03 | Fix a compile warning in slprintf format string. | Tim Potter | 1 | -4/+4 |
2003-04-03 | The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com): | Jim McDonough | 2 | -1/+395 |
2003-04-03 | Fixup swat warning. | Jeremy Allison | 1 | -0/+6 |
2003-04-02 | Print out the 'freindly' error message from winbind. Also print useful | Andrew Bartlett | 2 | -7/+22 |
2003-04-02 | THE Idmap patch :-) | Simo Sorce | 4 | -33/+32 |
2003-03-31 | Placeholder for winbind aix client. | Tim Potter | 1 | -0/+0 |
2003-03-31 | Cleanup of winbind client side code. | Tim Potter | 10 | -601/+708 |
2003-03-24 | Don't use old usage() function, but the one from popt. | Jelmer Vernooij | 1 | -1/+0 |
2003-03-24 | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 2 | -1/+2 |
2003-03-24 | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 2 | -7/+4 |
2003-03-23 | Convert to popt. | Jelmer Vernooij | 1 | -58/+26 |
2003-03-23 | NTLM Authentication: | Andrew Bartlett | 7 | -33/+131 |
2003-03-19 | Fix debug message not to use an uninitialized variable. | Volker Lendecke | 1 | -2/+1 |
2003-03-17 | Some cosmetic changes to make the popt --usage output look nicer. | Tim Potter | 1 | -5/+5 |
2003-03-15 | If it's an fstring, use fstrcpy(). | Andrew Bartlett | 1 | -8/+8 |
2003-03-11 | This patch attemptes to clean up winbindd's mutex locking. | Andrew Bartlett | 1 | -41/+37 |
2003-03-11 | Remove obsolete file. | Tim Potter | 1 | -13/+0 |
2003-03-08 | Make sure that the 'remote' machine name can only be set once. For some weird | Andrew Bartlett | 1 | -9/+2 |
2003-03-03 | Fix "might be used uninitialised" warnings. | Jeremy Allison | 1 | -2/+2 |
2003-02-28 | fixed a crash bug in the new winbindd 'sids rule!' code | Andrew Tridgell | 1 | -1/+1 |
2003-02-28 | *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limit | Jeremy Allison | 2 | -15/+59 |
2003-02-27 | Fix possible memory leak on failure. | Andrew Bartlett | 1 | -0/+1 |
2003-02-26 | Kill RID-only and domain+RID madness from winbind. | Andrew Bartlett | 9 | -440/+377 |
2003-02-26 | Merge from appliance: | Tim Potter | 1 | -34/+23 |
2003-02-25 | After some comments from tridge, clean the new usergroups code into a helper | Andrew Bartlett | 1 | -71/+94 |
2003-02-25 | Fix a really nasty bug where some users in AD domains (particularly child | Andrew Bartlett | 1 | -14/+90 |
2003-02-22 | Fix a DEBUG() formatting, add some more debug to our SID pulling code and | Andrew Bartlett | 1 | -1/+1 |
2003-02-21 | rename 'winbind backend' to 'idmap backend'. Put paramter in security sectio... | Jim McDonough | 1 | -23/+23 |
2003-02-21 | Fix another compiler warning. | Tim Potter | 1 | -1/+0 |
2003-02-20 | From aliguori@us.ibm.com: | Jim McDonough | 3 | -438/+731 |
2003-02-20 | for some (very weird) reason, the domain I was testing aginst would not | Andrew Bartlett | 1 | -0/+4 |
2003-02-19 | Missed one use of SETENV. (Compat macro no longer needed, as we have a | Andrew Bartlett | 1 | -1/+1 |
2003-02-19 | Move to a in-memory ccache for winbind, and replace setenv() properly. | Andrew Bartlett | 2 | -17/+1 |
2003-02-18 | Add -V option (to print out version) to utilities where possible | Jelmer Vernooij | 1 | -0/+1 |
2003-02-18 | Check return code from string_to_sid. | Martin Pool | 1 | -3/+6 |
2003-02-15 | Patch based on work by Michael Steffens <michael_steffens@hp.com> to wrap | Jeremy Allison | 1 | -65/+107 |
2003-02-14 | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 1 | -1/+2 |
2003-02-14 | Fix for trusted domains scan not working inspired by Ken Cross. | Tim Potter | 2 | -7/+8 |
2003-02-12 | setup the %U substitution in winbindd for the homedir template | Andrew Tridgell | 1 | -0/+1 |
2003-02-01 | Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm to | Andrew Bartlett | 1 | -1/+8 |
2003-01-31 | Ensure Luke Howard's (C) is added. | Jeremy Allison | 1 | -1/+21 |
2003-01-29 | Use new interface for cli_samr_query_dispinfo(). | Tim Potter | 1 | -5/+10 |
2003-01-16 | Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD. | Jeremy Allison | 1 | -28/+41 |
2003-01-16 | Updates to the NTLMSSP code again - moving the base64 decode fuctionality out | Andrew Bartlett | 3 | -1/+16 |