Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-06-23 | lp_security() is a function not an integer | Andrew Tridgell | 1 | -1/+1 |
2003-06-23 | * set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai... | Gerald Carter | 4 | -30/+269 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 4 | -18/+18 |
2003-06-21 | merge of the netsamlogon caching code from APPLIANCE_HEAD | Gerald Carter | 8 | -143/+379 |
2003-06-18 | Remove the -A option of wbinfo, leaving only the long version, | Jim McDonough | 1 | -1/+1 |
2003-06-16 | Squelch one small compiler warning | Richard Sharpe | 1 | -1/+2 |
2003-06-16 | Fix some compiler warnings. | Tim Potter | 1 | -2/+0 |
2003-06-16 | made a debug statement more useful | Andrew Tridgell | 1 | -2/+3 |
2003-06-13 | Forward port the app-head changes for dc name cache into 3.0. | Jeremy Allison | 1 | -6/+1 |
2003-06-10 | Add in rety loop for query_user_list (from APP_HEAD). Deals with a bug | Jeremy Allison | 2 | -5/+56 |
2003-06-10 | - fixed the bug that forced us not to use the winbindd cache when we | Andrew Tridgell | 5 | -41/+46 |
2003-06-10 | More instrumentation for winbindd. | Jeremy Allison | 1 | -0/+14 |
2003-06-10 | Instrument cache with debug statements so I can have a clue as to what | Jeremy Allison | 1 | -56/+208 |