summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2012-02-20s3-winbindd: pass logon parmeters down to check_sam_security()Andrew Bartlett1-2/+6
2012-02-18Fix a bunch of "unused variable" warnings.Jeremy Allison3-7/+2
2012-02-16lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett1-1/+1
2012-02-16Rename obscure defined constants.Christopher R. Hertel (crh)1-1/+1
2012-02-10s3-winbindd: set the can_do_validation6 also for trusted domainMatthieu Patou1-0/+2
2012-02-06s3-winbind: Remove unused bool "local"Christof Schmitt1-5/+2
2012-01-30s3-winbind: don't try to do clever thing if the username is not found while a...Matthieu Patou1-1/+2
2012-01-18s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spne...Andrew Bartlett1-2/+2
2012-01-18s3-librpc Make cli_rpc_pipe_open_spnego_ntlmssp() genericAndrew Bartlett1-9/+14
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke3-3/+6
2012-01-06s3-winbindd: convert cached credentials to use auth_generic/gensec for NTLMSSPAndrew Bartlett1-33/+46
2012-01-05s3: Remove some redundant codeVolker Lendecke1-5/+0
2012-01-04s3-winbind: Fix segfault if we can't map the last user.Andreas Schneider1-0/+18
2012-01-04s3-winbind: Move finding the domain to it's own function.Andreas Schneider1-11/+21
2011-12-20s3: Fix some False/NULL hickupsVolker Lendecke1-2/+2
2011-12-16s3:idmap_autorid: use less transactionsChristian Ambach1-55/+76
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke2-2/+1
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij6-6/+6
2011-12-03s3-winbind: Add an update function for winbind cache.Andreas Schneider1-2/+94
2011-12-02s3-winbind: Remove unused keys from list.Andreas Schneider1-2/+0
2011-11-28s3: Use tevent_req_simple_recv_ntstatusVolker Lendecke1-6/+1
2011-11-25s3: user_domain is not used in wb_getpwsidVolker Lendecke1-7/+0
2011-11-24s3:winbindd_cm: make use of cli_tree_connect()Stefan Metzmacher1-1/+1
2011-11-22s3: Fix wb_next_pwent_fill_doneVolker Lendecke1-1/+0
2011-11-21s3:winbindd_cm: close sockfd on error in cm_prepare_connection()Stefan Metzmacher1-0/+2
2011-11-17s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives.Günther Deschner1-1/+1
2011-11-17s3-winbindd: no need to globally include ldap headers in winbindd.Günther Deschner2-2/+1
2011-11-16s3-winbindd/winbindd_cm.c: remove cli_nt_error()Björn Baumbach1-8/+2
2011-11-16s3:winbindd_cm: remove unused ads_statusStefan Metzmacher1-3/+0
2011-11-16s3-waf: create a smbldap.so library.Günther Deschner1-0/+1
2011-11-16s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.Günther Deschner1-1/+3
2011-11-16s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner1-0/+1
2011-11-15s3-winbind: Don't fail on users without a uid.Andreas Schneider1-1/+19
2011-11-15s3-winbind: Make sure the map is clean.Andreas Schneider1-1/+5
2011-11-14s3-modules: remove the last "init_module" traces.Günther Deschner2-4/+0
2011-11-03s3:winbindd: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher1-1/+1
2011-10-28Fix bug #8548 - winbind_samlogon_retry_loop ignores logon_parameters flags.Jeremy Allison1-2/+2
2011-10-28lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett6-6/+6
2011-10-24idl: Improve MS-PAC IDLSimo Sorce1-7/+7
2011-10-21s3:idmap_autorid: add an allocation range to autoridChristian Ambach1-1/+96
2011-10-21s3:idmap_autorid: move HWM initialization into a functionChristian Ambach1-17/+27
2011-10-21s3:idmap_autorid: use strings as parameter for range allocatorChristian Ambach1-14/+14
2011-10-21s3:winbindd/idmap make idmap modules loadable againChristian Ambach6-6/+6
2011-10-21Revert "s3:idmap/autorid add a small alloc pool to autorid"Christian Ambach1-61/+0
2011-10-18pdb-interface: Do not use unid_t hereSimo Sorce1-4/+5
2011-10-18ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett1-1/+1
2011-10-12Fix bug #8521 - winbindd cache timeout expiry test was reversedJeremy Allison1-1/+1
2011-10-11s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return typeMichael Adam1-7/+6
2011-10-11s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam1-6/+12
2011-10-11s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam3-21/+23