Age | Commit message (Expand) | Author | Files | Lines |
2002-04-26 | Attempt to fix big-endian upgrade problem (Herb, Jerry, please check). | Jeremy Allison | 1 | -6/+12 |
2002-04-25 | Fix from Herb for upgrading from big-endian earlier databases. | Jeremy Allison | 1 | -4/+4 |
2002-04-24 | damn! I forgot to commit winbindd_dual.c | Andrew Tridgell | 1 | -0/+205 |
2002-04-24 | main() needs to be indented to make sure it doesn't generate a | Andrew Tridgell | 1 | -1/+1 |
2002-04-24 | a new "dual daemon" operating mode for winbindd | Andrew Tridgell | 3 | -49/+112 |
2002-04-19 | fixed trust relationships in ADS winbindd after breaking them with my BDC cha... | Andrew Tridgell | 1 | -1/+1 |
2002-04-18 | fixed the fallback to a BDC for ADS connections | Andrew Tridgell | 1 | -1/+3 |
2002-04-15 | Merge of lsa lookup names/sids patch from HEAD. | Tim Potter | 1 | -5/+2 |
2002-04-14 | The cli_lsa_lookup_{names,sids} functions were returning useless | Tim Potter | 1 | -6/+4 |
2002-04-14 | pull_username() is a local function | Andrew Tridgell | 1 | -1/+1 |
2002-04-14 | hanle the case where the win2000 username is completely different from | Andrew Tridgell | 1 | -8/+3 |
2002-04-14 | modified the ADS backend to accept either the long or short versions | Andrew Tridgell | 1 | -11/+44 |
2002-04-13 | Tidy up winbindd debug. Added Bill Moran's hide unreadable fix. | Jeremy Allison | 1 | -4/+3 |
2002-04-11 | possibly fix the 15000 user problem | Andrew Tridgell | 2 | -8/+8 |
2002-04-10 | Moved definition of winbind username/password secrets into secrets.h | Tim Potter | 1 | -6/+0 |
2002-04-07 | Spelling. | Tim Potter | 1 | -1/+1 |
2002-04-04 | Spelling. | Tim Potter | 1 | -1/+1 |
2002-04-04 | Call poptFreeContext() as appropriate. | Tim Potter | 1 | -23/+30 |
2002-04-04 | Fix up conversion code from old winbindd versions (some testing needed). | Jeremy Allison | 4 | -67/+179 |
2002-04-04 | Fixed the handle leak in the connection management code (this code is crap | Jeremy Allison | 2 | -2/+24 |
2002-04-03 | More winbind for HPUX updates from Don Mccall. I think JRA has already | Andrew Bartlett | 2 | -4/+27 |
2002-03-29 | merge winbindd WINS changes from 2.2 | Herb Lewis | 6 | -47/+150 |
2002-03-26 | Unblock sigusr1 on startup. | Tim Potter | 1 | -0/+1 |
2002-03-26 | Added code for smb messaging. winbindd now responds to the smbcontrol | Tim Potter | 1 | -2/+15 |
2002-03-26 | Don't do a zero-length malloc (caught with dmalloc library). | Jeremy Allison | 1 | -1/+1 |
2002-03-24 | Spelling fixes. | Tim Potter | 1 | -1/+1 |
2002-03-23 | Various winbind updates: | Andrew Bartlett | 4 | -6/+7 |
2002-03-22 | Make debug statment less confusing. | Tim Potter | 1 | -2/+5 |
2002-03-21 | Missed a couple of fetch/store_ints. | Jeremy Allison | 1 | -4/+4 |
2002-03-21 | Make winbindd_idmap tdb endian independent. This is very important for | Jeremy Allison | 1 | -11/+46 |
2002-03-21 | When upgrading from an old idmap tdb, remember to overwrite the reverse | Jeremy Allison | 1 | -0/+5 |
2002-03-21 | fixed the secondary group mappings for ADS users | Andrew Tridgell | 1 | -8/+56 |
2002-03-20 | Cache call to winbind separator. | Tim Potter | 1 | -46/+56 |
2002-03-20 | Merge of Richard's lookupsid fix. | Tim Potter | 1 | -1/+4 |
2002-03-19 | updated winbindd to used paged ldap searches for all ldap queries | Andrew Tridgell | 1 | -1/+1 |
2002-03-19 | Fix a double-free bug in wbinfo -t's call in winbindd. | Andrew Bartlett | 2 | -7/+8 |
2002-03-18 | Allow us to see the difference between these two errors. (We need to chase | Andrew Bartlett | 1 | -1/+7 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 2 | -8/+8 |
2002-03-15 | enable locking on the winbindd cache tdb so it can be backed up and | Andrew Tridgell | 1 | -1/+1 |
2002-03-15 | added a -h usage option to winbindd | Andrew Tridgell | 1 | -1/+16 |
2002-03-14 | Now we have reliable signals take SIGTERM inband. | Jeremy Allison | 1 | -5/+4 |
2002-03-13 | Fix typo in copyright | Andrew Bartlett | 1 | -1/+1 |
2002-03-12 | fixed 2 reconnection bugs in the ADS backend support | Andrew Tridgell | 1 | -7/+11 |
2002-03-12 | get the test for disconnection the right way around! | Andrew Tridgell | 1 | -3/+3 |
2002-03-11 | Removed bogus calles to D() debugging function. Perhaps these should | Tim Potter | 1 | -16/+1 |
2002-03-11 | always make winbindd try for the PDC first before trying for a BDC | Andrew Tridgell | 1 | -5/+7 |
2002-03-09 | removed bogus prepend_domain() call which was screwing up getpwuid() | Andrew Tridgell | 1 | -10/+2 |
2002-03-09 | prevent a segv when a trusted domain is unavailable at startup | Andrew Tridgell | 1 | -3/+2 |
2002-03-09 | better detection of dead ADS connections, so we have some chance of | Andrew Tridgell | 1 | -0/+6 |
2002-03-06 | nicer message for --sequence when the server is disconnected | Andrew Tridgell | 1 | -2/+7 |