Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-03-02 | Allow Samba to trust NT4 Domains. | Andrew Bartlett | 1 | -2/+4 |
2002-03-01 | Move wbinfo over to d_printf(). Patch by Hasch@t-online.de (Juergen Hasch) | Andrew Bartlett | 1 | -55/+55 |
2002-02-28 | enable locking on the idmap database to make it safe to dump/restore | Andrew Tridgell | 1 | -1/+1 |
2002-02-28 | Ensure that winbindd and smbd both use identical logic to find dc's. | Jeremy Allison | 1 | -28/+27 |
2002-02-27 | this allows us to support foreign SIDs in winbindd and smbd | Andrew Tridgell | 5 | -117/+173 |
2002-02-19 | make proto | Tim Potter | 1 | -1/+0 |
2002-02-18 | fixed a memory leak thanks to dleducq@arkoon.net | Andrew Tridgell | 1 | -0/+1 |
2002-02-15 | Winbind cleanup. | Andrew Bartlett | 4 | -180/+220 |
2002-02-11 | A few small winbind updates: | Andrew Bartlett | 3 | -25/+60 |
2002-02-08 | Fix up some of the DEBUG lines in winbind_pam.c | Andrew Bartlett | 1 | -8/+10 |
2002-02-06 | 0x is the traditional prefix for displaying hex numbers. | Tim Potter | 1 | -2/+2 |
2002-02-05 | Drastic impromvents to pam_winbind. | Andrew Bartlett | 5 | -279/+538 |
2002-01-31 | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 1 | -1/+4 |
2002-01-31 | reduced memory usage in winbindd with a rpc backend by using a | Andrew Tridgell | 1 | -6/+11 |
2002-01-31 | Removed unused variables. | Tim Potter | 1 | -2/+0 |
2002-01-31 | added 'wbinfo --sequence' to show sequence numbers of all domains | Andrew Tridgell | 5 | -0/+67 |
2002-01-30 | Removed version number from file header. | Tim Potter | 24 | -44/+24 |
2002-01-30 | Fix for password change from Samuel Ziegler <sam@xpedion.com> | Tim Potter | 1 | -11/+11 |
2002-01-30 | Removed silly fprintf(stderr, ...) debug. | Tim Potter | 1 | -2/+1 |
2002-01-27 | Some more 'winbind default domain' support patches from Alexander Bokovoy | Andrew Bartlett | 1 | -81/+1 |
2002-01-26 | Back out some of the less well thought out ideas from last weeks work on | Andrew Bartlett | 1 | -5/+16 |
2002-01-26 | Change the winbind interface to use seperate 'domain' and 'username' feilds for | Andrew Bartlett | 9 | -149/+56 |
2002-01-26 | Allow a winbind client to obtain the server's domain name. | Andrew Bartlett | 1 | -1/+13 |
2002-01-25 | Removed dodgy init of local variable. | Tim Potter | 1 | -1/+1 |
2002-01-25 | Much more useful handling of backup domain controllers in winbindd. Honour | Tim Potter | 1 | -25/+51 |
2002-01-22 | Call pidfile_create() as part of init sequence. | Tim Potter | 1 | -0/+3 |