summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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-051-0/+1
* 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
* s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface().Günther Deschner2013-08-056-27/+27
* s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_ncalrpc().Günther Deschner2013-08-053-4/+4
* s3-libnetapi: pass down ndr_interface_table to pipe_cm() and friends.Günther Deschner2013-08-051-8/+8
* s3-libnetapi: pass down ndr_interface_table to libnetapi_open_pipe().Günther Deschner2013-08-056-37/+37
* s3-libnetapi: pass down ndr_interface_table to libnetapi_get_binding_handle().Günther Deschner2013-08-058-21/+22
* s3-rpc_cli: remove prototype of nonexisting cli_rpc_pipe_open_krb5().Günther Deschner2013-08-051-9/+0
* s3-net: pass down ndr_interface_table to connect_dst_pipe().Günther Deschner2013-08-054-10/+10
* s3-libads: Fail create_local_private_krb5_conf_for_domain() if parameters mis...Günther Deschner2013-08-051-0/+4
* s3:ntlm_auth: remove pointless credentials->priv_data = NULL;Stefan Metzmacher2013-08-051-1/+0
* Ensure we can never integer wrap when working on client-supplied max_data_bytes.Jeremy Allison2013-08-041-0/+22
* There are tests all over the SMB1 code to check that srv_send_smb fails, but ...Richard Sharpe2013-08-031-1/+1
* s3:lib/system fix build on AIX 7Christian Ambach2013-08-021-3/+12
* Fix bug 9678 - Windows 8 Roaming profiles failGregor Beck2013-08-011-7/+2
* Ensure gpfs kernel leases are wrapped in a become_root()/unbecome_root() pair.Ralph Wuerthner2013-08-011-0/+6
* Wrap setting leases in become_root()/unbecome_root() to ensure correct delive...Jeremy Allison2013-07-311-13/+20
* torture: add LOCAL-sid_to_string testcaseJeff Layton2013-07-312-0/+31
* torture: add more string_to_sid torture testcasesJeff Layton2013-07-311-0/+16
* s3:winbind: add a warning DEBUG message when skipping a sid from the mapped G...Michael Adam2013-07-291-0/+18
* s3:winbind: change getgroups to only do one sids2xids call instead of manyMichael Adam2013-07-291-26/+42
* s3:winbind: fix the getgroups implementation to include the user sid's GID in...Michael Adam2013-07-291-3/+5
* s3:winbind: fix gid counting and error handling in the getgroups implementationMichael Adam2013-07-291-6/+10
* s3-winbindd: support the DIR pragma for raw kerberos user pam authentication.Günther Deschner2013-07-231-0/+23
* smbd: Fix CID 1035536 Uninitialized pointer readVolker Lendecke2013-07-231-1/+1
* smbd: Fix CID 1035537 Uninitialized pointer readVolker Lendecke2013-07-221-1/+1
* smbd: Fix CID 1035538 Uninitialized pointer readVolker Lendecke2013-07-221-1/+1
* s3-waf: Rename regedit to samba-regedit.Andreas Schneider2013-07-221-1/+1
* s3-printing: avoid KRB5CCNAME overwrite in printer publishing (Bug #7444).Günther Deschner2013-07-191-0/+13
* Reply with correct trans2 message on a setpathinfo with a bad EA name.Jeremy Allison2013-07-191-1/+10
* Ensure we do pathname processing before SD and EA processing in NTTRANS_CREATE.Jeremy Allison2013-07-191-38/+38
* Ensure we can't create a file using NTTRANS with an invalid EA list.Jeremy Allison2013-07-191-0/+20
* Ensure we can't create a file using TRANS2_OPEN with an invalid EA list.Jeremy Allison2013-07-191-0/+14
* Add the ability to send an NTSTATUS result back with a trans2 reply so we can...Jeremy Allison2013-07-193-14/+32
* Ensure we can't create a file using SMB2_CREATE with an invalid EA list.Jeremy Allison2013-07-191-0/+5
* Ensure we never return an EA name to a Windows client it can't handle.Jeremy Allison2013-07-191-0/+9
* Ensure set_ea cannot set invalid Windows EA names.Jeremy Allison2013-07-191-0/+9