Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-12-10 | added some comments | Andrew Tridgell | 2 | -4/+2 |
2001-12-10 | make sid_binstring available without HAVE_ADS | Andrew Tridgell | 3 | -52/+8 |
2001-12-10 | explicitly encode NULL strings in the cache | Andrew Tridgell | 1 | -1/+15 |
2001-12-10 | removed a debug line | Andrew Tridgell | 1 | -2/+0 |
2001-12-09 | completely new winbindd cache infrastructure | Andrew Tridgell | 9 | -756/+591 |
2001-12-09 | - use accountype not accountcontrol | Andrew Tridgell | 1 | -8/+26 |
2001-12-09 | fixed type passed to ads_search | Andrew Tridgell | 1 | -2/+1 |
2001-12-08 | added internal sasl/gssapi code. This means we are no longer dependent on cyr... | Andrew Tridgell | 2 | -11/+78 |
2001-12-06 | Fixed typo in fix for typo in debug. (-: | Tim Potter | 1 | -1/+1 |
2001-12-05 | fixed a memory leak | Andrew Tridgell | 1 | -1/+4 |
2001-12-05 | added a REALLY gross hack into kerberos_kinit_password so that | Andrew Tridgell | 1 | -1/+1 |
2001-12-05 | moved the sequence number fetch into the backend, and fetch the | Andrew Tridgell | 6 | -80/+77 |
2001-12-05 | don't double free ldap message lists | Andrew Tridgell | 1 | -3/+0 |
2001-12-05 | fixed another leak - memory usage now seems to be quite small | Andrew Tridgell | 1 | -0/+2 |