summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
...
* s3-winbind: Use rpc_sid_to_name in samr.Andreas Schneider2010-07-051-57/+41
* s3-winbind: Added a common rpc_sid_to_name function.Andreas Schneider2010-07-052-0/+66
* s3-winbind: Use rpc_name_to_sid in samr.Andreas Schneider2010-07-051-54/+23
* s3-winbind: Added a common rpc_name_to_sid function.Andreas Schneider2010-07-052-0/+73
* s3-winbind: Use rpc_enum_local_groups in samr.Andreas Schneider2010-07-051-44/+16
* s3-winbind: Use rpc_enum_local_groups in msrpc.Andreas Schneider2010-07-051-53/+42
* s3-winbind: Added a common rpc_enum_local_groups function.Andreas Schneider2010-07-052-0/+61
* s3-winbind: Use rpc_query_user_list in samr.Andreas Schneider2010-07-051-87/+13
* s3-winbind: Use rpc_query_user_list in msrpc.Andreas Schneider2010-07-051-83/+43
* s3-winbind: Added a common rpc_query_user_list function.Andreas Schneider2010-07-052-0/+109
* s3-winbind: Use rpc_enum_dom_groups in samr.Andreas Schneider2010-07-051-42/+12
* s3-winbind: Use rpc_enum_dom_groups in msrpc.Andreas Schneider2010-07-051-52/+42
* s3-winbind: Added a common rpc_enum_dom_groups function.Andreas Schneider2010-07-052-0/+129
* s3-winbind: Rename winbindd_rpc.c to winbindd_msrpc.c.Andreas Schneider2010-07-051-0/+0
* s3-winbind: Replace the passdb backend with a samr/lsa based backend.Andreas Schneider2010-07-051-723/+0
* s3-winbind: Implemented samr backend function common_sequence_number.Andreas Schneider2010-07-051-4/+65
* s3-winbind: Implemented samr backend function common_lookup_useraliases.Andreas Schneider2010-07-051-4/+103
* s3-winbind: Implemented samr backend function common_lookup_usergroups.Andreas Schneider2010-07-051-4/+82
* s3-winbind: Implemented samr backend function common_password_policy.Andreas Schneider2010-07-051-3/+33
* s3-winbind: Implemented samr backend function common_lockout_policy.Andreas Schneider2010-07-051-3/+33
* s3-winbind: Implemented samr backend function common_rids_to_names.Andreas Schneider2010-07-051-5/+104
* s3-winbind: Implemented samr backend function common_sid_to_name.Andreas Schneider2010-07-051-2/+73
* s3-winbind: Implemented samr backend function common_name_to_sid.Andreas Schneider2010-07-051-2/+72
* s3-winbind: Implemented samr backend function common_enum_local_groups.Andreas Schneider2010-07-051-4/+73
* s3-winbind: Implemented samr backend function sam_lookup_groupmem.Andreas Schneider2010-07-051-6/+151
* s3-winbind: Implemented samr backend function sam_trusted_domains.Andreas Schneider2010-07-051-2/+81
* s3-winbind: Implemented samr backend function sam_query_user.Andreas Schneider2010-07-051-2/+81
* s3-winbind: Implemented samr backend function sam_enum_dom_groups.Andreas Schneider2010-07-051-4/+77
* s3-winbind: Implemented samr backend function sam_query_user_list.Andreas Schneider2010-07-051-4/+120
* s3-winbind: Added a skeleton for samr based functions.Andreas Schneider2010-07-051-0/+411
* s3-winbind: Initialize the server_info on winbindd start.Andreas Schneider2010-07-051-0/+5
* s3-winbind: Free some memory which isn't needed anymore.Andreas Schneider2010-07-051-0/+2
* s3: Pass the new server_id through reinit_after_forkVolker Lendecke2010-07-042-6/+10
* s3: Remove serverid_[de]register_selfVolker Lendecke2010-07-041-2/+3
* s3-nss_info: only include nss_info.h where needed.Günther Deschner2010-07-014-0/+4
* s3-libads: move ldap posix schema defines to their own header file.Günther Deschner2010-07-011-0/+1
* s3-libads: only include libds flags where needed.Günther Deschner2010-07-013-0/+3
* s3: More cleanup in winbindd_ads.c:query_userVolker Lendecke2010-06-281-13/+10
* s3: Fix a valgrind errorVolker Lendecke2010-06-281-2/+1
* s3: Re-arrange winbindd_ads.c:query_userVolker Lendecke2010-06-281-23/+24
* s3: free -> SAFE_FREEVolker Lendecke2010-06-281-1/+1
* s3: Do an early TALLOC_FREEVolker Lendecke2010-06-281-2/+5
* s3: Fix a winbind crashVolker Lendecke2010-06-251-0/+10
* s3: Fix a winbind crashVolker Lendecke2010-06-251-1/+6
* s3-winbind: Make KRB5_EVENT_REFRESH_TIME a functionVolker Lendecke2010-06-211-6/+12
* s3:idmap_ldap: remove unreached code (and explicit error return code)Michael Adam2010-06-211-5/+1
* Use #defined constant instead of "false" to be clearer about intent.Jeremy Allison2010-06-171-1/+1
* s3:winbindd use common server context functionsSimo Sorce2010-06-104-54/+3
* s3-winbind: Fixed setting default sequence number.Andreas Schneider2010-06-091-1/+1
* s3: remove unused librpc/ndr/sid.c.Günther Deschner2010-06-031-0/+1