Age | Commit message (Expand) | Author | Files | Lines |
2002-01-12 | Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>. | Andrew Bartlett | 3 | -0/+12 |
2002-01-11 | force the time difference in cache comparisons to be unsigned to cope | Andrew Tridgell | 1 | -1/+4 |
2002-01-11 | make the winbind sequence number code more robust | Andrew Tridgell | 1 | -1/+1 |
2002-01-11 | Always query the PDC for the list of trusted domains rather than interating | Tim Potter | 7 | -114/+179 |
2002-01-11 | Some memory leak fixes. | Tim Potter | 1 | -17/+23 |
2002-01-10 | Since AB has been changing the winbind interface it's time to add the "mock | Tim Potter | 3 | -21/+21 |
2002-01-10 | merge tpots name changes into IRIX part of code. When you change the name | Herb Lewis | 1 | -8/+8 |
2002-01-10 | Return the winbind separator over the socket, so programs don't have to parse | Andrew Bartlett | 5 | -18/+78 |
2002-01-10 | This changes the winbind protcol a bit: | Andrew Bartlett | 6 | -38/+84 |
2002-01-10 | A big tidyup while thinking about getting trusted domains being re-read | Tim Potter | 8 | -132/+142 |
2002-01-09 | Fixed typo. | Jeremy Allison | 1 | -1/+1 |
2002-01-09 | HPUX nss fix. | Jeremy Allison | 1 | -2/+18 |
2002-01-08 | Getting ready to add winbindd support for HPUX 11. | Jeremy Allison | 2 | -0/+154 |
2002-01-07 | Don't log the password in pam_sm_authenticate() unless DEBUG_PASSWORD is | Tim Potter | 1 | -2/+10 |
2002-01-01 | Further rpc_client removal, this time from winbindd. | Andrew Bartlett | 2 | -39/+61 |
2001-12-30 | When running interactive we want to set our own process group for | Jeremy Allison | 1 | -0/+9 |
2001-12-22 | merge Jeremy's gcc3 warning fix from 2.2 | Herb Lewis | 1 | -1/+1 |
2001-12-22 | merge IRIX winbind support from Samba 2.2 branch | Herb Lewis | 3 | -97/+666 |
2001-12-21 | Append to log.winbindd instead of overwriting it so we are consistent with | Tim Potter | 1 | -0/+7 |
2001-12-20 | added ads_domain_sid() function | Andrew Tridgell | 1 | -15/+5 |
2001-12-20 | Removed global debugf. Replaced with lp_set_logfile(name). | Jeremy Allison | 1 | -5/+13 |
2001-12-20 | Setup global_myworkgroup. Needed for secrets fetch code. | Jeremy Allison | 1 | -8/+11 |
2001-12-20 | net ads password and net ads chostpass commands from Remus Koos | Andrew Tridgell | 1 | -0/+1 |
2001-12-19 | use "ads server" option if set for primary domain | Andrew Tridgell | 1 | -4/+10 |
2001-12-19 | add support for mixtures of ADS/NT4 domains, as long as the primary | Andrew Tridgell | 1 | -0/+9 |
2001-12-19 | much better ADS error handling system | Andrew Tridgell | 2 | -72/+68 |
2001-12-19 | added trusted realm support to ADS authentication | Andrew Tridgell | 3 | -1/+8 |
2001-12-19 | - added initial support for trusted domains in winbindd_ads | Andrew Tridgell | 4 | -18/+81 |
2001-12-18 | fixed handling of empty or dead domain in wbinfo -g | Andrew Tridgell | 1 | -60/+9 |
2001-12-14 | Added the group enum code from 2.2 | Jeremy Allison | 1 | -0/+1 |
2001-12-13 | make sure we find NSS_STATUS struct | Andrew Tridgell | 1 | -0/+1 |
2001-12-12 | allow IRIX to build nsswitch/libnss_wins.so | Herb Lewis | 1 | -12/+82 |
2001-12-12 | add *.po32 to ignore list | Herb Lewis | 1 | -0/+1 |
2001-12-11 | Oops, the -a option disappeared. | Tim Potter | 1 | -0/+1 |
2001-12-11 | sync with 2.2 | Herb Lewis | 1 | -0/+29 |
2001-12-11 | Replace backslash with winbind separator before calling parse_domain_user(). ... | Jim McDonough | 1 | -2/+4 |
2001-12-11 | fix for IRIX compilers | Herb Lewis | 1 | -2/+2 |
2001-12-11 | handle systems without setenv() | Andrew Tridgell | 1 | -1/+1 |
2001-12-11 | Modify winbindd to use authenticated user info from secrets.tdb when making | Tim Potter | 2 | -2/+34 |
2001-12-11 | Converted wbinfo to use popt instead of getopt - popt is very nice! | Tim Potter | 1 | -28/+100 |
2001-12-11 | removed the start_ndx parameter from group enumeration | Andrew Tridgell | 5 | -87/+80 |
2001-12-11 | got rid of start_ndx from query_user_list() | Andrew Tridgell | 6 | -128/+120 |
2001-12-10 | robustness fixes and moved ccache location into winbindd_ads code | Andrew Tridgell | 2 | -0/+20 |
2001-12-10 | Make proto | Martin Pool | 1 | -1/+0 |
2001-12-10 | use objectCategory instead of objectClass for faster searching | Andrew Tridgell | 1 | -3/+3 |
2001-12-10 | Merge of memory leak fixes from APPLIANCE_TNG. | Tim Potter | 1 | -0/+7 |
2001-12-10 | winbindd backends can now be marked "consistent" or "inconsistent" | Andrew Tridgell | 4 | -33/+93 |
2001-12-10 | shrank the winbindd_cache.tdb somewhat | Andrew Tridgell | 1 | -27/+63 |
2001-12-10 | added some comments | Andrew Tridgell | 1 | -0/+2 |
2001-12-10 | moved the domain sid lookup and enumeration of trusted domains into | Andrew Tridgell | 5 | -109/+143 |