Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-06-01 | s3:winbindd: make sure we only call static_init_idmap once | Stefan Metzmacher | 1 | -7/+18 |
2010-06-01 | s3:winbind Ensure we always init idmap_passdb before we use it | Andrew Bartlett | 1 | -0/+4 |
2010-05-31 | s3:winbindd move reinit_after_fork() back out of winbindd_register_handlers | Andrew Bartlett | 1 | -12/+12 |
2010-05-31 | s3:winbind Make state->mem_ctx a talloc child of state | Andrew Bartlett | 1 | -1/+1 |
2010-05-31 | s3:winbind tidy up connecting the winbind sockets. | Andrew Bartlett | 3 | -49/+20 |
2010-05-31 | Revert "s3:winbindd Split helper functions to allow s3compat to call them" | Andrew Bartlett | 2 | -30/+22 |
2010-05-31 | ntlmssp: Make the ntlmssp.h from source3/ a common header | Andrew Bartlett | 1 | -1/+1 |
2010-05-31 | s3: only use netlogon/nbt header when needed. | Günther Deschner | 2 | -0/+2 |
2010-05-31 | s3-build: only use ndr_security.h where needed. | Günther Deschner | 2 | -0/+2 |
2010-05-28 | s3:winbind Kill amusing but un-used winbindd_kill_all_clients | Andrew Bartlett | 2 | -18/+0 |
2010-05-26 | s3-samr: move chgpasswd.c out of smbd and into the samr server. | Günther Deschner | 1 | -0/+1 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 25 | -204/+204 |
2010-05-20 | s3:winbind:idmap_tdb2_set_mapping: untangle assignment from check | Michael Adam | 1 | -1/+2 |
2010-05-18 | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 2 | -0/+2 |
2010-05-18 | s3-rpc_client: move protos to cli_netlogon.h | Günther Deschner | 2 | -0/+2 |
2010-05-18 | s3-rpc_client: move protos to cli_samr.h | Günther Deschner | 2 | -0/+2 |
2010-05-18 | s3:winbind use no_srv_register to avoid needing rpc_srv_register | Andrew Bartlett | 1 | -10/+0 |
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 3 | -4/+4 |
2010-05-18 | s3-crypto: only include crypto headers when crypto is done. | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_misc: clean out include/rpc_misc.h. | Günther Deschner | 4 | -4/+4 |
2010-05-17 | s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain(). | Günther Deschner | 1 | -2/+4 |
2010-05-17 | s3-winbind: make the getpeername() checks in cm_prepare_connection IPv6 aware. | Günther Deschner | 1 | -5/+25 |
2010-05-17 | s3:winbind:idmap_tdb: don't check ranges when an invalid entry was found. | Michael Adam | 1 | -0/+1 |
2010-05-13 | s3:winbindd Provide a winbindd_register_handlers() helper function for s3compat | Andrew Bartlett | 2 | -95/+102 |
2010-05-13 | s3:winbindd Split helper functions to allow s3compat to call them | Andrew Bartlett | 2 | -22/+30 |
2010-05-13 | s3:Winbindd Move winbindd_event_context to a different file | Andrew Bartlett | 3 | -12/+40 |
2010-05-13 | s3:winbindd Rename 'children' to 'winbindd_children' and make static | Andrew Bartlett | 1 | -9/+9 |
2010-05-13 | s3:winbindd Remove call to namecache_enable(). | Andrew Bartlett | 1 | -4/+0 |
2010-05-11 | s3:kerberos Return PAC_LOGON_INFO rather than the full PAC_DATA | Andrew Bartlett | 1 | -14/+15 |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 5 | -0/+5 |
2010-05-02 | s3: Unify DEBUG_KRB5_TKT_REGAIN and DEBUG_KRB5_TKT_RENEWAL | Volker Lendecke | 1 | -1/+1 |
2010-05-02 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2010-05-02 | s3: Fix the code order in append_auth_data | Volker Lendecke | 1 | -7/+7 |
2010-04-29 | s3: range-check idmap script output | Volker Lendecke | 1 | -0/+13 |
2010-04-29 | s3: Fix an uninitialized variable in idmap_tdb2_sid_to_id() | Volker Lendecke | 1 | -0/+1 |
2010-04-29 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -14/+14 |
2010-04-25 | s3: async_domain_request is no longer used | Volker Lendecke | 2 | -67/+0 |
2010-04-25 | s3: Convert add_trusted_domains() to wb_domain_request_send() | Volker Lendecke | 1 | -22/+19 |
2010-04-25 | s3: Simplify trustdom_state | Volker Lendecke | 1 | -10/+5 |
2010-04-25 | s3: Make "struct trustdom_state" its own talloc context | Volker Lendecke | 1 | -14/+9 |
2010-04-24 | s3: sendto_domain() is lo longer used | Volker Lendecke | 2 | -30/+0 |
2010-04-23 | s3: Allow pdb password change using WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP | Volker Lendecke | 1 | -0/+15 |
2010-04-23 | s3: init_dc_connection() can't init for internal domains | Volker Lendecke | 1 | -0/+4 |
2010-04-23 | s3: replace some data_blob_talloc by data_blob_const | Volker Lendecke | 1 | -8/+4 |
2010-04-23 | s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async API | Volker Lendecke | 4 | -47/+132 |
2010-04-23 | s3-winbind: fix setup_domain_child() callers. | Günther Deschner | 1 | -2/+2 |
2010-04-23 | s3: Fix a winbind crash when scanning trusts | Volker Lendecke | 1 | -0/+6 |