Age | Commit message (Expand) | Author | Files | Lines |
2003-08-11 | adding '.' special name to --domain to mean our domain | Gerald Carter | 1 | -5/+14 |
2003-08-10 | add --domain=DOMAINNAME to wbinfo | Gerald Carter | 5 | -18/+71 |
2003-08-09 | fix for BUG #267 (problem with supplementary groups). | Gerald Carter | 1 | -0/+74 |
2003-08-08 | fix 2 bugs: | Gerald Carter | 2 | -33/+36 |
2003-08-06 | rework winbindd_accountdb_init() to reduce error messages in the log | Gerald Carter | 1 | -10/+5 |
2003-08-02 | make sure to initialize the backend methods when enumerating sequence numbers... | Gerald Carter | 1 | -0/+2 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 1 | -1/+1 |
2003-08-01 | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 1 | -1/+1 |
2003-08-01 | fix cut-n-paste error found by abartlet | Gerald Carter | 1 | -8/+10 |
2003-08-01 | Fix a memory leak. I did not check all the calls to winbindd_request, but | Volker Lendecke | 1 | -0/+2 |
2003-07-31 | make sure the domain sid is set when enumerating trusted domains | Gerald Carter | 1 | -1/+24 |
2003-07-31 | working on transtive trusts issue: | Gerald Carter | 5 | -69/+154 |
2003-07-30 | Add a command line option (-S on|off|required) to enable signing on client | Jeremy Allison | 1 | -1/+2 |
2003-07-26 | fix typo in debug | Gerald Carter | 1 | -1/+1 |
2003-07-25 | domain in schannel bind credentials must be the dest domain, not ours | Gerald Carter | 1 | -0/+5 |
2003-07-25 | Make wbinfo -p work again. Fixes bug 251. | Tim Potter | 1 | -1/+1 |
2003-07-23 | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 4 | -16/+16 |
2003-07-23 | Move a function to avoid a warning. | Tim Potter | 1 | -24/+24 |
2003-07-22 | Another round of uid/gid/pid format string changes I missed the | Tim Potter | 5 | -9/+9 |
2003-07-22 | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 8 | -76/+77 |
2003-07-22 | Replace the eight (!) copies of dummy become/unbecome root with a single one. | Tim Potter | 1 | -14/+0 |
2003-07-20 | Typo fixes. | Rafal Szczesniak | 1 | -1/+1 |
2003-07-16 | fixes for 'net rpc vampire'. I can now take a blank Samba host | Gerald Carter | 2 | -17/+21 |
2003-07-15 | Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n... | Alexander Bokovoy | 1 | -4/+22 |
2003-07-15 | remove -B and default to dual-daemon mode (-Y to run as a single process) | Gerald Carter | 1 | -2/+2 |
2003-07-11 | patch for domain groups with no members (rpc only) from Ken Cross | Gerald Carter | 1 | -1/+1 |
2003-07-11 | fix sid_to_[uid|gid] (spotted by Volker). | Gerald Carter | 1 | -70/+76 |
2003-07-11 | moving more code around. | Gerald Carter | 5 | -47/+350 |
2003-07-10 | Just a few formatting fixed caught while testing. | Rafal Szczesniak | 1 | -4/+0 |
2003-07-10 | i guess i'm the only one this ever annyoed... | Gerald Carter | 2 | -22/+105 |
2003-07-09 | Large set of changes to add UNIX account/group management | Gerald Carter | 12 | -1059/+1430 |
2003-07-09 | fix linking issues in winbindd with become/unbecome_root() in passdb.c | Gerald Carter | 1 | -0/+14 |
2003-07-08 | fix some formatting | Gerald Carter | 1 | -25/+24 |
2003-07-07 | and so it begins.... | Gerald Carter | 8 | -66/+179 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 4 | -6/+6 |
2003-07-03 | fix for bug #200. flush connections if the machine trsut account | Gerald Carter | 1 | -1/+31 |
2003-07-01 | * fix the trustdom_cache to work when winbindd is not running. | Gerald Carter | 1 | -0/+14 |
2003-06-30 | * cleanup more DC name resolution issues in check_*domain_security() | Gerald Carter | 1 | -68/+2 |
2003-06-30 | * rename samstrict auth method to sam | Gerald Carter | 3 | -79/+94 |
2003-06-30 | fix for platforms that don't have unsetenv(). | Gerald Carter | 1 | -3/+7 |
2003-06-30 | Fix more shadow variable warnings. | Tim Potter | 1 | -20/+20 |
2003-06-29 | Here's the code to make winbindd work on a Samba DC | Gerald Carter | 4 | -18/+69 |
2003-06-28 | cleaning up after the s/in_addr/ip_service/ switch for the get_dc_list() patch | Gerald Carter | 1 | -6/+18 |
2003-06-27 | Some const correctness. Stop tdb being used as a remote backend. If an | Jeremy Allison | 1 | -1/+1 |
2003-06-25 | * fix typos in a few debug statements | Gerald Carter | 1 | -1/+1 |
2003-06-25 | large change: | Gerald Carter | 3 | -33/+31 |
2003-06-24 | Sequence number was not getting updated with ldap hack. Only a bug in this | Jeremy Allison | 2 | -7/+4 |
2003-06-24 | Explain why winbindd is exiting. | Jeremy Allison | 1 | -2/+4 |
2003-06-24 | add tdb backup function separation and winbind idmap upgrade code form | Simo Sorce | 2 | -0/+209 |
2003-06-23 | * s/get_dc_name/rpc_dc_name/g (revert a previous change) | Gerald Carter | 3 | -107/+20 |