summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4-netlogon: honnor DS_RETURN_DNS_NAME flagMatthieu Patou2013-08-061-0/+9
* s4-netlogon: do not add \\ it has already be done in the fill_netlogon_samlog...Matthieu Patou2013-08-061-1/+3
* torture: Quiet a warning about set but not used variableMatthieu Patou2013-08-061-8/+7
* torture-drsuapi: Make the name of the dc variableMatthieu Patou2013-08-061-3/+5
* s3-netlogon: Connecting with the system token should be sufficient.Andreas Schneider2013-08-061-2/+0
* s3-rpc_server: Grant the system token full access.Andreas Schneider2013-08-061-6/+18
* libcli: Add security_token_system_privilege().Andreas Schneider2013-08-062-0/+23
* FSCTL_GET_SHADOW_COPY_DATA: Don't return 4 extra bytes at endChristof Schmitt2013-08-061-2/+2
* FSCTL_GET_SHADOW_COPY_DATA: Initialize output array to zeroChristof Schmitt2013-08-051-1/+1
* s3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO to return partial dataRalph Wuerthner2013-08-051-0/+6
* s3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO to return partial dataRalph Wuerthner2013-08-051-0/+6
* s3:smbd: allow status code in smbd_do_qfsinfo() to be set by information clas...Ralph Wuerthner2013-08-051-1/+2
* s3:smbd: allow GetInfo responses with STATUS_BUFFER_OVERFLOW to return partia...Ralph Wuerthner2013-08-051-3/+10
* s3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for GetInfo in case output_buf...Ralph Wuerthner2013-08-051-0/+5
* pyldb: decrement ref counters on py_results and quiet warningsMatthieu Patou2013-08-061-0/+4
* Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison2013-08-051-2/+5
* Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison2013-08-051-0/+12
* s3-libads: Print a message if no realm has been specified.Andreas Schneider2013-08-051-1/+7
* s3:rpc_client: rename same variables in cli_rpc_pipe_open_schannel_with_key()Stefan Metzmacher2013-08-051-15/+15
* s3:rpc_client: use the correct context for netlogon_creds_copy() in rpccli_sc...Stefan Metzmacher2013-08-051-1/+4
* s3:rpc_client: make rpccli_schannel_bind_data() staticStefan Metzmacher2013-08-052-10/+5
* s3:netlogon: make use of netlogon_creds_decrypt_samlogon_logon()Stefan Metzmacher2013-08-051-24/+21
* s4:netlogon: make use of netlogon_creds_decrypt_samlogon_logon()Stefan Metzmacher2013-08-051-22/+6
* libcli/auth: add netlogon_creds_shallow_copy_logon()Stefan Metzmacher2013-08-052-0/+76
* libcli/auth: add netlogon_creds_[de|en]crypt_samlogon_logon()Stefan Metzmacher2013-08-052-0/+124
* libcli/auth: fix shadowed declaration in netlogon_creds_crypt_samlogon_valida...Stefan Metzmacher2013-08-051-4/+4
* libcli/auth: make netlogon_creds_crypt_samlogon_validation more robustStefan Metzmacher2013-08-051-1/+5
* s3:rpcclient: use talloc_stackframe() in do_cmd()Stefan Metzmacher2013-08-051-2/+6
* s4:librpc: fix netlogon connections against servers without AES supportStefan Metzmacher2013-08-051-2/+6
* s3-net: avoid confusing output in net_rpc_oldjoin() if NET_FLAGS_EXPECT_FALLB...Stefan Metzmacher2013-08-053-3/+14
* s3-net: use libnetjoin for "net rpc join" newstyle.Günther Deschner2013-08-054-562/+108
* s3-net: use libnetjoin for "net rpc testjoin".Günther Deschner2013-08-053-30/+67
* s3:libnet: let the caller truncate the pw in libnet_join_joindomain_rpc_unsec...Stefan Metzmacher2013-08-051-14/+1
* s3-libnetjoin: move "net rpc oldjoin" to use libnetjoin.Günther Deschner2013-08-051-98/+84
* s3-libnetjoin: add machine_name length check.Günther Deschner2013-08-051-0/+9
* s3: libnet_join: use admin_domain in libnetjoin.Günther Deschner2013-08-051-1/+26
* s3: libnet_join: add admin_domain.Günther Deschner2013-08-051-0/+2
* libcli/auth: also set secure channel type in netlogon_creds_client_init().Günther Deschner2013-08-058-0/+12
* s3-rpc_cli: pass down ndr_interface_table to rpc_transport_np_init_send().Günther Deschner2013-08-052-4/+4
* s3-rpc_cli: pass down ndr_interface_table to rpc_transport_np_init().Günther Deschner2013-08-053-4/+4
* s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_tcp_port().Günther Deschner2013-08-051-4/+4
* s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_get_tcp_port().Günther Deschner2013-08-051-5/+5
* s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_tcp().Günther Deschner2013-08-053-6/+6
* s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_np().Günther Deschner2013-08-051-4/+4
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open().Günther Deschner2013-08-051-7/+7
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth_transpo...Günther Deschner2013-08-053-8/+9
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-0528-55/+54
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_...Günther Deschner2013-08-056-13/+13
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_ntlmssp_auth_s...Günther Deschner2013-08-052-3/+3
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel().Günther Deschner2013-08-055-6/+6