summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2010-07-05s3-winbind: Added a common rpc_enum_dom_groups function.Andreas Schneider2-0/+129
2010-07-05s3-winbind: Rename winbindd_rpc.c to winbindd_msrpc.c.Andreas Schneider1-0/+0
2010-07-05s3-winbind: Replace the passdb backend with a samr/lsa based backend.Andreas Schneider1-723/+0
2010-07-05s3-winbind: Implemented samr backend function common_sequence_number.Andreas Schneider1-4/+65
2010-07-05s3-winbind: Implemented samr backend function common_lookup_useraliases.Andreas Schneider1-4/+103
2010-07-05s3-winbind: Implemented samr backend function common_lookup_usergroups.Andreas Schneider1-4/+82
2010-07-05s3-winbind: Implemented samr backend function common_password_policy.Andreas Schneider1-3/+33
2010-07-05s3-winbind: Implemented samr backend function common_lockout_policy.Andreas Schneider1-3/+33
2010-07-05s3-winbind: Implemented samr backend function common_rids_to_names.Andreas Schneider1-5/+104
2010-07-05s3-winbind: Implemented samr backend function common_sid_to_name.Andreas Schneider1-2/+73
2010-07-05s3-winbind: Implemented samr backend function common_name_to_sid.Andreas Schneider1-2/+72
2010-07-05s3-winbind: Implemented samr backend function common_enum_local_groups.Andreas Schneider1-4/+73
2010-07-05s3-winbind: Implemented samr backend function sam_lookup_groupmem.Andreas Schneider1-6/+151
2010-07-05s3-winbind: Implemented samr backend function sam_trusted_domains.Andreas Schneider1-2/+81
2010-07-05s3-winbind: Implemented samr backend function sam_query_user.Andreas Schneider1-2/+81
2010-07-05s3-winbind: Implemented samr backend function sam_enum_dom_groups.Andreas Schneider1-4/+77
2010-07-05s3-winbind: Implemented samr backend function sam_query_user_list.Andreas Schneider1-4/+120
2010-07-05s3-winbind: Added a skeleton for samr based functions.Andreas Schneider1-0/+411
2010-07-05s3-winbind: Initialize the server_info on winbindd start.Andreas Schneider1-0/+5
2010-07-05s3-winbind: Free some memory which isn't needed anymore.Andreas Schneider1-0/+2
2010-07-04s3: Pass the new server_id through reinit_after_forkVolker Lendecke2-6/+10
2010-07-04s3: Remove serverid_[de]register_selfVolker Lendecke1-2/+3
2010-07-01s3-nss_info: only include nss_info.h where needed.Günther Deschner4-0/+4
2010-07-01s3-libads: move ldap posix schema defines to their own header file.Günther Deschner1-0/+1
2010-07-01s3-libads: only include libds flags where needed.Günther Deschner3-0/+3
2010-06-28s3: More cleanup in winbindd_ads.c:query_userVolker Lendecke1-13/+10
2010-06-28s3: Fix a valgrind errorVolker Lendecke1-2/+1
2010-06-28s3: Re-arrange winbindd_ads.c:query_userVolker Lendecke1-23/+24
2010-06-28s3: free -> SAFE_FREEVolker Lendecke1-1/+1
2010-06-28s3: Do an early TALLOC_FREEVolker Lendecke1-2/+5
2010-06-25s3: Fix a winbind crashVolker Lendecke1-0/+10
2010-06-25s3: Fix a winbind crashVolker Lendecke1-1/+6
2010-06-21s3-winbind: Make KRB5_EVENT_REFRESH_TIME a functionVolker Lendecke1-6/+12
2010-06-21s3:idmap_ldap: remove unreached code (and explicit error return code)Michael Adam1-5/+1
2010-06-17Use #defined constant instead of "false" to be clearer about intent.Jeremy Allison1-1/+1
2010-06-10s3:winbindd use common server context functionsSimo Sorce4-54/+3
2010-06-09s3-winbind: Fixed setting default sequence number.Andreas Schneider1-1/+1
2010-06-03s3: remove unused librpc/ndr/sid.c.Günther Deschner1-0/+1
2010-06-01s3:winbindd: make sure we only call static_init_idmap onceStefan Metzmacher1-7/+18
2010-06-01s3:winbind Ensure we always init idmap_passdb before we use itAndrew Bartlett1-0/+4
2010-05-31s3:winbindd move reinit_after_fork() back out of winbindd_register_handlersAndrew Bartlett1-12/+12
2010-05-31s3:winbind Make state->mem_ctx a talloc child of stateAndrew Bartlett1-1/+1
2010-05-31s3:winbind tidy up connecting the winbind sockets.Andrew Bartlett3-49/+20
2010-05-31Revert "s3:winbindd Split helper functions to allow s3compat to call them"Andrew Bartlett2-30/+22
2010-05-31ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett1-1/+1
2010-05-31s3: only use netlogon/nbt header when needed.Günther Deschner2-0/+2
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner2-0/+2
2010-05-28s3:winbind Kill amusing but un-used winbindd_kill_all_clientsAndrew Bartlett2-18/+0
2010-05-26s3-samr: move chgpasswd.c out of smbd and into the samr server.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett25-204/+204