Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-05 | s3-winbind: Added a common rpc_query_user_list function. | Andreas Schneider | 2 | -0/+109 | |
2010-07-05 | s3-winbind: Use rpc_enum_dom_groups in samr. | Andreas Schneider | 1 | -42/+12 | |
2010-07-05 | s3-winbind: Use rpc_enum_dom_groups in msrpc. | Andreas Schneider | 1 | -52/+42 | |
2010-07-05 | s3-winbind: Added a common rpc_enum_dom_groups function. | Andreas Schneider | 2 | -0/+129 | |
2010-07-05 | s3-winbind: Rename winbindd_rpc.c to winbindd_msrpc.c. | Andreas Schneider | 1 | -0/+0 | |
2010-07-05 | s3-winbind: Replace the passdb backend with a samr/lsa based backend. | Andreas Schneider | 1 | -723/+0 | |
2010-07-05 | s3-winbind: Implemented samr backend function common_sequence_number. | Andreas Schneider | 1 | -4/+65 | |
2010-07-05 | s3-winbind: Implemented samr backend function common_lookup_useraliases. | Andreas Schneider | 1 | -4/+103 | |
2010-07-05 | s3-winbind: Implemented samr backend function common_lookup_usergroups. | Andreas Schneider | 1 | -4/+82 | |
2010-07-05 | s3-winbind: Implemented samr backend function common_password_policy. | Andreas Schneider | 1 | -3/+33 | |
2010-07-05 | s3-winbind: Implemented samr backend function common_lockout_policy. | Andreas Schneider | 1 | -3/+33 | |
2010-07-05 | s3-winbind: Implemented samr backend function common_rids_to_names. | Andreas Schneider | 1 | -5/+104 | |
2010-07-05 | s3-winbind: Implemented samr backend function common_sid_to_name. | Andreas Schneider | 1 | -2/+73 | |
2010-07-05 | s3-winbind: Implemented samr backend function common_name_to_sid. | Andreas Schneider | 1 | -2/+72 | |
2010-07-05 | s3-winbind: Implemented samr backend function common_enum_local_groups. | Andreas Schneider | 1 | -4/+73 | |
2010-07-05 | s3-winbind: Implemented samr backend function sam_lookup_groupmem. | Andreas Schneider | 1 | -6/+151 | |
2010-07-05 | s3-winbind: Implemented samr backend function sam_trusted_domains. | Andreas Schneider | 1 | -2/+81 | |
2010-07-05 | s3-winbind: Implemented samr backend function sam_query_user. | Andreas Schneider | 1 | -2/+81 | |
2010-07-05 | s3-winbind: Implemented samr backend function sam_enum_dom_groups. | Andreas Schneider | 1 | -4/+77 | |
2010-07-05 | s3-winbind: Implemented samr backend function sam_query_user_list. | Andreas Schneider | 1 | -4/+120 | |
2010-07-05 | s3-winbind: Added a skeleton for samr based functions. | Andreas Schneider | 1 | -0/+411 | |
The goal is to replace the passdb backend later. | |||||
2010-07-05 | s3-winbind: Initialize the server_info on winbindd start. | Andreas Schneider | 1 | -0/+5 | |
2010-07-05 | s3-winbind: Free some memory which isn't needed anymore. | Andreas Schneider | 1 | -0/+2 | |
2010-07-04 | s3: Pass the new server_id through reinit_after_fork | Volker Lendecke | 2 | -6/+10 | |
2010-07-04 | s3: Remove serverid_[de]register_self | Volker Lendecke | 1 | -2/+3 | |
This removes some deep references to procid_self() | |||||
2010-07-01 | s3-nss_info: only include nss_info.h where needed. | Günther Deschner | 4 | -0/+4 | |
Guenther | |||||
2010-07-01 | s3-libads: move ldap posix schema defines to their own header file. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-07-01 | s3-libads: only include libds flags where needed. | Günther Deschner | 3 | -0/+3 | |
Guenther | |||||
2010-06-28 | s3: More cleanup in winbindd_ads.c:query_user | Volker Lendecke | 1 | -13/+10 | |
We can't ads_msgfree after the ads struct has been killed. Do early returns. | |||||
2010-06-28 | s3: Fix a valgrind error | Volker Lendecke | 1 | -2/+1 | |
nss_get_info_cached does not necessarily fill in gid | |||||
2010-06-28 | s3: Re-arrange winbindd_ads.c:query_user | Volker Lendecke | 1 | -23/+24 | |
We can't access the LDAP message after nss_get_info_cached has potentially destroyed the ads_struct | |||||
2010-06-28 | s3: free -> SAFE_FREE | Volker Lendecke | 1 | -1/+1 | |
2010-06-28 | s3: Do an early TALLOC_FREE | Volker Lendecke | 1 | -2/+5 | |
2010-06-25 | s3: Fix a winbind crash | Volker Lendecke | 1 | -0/+10 | |
nss_get_info_cached might deep inside sequence_number() invalidate the ads_struct without telling its callers. | |||||
2010-06-25 | s3: Fix a winbind crash | Volker Lendecke | 1 | -1/+6 | |
nss_get_info_cached might have invalidated "ads" deep inside. | |||||
2010-06-21 | s3-winbind: Make KRB5_EVENT_REFRESH_TIME a function | Volker Lendecke | 1 | -6/+12 | |
2010-06-21 | s3:idmap_ldap: remove unreached code (and explicit error return code) | Michael Adam | 1 | -5/+1 | |
2010-06-17 | Use #defined constant instead of "false" to be clearer about intent. | Jeremy Allison | 1 | -1/+1 | |
2010-06-10 | s3:winbindd use common server context functions | Simo Sorce | 4 | -54/+3 | |
2010-06-09 | s3-winbind: Fixed setting default sequence number. | Andreas Schneider | 1 | -1/+1 | |
2010-06-03 | s3: remove unused librpc/ndr/sid.c. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-06-01 | s3:winbindd: make sure we only call static_init_idmap once | Stefan Metzmacher | 1 | -7/+18 | |
metze Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2010-06-01 | s3:winbind Ensure we always init idmap_passdb before we use it | Andrew Bartlett | 1 | -0/+4 | |
It seems that it is possible for idmap_init_passdb_domain() to be run before idmap_init_domain(), so ensure we run the static init functions in both. Andrew Bartlett Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2010-05-31 | s3:winbindd move reinit_after_fork() back out of winbindd_register_handlers | Andrew Bartlett | 1 | -12/+12 | |
This particular init function needs to be done in a native Samba3 build, but it turns out to be difficult for s3compat, which has other code listening on the sockets. Andrew Bartlett | |||||
2010-05-31 | s3:winbind Make state->mem_ctx a talloc child of state | Andrew Bartlett | 1 | -1/+1 | |
This way everything is destoryed at the conclusion of the connection correctly. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-31 | s3:winbind tidy up connecting the winbind sockets. | Andrew Bartlett | 3 | -49/+20 | |
By putting this code inline in winbindd_setup_listeners() we remove 2 static variables and simplify the code. By putting the get_winbind_priv_pipe_dir() in the same file, we allow it to be reimplemented in s3compat. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-31 | Revert "s3:winbindd Split helper functions to allow s3compat to call them" | Andrew Bartlett | 2 | -30/+22 | |
I'm experimenting with a different entry point This reverts commit f5c0f90da5f5372ca6b7a72daa8d073a2444a068. | |||||
2010-05-31 | ntlmssp: Make the ntlmssp.h from source3/ a common header | Andrew Bartlett | 1 | -1/+1 | |
The code is not yet in common, but I hope to fix that soon. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-31 | s3: only use netlogon/nbt header when needed. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2010-05-31 | s3-build: only use ndr_security.h where needed. | Günther Deschner | 2 | -0/+2 | |
Guenther |