summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2015-09-24s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt2-2/+2
2015-09-09winbindd: Fix CID 1273310 Remove structurally dead codeAnoop C S1-2/+0
2015-09-04winbind: Don't delete an existing krb5 ticket on cached logon.Jeremy Allison1-24/+0
2015-08-24winbind: Remove "have_idmap_config" from winbindd_domainVolker Lendecke2-40/+0
2015-08-24winbind: Do not look for the domain in wb_gid2sidVolker Lendecke1-13/+0
2015-08-24winbind: Do not look for the domain in wb_uid2sidVolker Lendecke1-13/+0
2015-08-24idmap: Remove dom_name from wbint_Gid2SidVolker Lendecke1-1/+1
2015-08-24idmap: Remove dom_name from wbint_Uid2SidVolker Lendecke1-1/+1
2015-08-24idmap: Remove "domname" from idmap_gid_to_sidVolker Lendecke3-6/+4
2015-08-24idmap: Remove "domname" from idmap_uid_to_sidVolker Lendecke3-6/+4
2015-08-24idmap: Remove "domname" from idmap_backends_unixid_to_sidVolker Lendecke3-8/+6
2015-08-24idmap: Use a range search in idmap_backends_unixid_to_sidVolker Lendecke1-1/+11
2015-08-24idmap: Initialize all idmap domains at startupVolker Lendecke1-90/+109
2015-08-24idmap: Move idmap_init() under the static varsVolker Lendecke1-15/+15
2015-08-20s3:winbindd/idmap_*: make function prototypes available via static_decl_idmap;Stefan Metzmacher7-0/+7
2015-08-20s3:idmap: we need to allow undefined symbols in idmap_tdbStefan Metzmacher1-0/+1
2015-08-20s3:wscript: fix the build without any idmap moduleStefan Metzmacher1-7/+8
2015-07-17s3:winbindd: initialize dst->primary_gid with (gid_t)-1Stefan Metzmacher1-1/+1
2015-07-17s3:winbindd: initialize acct_desc fields in rpc_enum_{dom,local}_groups()Stefan Metzmacher1-5/+10
2015-07-17s3:winbindd: initialize an [in,out] variable in rpc_try_lookup_sids3()Stefan Metzmacher1-1/+1
2015-07-16winbindd: shorten client list scanUri Simchoni1-8/+9
2015-07-15winbindd: keep client list sorted by access timeUri Simchoni2-3/+4
2015-07-15winbindd: add service routines to support a sorted client listUri Simchoni2-0/+26
2015-07-15winbindd: periodically remove timed out clientsUri Simchoni1-0/+18
2015-07-15winbindd: verify that client has closed the connectionUri Simchoni1-2/+22
2015-07-15async_req: check for errors when monitoring socket for readabilityUri Simchoni1-1/+2
2015-07-15winbindd: cleanup client connection if the client closes the connectionUri Simchoni1-0/+28
2015-07-15winbindd: set file descriptor limit according to configurationUri Simchoni1-0/+31
2015-07-15CID 1311763: Fix incorrect return valueAndreas Schneider1-1/+1
2015-07-08s3:winbindd: add wb_irpc_GetForestTrustInformation()Stefan Metzmacher1-0/+46
2015-07-08s3:winbindd: implement winbind_GetForestTrustInformation()Stefan Metzmacher1-1/+200
2015-07-08librpc/idl: add winbind_GetForestTrustInformation()Stefan Metzmacher1-0/+13
2015-07-08s3:winbindd: add wb_irpc_LogonControl()Stefan Metzmacher1-1/+72
2015-07-08s3:winbindd: implement _winbind_LogonControl*()Stefan Metzmacher1-0/+583
2015-07-08librpc/idl: add winbind_LogonControl()Stefan Metzmacher1-0/+13
2015-07-03s3:winbindd: use check dcerpc_binding_handle_is_connected() instead of a spec...Stefan Metzmacher1-1/+1
2015-06-29winbindd: disconnect child process if request is cancelled at main processUri Simchoni1-8/+42
2015-06-24s3:winbindd: remove unused argument 'server' from winbind_samlogon_retry_loop()Stefan Metzmacher1-3/+0
2015-06-17winbindd: Sync secrets.ldb into secrets.tdb on startupAndrew Bartlett1-2/+70
2015-06-17winbindd: Use pdb_get_domain_info() to get exactly the local domain info when...Andrew Bartlett1-3/+14
2015-06-11winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC.Jeremy Allison1-0/+5
2015-06-11kerberos auth info3 should contain resource group ids available from pac_logonNoel Power1-2/+7
2015-06-05winbind: Lookup groupmem via primaryGroupIDVolker Lendecke1-0/+98
2015-06-04idmap_rfc2307: Fix wbinfo --gid-to-sid queryChristof Schmitt1-1/+1
2015-05-20s3:winbindd: make sure we remove pending io requests before closing client so...Stefan Metzmacher2-0/+27
2015-05-16Convert the few instances of int32 there were to int32_t.Richard Sharpe2-8/+8
2015-05-15Convert uint64 to uint64_tRichard Sharpe1-1/+1
2015-05-14Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe1-1/+1
2015-05-06winbind: Fix CID 1035545 Uninitialized scalar variableVolker Lendecke1-1/+1
2015-05-06winbind: Fix CID 1035544 Uninitialized scalar variableVolker Lendecke1-1/+1