Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-01-16 | Add mutex protection around auth calls. | Jeremy Allison | 1 | -41/+37 |
2003-01-15 | small merges from SAMBA_3_0; mostly typos, renames, etc... | Gerald Carter | 1 | -3/+3 |
2003-01-14 | Remove wrapper function _get_trust_account_password() as it doesn't | Tim Potter | 1 | -15/+2 |
2003-01-14 | Added a comment in case anyone is thinking of doing a SMB_ASSERT in winbindd. | Tim Potter | 1 | -0/+2 |
2003-01-13 | Merge of remove "winbindd holding pattern" from appliance. It's a bit | Tim Potter | 3 | -28/+10 |
2003-01-11 | Return the 'freindly' NT error message if at all possible. | Andrew Bartlett | 2 | -2/+3 |
2003-01-09 | Correct misleading comment: winbindd_lookupname gets the SID for a | Martin Pool | 1 | -1/+3 |
2003-01-07 | cannot make assignments to const values. | Herb Lewis | 1 | -1/+1 |
2003-01-06 | Fix from "Ken Cross" <kcross@nssolutions.com> for enumerating | Jeremy Allison | 1 | -1/+3 |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 1 | -3/+21 |
2003-01-02 | Becouse these functions return a size_t, they can't return negitive numbers. | Andrew Bartlett | 1 | -3/+3 |
2003-01-02 | BIG patch... | Andrew Bartlett | 2 | -2/+2 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 7 | -18/+38 |
2002-12-12 | merge of get_dc_name()-like code from APP_HEAD; better support password serve... | Gerald Carter | 1 | -49/+1 |
2002-12-01 | Remove extra headers, and ensure that we correctly bail out of winbindd if we | Andrew Bartlett | 2 | -2/+7 |
2002-11-26 | After consultation with tpot, remove the 'winbind_domain' environment | Andrew Bartlett | 5 | -47/+3 |
2002-11-26 | Having waited for *way* too long, this is mimir's namecache and trusted domain | Andrew Bartlett | 2 | -6/+12 |
2002-11-23 | [merge from APP_HEAD] | Gerald Carter | 1 | -3/+4 |
2002-11-18 | Bug fix from appliance - we must initialise the winbindd server state | Tim Potter | 1 | -2/+2 |
2002-11-15 | enable enumeration of domain local groups using LDAP (and in a native mode do... | Gerald Carter | 1 | -5/+30 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 6 | -52/+31 |
2002-11-09 | remove accidental debug code.. | Gerald Carter | 1 | -4/+0 |
2002-11-08 | defunct winbindd fix from APP_HEAD | Gerald Carter | 1 | -2/+7 |
2002-11-08 | Compleatly remove support for logfile truncation. All logs are opened for | Andrew Bartlett | 1 | -6/+0 |
2002-11-07 | Remove lp_security() checks for winbindd as this is how we act as a PDC. | Tim Potter | 1 | -6/+0 |
2002-11-07 | Call winbindd_param_init() earlier on in the piece so we don't get stuck in | Tim Potter | 2 | -15/+22 |
2002-11-06 | Merge of get_dc_list() api change. This was slightly more intrusive | Tim Potter | 1 | -4/+16 |
2002-11-05 | Merge of lp_talloc_free() call in init_domain_list() from APPLIANCE. | Tim Potter | 1 | -0/+7 |
2002-11-02 | Fix --set-auth-user command to delete entries from the secrets file when an | Tim Potter | 1 | -12/+68 |
2002-11-02 | Some winbindd cleanups I made trying to fix cr1020: | Tim Potter | 2 | -38/+108 |
2002-11-02 | Handle the case where the password used in RPC connections (for restrict | Tim Potter | 1 | -3/+8 |
2002-10-26 | Updates to winbind's PAM client and server - make the debug logs | Andrew Bartlett | 2 | -19/+44 |