Age | Commit message (Expand) | Author | Files | Lines |
2013-03-05 | s3:libnet increase timeout for machine password change | Christian Ambach | 1 | -0/+9 |
2013-02-27 | Make sure that domain joins work correctly when the DC disallows NTLM auth. | Richard Sharpe | 1 | -3/+11 |
2013-02-04 | s3: use generate_random_password() instead of generate_random_str() | Stefan Metzmacher | 1 | -2/+6 |
2012-08-09 | Correctly check for errors in strlower_m() returns. | Jeremy Allison | 1 | -4/+14 |
2012-08-09 | Check error returns from strupper_m() (in all reasonable places). | Jeremy Allison | 1 | -2/+7 |
2012-08-01 | s3:libnet_join: make use of cli_get_session_key() in libnet_join_joindomain_r... | Stefan Metzmacher | 1 | -2/+12 |
2012-07-24 | lib/param: Move all enum declarations to lib/param | Andrew Bartlett | 1 | -0/+1 |
2012-05-28 | s3:libsmb: get rid of cli_state_remote_name | Luk Claes | 1 | -3/+3 |
2012-05-28 | s3:libsmb: get rid of cli_state_*_sockaddr | Luk Claes | 1 | -1/+2 |
2012-03-04 | s3-auth: Remove security=share (depricated since 3.6). | Andrew Bartlett | 1 | -1/+0 |
2011-11-03 | s3:libnet: s/Undefined/SMB_SIGNING_DEFAULT/ | Stefan Metzmacher | 1 | -3/+3 |
2011-09-21 | s3-libnet: allow to use default krb5 ccache in libnet_Join/libnet_Unjoin. | Günther Deschner | 1 | -31/+0 |
2011-09-14 | s3-libnet: add missing newlines in debug statement. | Günther Deschner | 1 | -2/+2 |
2011-07-28 | s3:libnet_join: use lp_load_global() wrapper of lp_load() | Michael Adam | 1 | -2/+2 |
2011-07-22 | s3:libnet_join: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -3/+6 |
2011-07-22 | s3:libnet: use cli_state_remote_sockaddr() in libnet_DomainJoin() | Stefan Metzmacher | 1 | -1/+1 |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -2/+2 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -2/+2 |
2011-05-13 | s3-libnetjoin: fix uninitialized variable. | Günther Deschner | 1 | -2/+2 |
2011-05-13 | s3-libnetapi/libnetjoin: fix uninitialized variables after the libsmbconf cha... | Günther Deschner | 1 | -1/+1 |
2011-05-10 | libsmbconf: Convert smbconf_delete_parameter() to sbcErr. | Andreas Schneider | 1 | -2/+5 |
2011-05-10 | libsmbconf: Convert smbconf_set_parameter() to sbcErr. | Andreas Schneider | 1 | -16/+38 |
2011-05-10 | libsmbconf: Convert smbconf_init() to sbcErr. | Andreas Schneider | 1 | -4/+8 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
2011-04-24 | s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status() | Stefan Metzmacher | 1 | -1/+1 |
2011-04-12 | s3: For net ads join, create a krb5.conf | Volker Lendecke | 1 | -0/+5 |
2011-04-12 | s3: Initialize output in libnet_Join | Volker Lendecke | 1 | -0/+2 |
2011-03-30 | s3-passdb: add passdb.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -0/+1 |
2011-02-27 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -2/+2 |
2011-02-11 | s3-libnet: fix a WITH_ADS / HAVE_ADS mismatch. | Günther Deschner | 1 | -10/+10 |
2011-02-02 | s3-libnet: prefer dcerpc_lsa_X functions. | Günther Deschner | 1 | -8/+17 |
2011-02-01 | s3-libnet: prefer dcerpc_samr_X functions. | Günther Deschner | 1 | -45/+141 |
2011-01-13 | s3-libnet: prefer dcerpc_netr_X functions. | Günther Deschner | 1 | -1/+1 |
2010-12-20 | s3: Remove unused "retry" from cli_full_connection | Volker Lendecke | 1 | -3/+3 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -1/+1 |
2010-09-20 | s3-util: use shared dom_sid_dup. | Günther Deschner | 1 | -3/+4 |
2010-08-26 | s3-build: only include krb5 environment variables where required. | Günther Deschner | 1 | -0/+1 |
2010-08-25 | s3-lsa: separate out init_lsa headers. | Günther Deschner | 1 | -0/+1 |
2010-08-13 | s3-krb5 Only build ADS support if arcfour-hmac-md5 is available | Andrew Bartlett | 1 | -6/+0 |
2010-08-12 | s3-libnet: fix bug #6364: Pull realm from supplied username on libnet join | Jim McDonough | 1 | -0/+7 |
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -1/+1 |
2010-08-05 | s3: avoid global include of ads.h. | Günther Deschner | 1 | -0/+1 |
2010-07-13 | s3-libnet: better separate headers. | Günther Deschner | 1 | -1/+2 |
2010-07-01 | s3-libads: only include libds flags where needed. | Günther Deschner | 1 | -0/+2 |
2010-05-18 | s3-rpc_client: move protos to init_samr.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_client: move protos to cli_netlogon.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | smbconf: only include smbconf headers where needed. | Günther Deschner | 1 | -0/+2 |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+1 |