Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove "sids.h" as it really wasn't being used anywhere, and was exporting | Andrew Bartlett | 2002-06-10 | 3 | -2/+1 | |
| | | | | | | | | | the (now static) global_sam_sid. The only place it was being used was to return global_sid_NULL to some uid->sid functions - and I'm not convinced this is correct in any case. Andrew Bartlett | |||||
* | With this file being automaticly regenerated, and cleaned up with 'make clean' | Andrew Bartlett | 2002-06-10 | 1 | -142/+0 | |
| | | | | | | I think it should be removed from CVS. This matches the other proto files. Andrew Bartlett | |||||
* | Merge pidfile fix. | Jeremy Allison | 2002-06-07 | 1 | -3/+3 | |
| | | | | Jeremy. | |||||
* | Store cache entry keys that have RID values in decimal to be | Tim Potter | 2002-06-05 | 1 | -6/+6 | |
| | | | | consistent with other keys. | |||||
* | Fix for Linux kernel bug where signal mask set within a signal handler | Jeremy Allison | 2002-06-05 | 1 | -1/+15 | |
| | | | | | | is being ignored on sighandler exit. This means we have to have a small array of fd's, not a single one. Jeremy. | |||||
* | Store the key for a name to sid cache entry in upper case rather than | Tim Potter | 2002-06-04 | 1 | -4/+12 | |
| | | | | | | | | | whatever case the request was made in. This gets rid of duplicate cache entries. Also when doing a sid to name, prime the cache with the name to sid mapping result. We can't do the reverse as we don't know the correct case of the name to store in the cache. | |||||
* | Fixed some formatting. | Tim Potter | 2002-06-04 | 1 | -3/+4 | |
| | ||||||
* | fixed some debug messages | Andrew Tridgell | 2002-06-03 | 1 | -2/+2 | |
| | ||||||
* | The last element of the definitions of enums can't have a trailing | Tim Potter | 2002-06-02 | 1 | -1/+1 | |
| | | | | comma. Only initialisers can have this in ANSI C. | |||||
* | merge from 2.2 | Gerald Carter | 2002-05-29 | 1 | -1/+1 | |
| | ||||||
* | Updates to better report some NTSTATUS errors into PAM, and update to PAM | Andrew Bartlett | 2002-05-28 | 1 | -0/+9 | |
| | | | | | | | | | | | to correctly allow password changes on expired passwords. (No security implications, as its just a 'will I let you talk to the server' check). pam_winbind checks the password prior to changing it, so that users don't have to make up and type their new password when they havn't even got the old one right. This also helps with stacking etc. Andrew Bartlett | |||||
* | Fixed incorrect comment. | Tim Potter | 2002-05-24 | 1 | -2/+2 | |
| | ||||||
* | Remove the password length paramater from cli_full_connection - it really | Andrew Bartlett | 2002-05-24 | 1 | -1/+1 | |
| | | | | | | | | didn't make any sense, and its was always just strlen(password) anyway. This fixes it to be strlen(password)+1 Andrew Bartlett | |||||
* | debug classized | Simo Sorce | 2002-05-21 | 3 | -0/+9 | |
| | ||||||
* | A small change to print out the error message only if we could not check the | Richard Sharpe | 2002-05-19 | 1 | -4/+5 | |
| | | | | secrets ... | |||||
* | As per rsharpe's request, require only a Masters in Astrophysics to | Andrew Bartlett | 2002-05-18 | 2 | -16/+18 | |
| | | | | | | correctly configure winbind. (Next job: Fill in the 'error_msg' field with somthing useful) | |||||
* | A few more trusted domains updates from mimir. | Andrew Bartlett | 2002-05-17 | 1 | -2/+3 | |
| | | | | | | | I think we may still need to look at our server enumeration code, but other than that, its much better in the tree than out. Andrew Bartlett | |||||
* | Changes to allow head to translate NMB flags ... | Richard Sharpe | 2002-05-17 | 2 | -8/+8 | |
| | ||||||
* | Don't store domain with username in secrets.tdb | Tim Potter | 2002-05-13 | 1 | -1/+1 | |
| | ||||||
* | Merge of --set-auth-user updates from 2.2 | Tim Potter | 2002-05-13 | 1 | -3/+4 | |
| | ||||||
* | Merge of secrets_init() paranoia fix from 2.2 | Tim Potter | 2002-05-13 | 1 | -1/+6 | |
| | ||||||
* | Fix for Solaris nscd issue pointed out by Mike Gerdts | Tim Potter | 2002-05-10 | 1 | -0/+11 | |
| | | | | | <Michael.Gerdts@alcatel.com>. The struct passwd in Solaris contains some extra fields which must be initialised otherwise nscd crashes. | |||||
* | merge freom SAMBA_2_2 | Gerald Carter | 2002-05-09 | 1 | -1/+5 | |
| | ||||||
* | HP-UX 10.20 compiles fixes from SAMBA_2_2 | Gerald Carter | 2002-05-09 | 2 | -1/+5 | |
| | ||||||
* | Merge in Jerry's called name fix. | Jeremy Allison | 2002-05-08 | 1 | -1/+0 | |
| | | | | Jeremy. | |||||
* | Merge Herb's idmap endian fix. | Jeremy Allison | 2002-04-27 | 1 | -12/+9 | |
| | | | | Jeremy. | |||||
* | Another attempt at fixing the endian problem when upgrading from 2.2.3a. | Jeremy Allison | 2002-04-27 | 1 | -8/+12 | |
| | | | | | Herb please check. Jeremy. | |||||
* | Attempt to fix big-endian upgrade problem (Herb, Jerry, please check). | Jeremy Allison | 2002-04-26 | 1 | -6/+12 | |
| | | | | Jeremy. | |||||
* | Fix from Herb for upgrading from big-endian earlier databases. | Jeremy Allison | 2002-04-25 | 1 | -4/+4 | |
| | | | | Jeremy. | |||||
* | damn! I forgot to commit winbindd_dual.c | Andrew Tridgell | 2002-04-24 | 1 | -0/+205 | |
| | ||||||
* | main() needs to be indented to make sure it doesn't generate a | Andrew Tridgell | 2002-04-24 | 1 | -1/+1 | |
| | | | | prototype | |||||
* | a new "dual daemon" operating mode for winbindd | Andrew Tridgell | 2002-04-24 | 3 | -49/+112 | |
| | | | | | | | | | this mode improves the response time of winbindd by having a background process update the cache while the forground process responds to queries from cache. You can enable this mode using the -B command line option. It is quite experimental, which is why it is not the default. | |||||
* | fixed trust relationships in ADS winbindd after breaking them with my BDC ↵ | Andrew Tridgell | 2002-04-19 | 1 | -1/+1 | |
| | | | | changes ... | |||||
* | fixed the fallback to a BDC for ADS connections | Andrew Tridgell | 2002-04-18 | 1 | -1/+3 | |
| | ||||||
* | The cli_lsa_lookup_{names,sids} functions were returning useless | Tim Potter | 2002-04-14 | 1 | -6/+4 | |
| | | | | | | information when one or more of the names/sids being queried were not resolvable. We now return a list the same length as the parameters passed instead of an array of just the resolvable names/sids. | |||||
* | pull_username() is a local function | Andrew Tridgell | 2002-04-14 | 1 | -1/+1 | |
| | ||||||
* | hanle the case where the win2000 username is completely different from | Andrew Tridgell | 2002-04-14 | 1 | -8/+3 | |
| | | | | the pre-win2000 username | |||||
* | modified the ADS backend to accept either the long or short versions | Andrew Tridgell | 2002-04-14 | 1 | -11/+44 | |
| | | | | of long usernames (win2000 usernames can be longer than 20 characters) | |||||
* | Tidy up winbindd debug. Added Bill Moran's hide unreadable fix. | Jeremy Allison | 2002-04-13 | 1 | -4/+3 | |
| | | | | Jeremy. | |||||
* | possibly fix the 15000 user problem | Andrew Tridgell | 2002-04-11 | 2 | -8/+8 | |
| | | | | | I think its caused by a rpc operation failing and us giving invalid data back to the cache layer. Using talloc_zero() should solve this. | |||||
* | Moved definition of winbind username/password secrets into secrets.h | Tim Potter | 2002-04-10 | 1 | -6/+0 | |
| | ||||||
* | Spelling. | Tim Potter | 2002-04-07 | 1 | -1/+1 | |
| | ||||||
* | Spelling. | Tim Potter | 2002-04-04 | 1 | -1/+1 | |
| | ||||||
* | Call poptFreeContext() as appropriate. | Tim Potter | 2002-04-04 | 1 | -23/+30 | |
| | | | | Clean up exit path code. | |||||
* | Fix up conversion code from old winbindd versions (some testing needed). | Jeremy Allison | 2002-04-04 | 4 | -67/+179 | |
| | | | | | | Added time based cache size check (#ifdef'ed out by default, just didn't want to lose the code). Jeremy. | |||||
* | Fixed the handle leak in the connection management code (this code is crap | Jeremy Allison | 2002-04-04 | 2 | -2/+24 | |
| | | | | | and should be rewritten, just not now... :-). Jeremy. | |||||
* | More winbind for HPUX updates from Don Mccall. I think JRA has already | Andrew Bartlett | 2002-04-03 | 2 | -4/+27 | |
| | | | | | | applied these to 2.2. Andrew Bartlett | |||||
* | merge winbindd WINS changes from 2.2 | Herb Lewis | 2002-03-29 | 6 | -47/+150 | |
| | ||||||
* | Unblock sigusr1 on startup. | Tim Potter | 2002-03-26 | 1 | -0/+1 | |
| | ||||||
* | Added code for smb messaging. winbindd now responds to the smbcontrol | Tim Potter | 2002-03-26 | 1 | -2/+15 | |
| | | | | ping, debug and pool-usage messages. |