| Commit message (Expand) | Author | Age | Files | Lines |
* | *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limit | Jeremy Allison | 2003-02-28 | 2 | -15/+59 |
* | Fix possible memory leak on failure. | Andrew Bartlett | 2003-02-27 | 1 | -0/+1 |
* | Kill RID-only and domain+RID madness from winbind. | Andrew Bartlett | 2003-02-26 | 9 | -440/+377 |
* | Merge from appliance: | Tim Potter | 2003-02-26 | 1 | -34/+23 |
* | After some comments from tridge, clean the new usergroups code into a helper | Andrew Bartlett | 2003-02-25 | 1 | -71/+94 |
* | Fix a really nasty bug where some users in AD domains (particularly child | Andrew Bartlett | 2003-02-25 | 1 | -14/+90 |
* | Fix a DEBUG() formatting, add some more debug to our SID pulling code and | Andrew Bartlett | 2003-02-22 | 1 | -1/+1 |
* | rename 'winbind backend' to 'idmap backend'. Put paramter in security sectio... | Jim McDonough | 2003-02-21 | 1 | -23/+23 |
* | Fix another compiler warning. | Tim Potter | 2003-02-21 | 1 | -1/+0 |
* | From aliguori@us.ibm.com: | Jim McDonough | 2003-02-20 | 3 | -438/+731 |
* | for some (very weird) reason, the domain I was testing aginst would not | Andrew Bartlett | 2003-02-20 | 1 | -0/+4 |
* | Missed one use of SETENV. (Compat macro no longer needed, as we have a | Andrew Bartlett | 2003-02-19 | 1 | -1/+1 |
* | Move to a in-memory ccache for winbind, and replace setenv() properly. | Andrew Bartlett | 2003-02-19 | 2 | -17/+1 |
* | Add -V option (to print out version) to utilities where possible | Jelmer Vernooij | 2003-02-18 | 1 | -0/+1 |
* | Check return code from string_to_sid. | Martin Pool | 2003-02-18 | 1 | -3/+6 |
* | Patch based on work by Michael Steffens <michael_steffens@hp.com> to wrap | Jeremy Allison | 2003-02-15 | 1 | -65/+107 |
* | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 2003-02-14 | 1 | -1/+2 |
* | Fix for trusted domains scan not working inspired by Ken Cross. | Tim Potter | 2003-02-14 | 2 | -7/+8 |
* | setup the %U substitution in winbindd for the homedir template | Andrew Tridgell | 2003-02-12 | 1 | -0/+1 |
* | Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm to | Andrew Bartlett | 2003-02-01 | 1 | -1/+8 |
* | Ensure Luke Howard's (C) is added. | Jeremy Allison | 2003-01-31 | 1 | -1/+21 |
* | Use new interface for cli_samr_query_dispinfo(). | Tim Potter | 2003-01-29 | 1 | -5/+10 |
* | Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD. | Jeremy Allison | 2003-01-16 | 1 | -28/+41 |
* | Updates to the NTLMSSP code again - moving the base64 decode fuctionality out | Andrew Bartlett | 2003-01-16 | 3 | -1/+16 |
* | Add mutex protection around auth calls. | Jeremy Allison | 2003-01-16 | 1 | -41/+37 |
* | small merges from SAMBA_3_0; mostly typos, renames, etc... | Gerald Carter | 2003-01-15 | 1 | -3/+3 |
* | Remove wrapper function _get_trust_account_password() as it doesn't | Tim Potter | 2003-01-14 | 1 | -15/+2 |
* | Added a comment in case anyone is thinking of doing a SMB_ASSERT in winbindd. | Tim Potter | 2003-01-14 | 1 | -0/+2 |
* | Merge of remove "winbindd holding pattern" from appliance. It's a bit | Tim Potter | 2003-01-13 | 3 | -28/+10 |
* | Return the 'freindly' NT error message if at all possible. | Andrew Bartlett | 2003-01-11 | 2 | -2/+3 |
* | Correct misleading comment: winbindd_lookupname gets the SID for a | Martin Pool | 2003-01-09 | 1 | -1/+3 |
* | cannot make assignments to const values. | Herb Lewis | 2003-01-07 | 1 | -1/+1 |
* | Fix from "Ken Cross" <kcross@nssolutions.com> for enumerating | Jeremy Allison | 2003-01-06 | 1 | -1/+3 |
* | patch to include support for daemontools from Michael Handler | Gerald Carter | 2003-01-03 | 1 | -3/+21 |
* | Becouse these functions return a size_t, they can't return negitive numbers. | Andrew Bartlett | 2003-01-02 | 1 | -3/+3 |
* | BIG patch... | Andrew Bartlett | 2003-01-02 | 2 | -2/+2 |
* | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 2002-12-20 | 7 | -18/+38 |
* | merge of get_dc_name()-like code from APP_HEAD; better support password serve... | Gerald Carter | 2002-12-12 | 1 | -49/+1 |
* | Remove extra headers, and ensure that we correctly bail out of winbindd if we | Andrew Bartlett | 2002-12-01 | 2 | -2/+7 |
* | After consultation with tpot, remove the 'winbind_domain' environment | Andrew Bartlett | 2002-11-26 | 5 | -47/+3 |
* | Having waited for *way* too long, this is mimir's namecache and trusted domain | Andrew Bartlett | 2002-11-26 | 2 | -6/+12 |
* | [merge from APP_HEAD] | Gerald Carter | 2002-11-23 | 1 | -3/+4 |
* | Bug fix from appliance - we must initialise the winbindd server state | Tim Potter | 2002-11-18 | 1 | -2/+2 |
* | enable enumeration of domain local groups using LDAP (and in a native mode do... | Gerald Carter | 2002-11-15 | 1 | -5/+30 |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 6 | -52/+31 |
* | remove accidental debug code.. | Gerald Carter | 2002-11-09 | 1 | -4/+0 |
* | defunct winbindd fix from APP_HEAD | Gerald Carter | 2002-11-08 | 1 | -2/+7 |
* | Compleatly remove support for logfile truncation. All logs are opened for | Andrew Bartlett | 2002-11-08 | 1 | -6/+0 |
* | Remove lp_security() checks for winbindd as this is how we act as a PDC. | Tim Potter | 2002-11-07 | 1 | -6/+0 |
* | Call winbindd_param_init() earlier on in the piece so we don't get stuck in | Tim Potter | 2002-11-07 | 2 | -15/+22 |