summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Clarify what CLEANUP1 doesVolker Lendecke2012-01-051-1/+2
* Add some debug to vfs_aio_pthread so I can see when jobs start and stop.Jeremy Allison2012-01-051-0/+16
* s3-auth remove outdated commentAndrew Bartlett2012-01-051-3/+0
* s3-librpc remove unused headersAndrew Bartlett2012-01-051-2/+0
* s3-auth Remove more unused headersAndrew Bartlett2012-01-051-3/+0
* s3-auth remove unused ntlmssp.hAndrew Bartlett2012-01-052-2/+0
* s3-auth Remove ntlmssp_wrap.h which is no longer requiredAndrew Bartlett2012-01-059-10/+1
* s3-auth use gensec directly rather than via auth_generic_stateAndrew Bartlett2012-01-0512-144/+112
* s3-auth Set remote address for both AD and s3 gensec modesAndrew Bartlett2012-01-051-2/+0
* s3-auth re-create the auth context in the s3 ntlmssp server moduleAndrew Bartlett2012-01-055-70/+8
* s3-auth Add TALLOC_CTX * to auth_generic_prepare()Andrew Bartlett2012-01-057-20/+15
* s3-auth supply s3 ntlmssp module via gensec_settingsAndrew Bartlett2012-01-051-24/+11
* s3-selftest: Add test for rpcclient, including kerberos authenticationAndrew Bartlett2012-01-052-1/+29
* s3:gse: MIT krb5 1.8.1 has a bug in gss_wrap_iov()Stefan Metzmacher2012-01-051-1/+1
* s3-librpc store the sign/seal flags we got in the gssapi clientAndrew Bartlett2012-01-051-1/+1
* s3-libads Factor out a new routine kerberos_get_principal_from_service_hostna...Andrew Bartlett2012-01-054-48/+69
* s3-librpc Use gsskrb5_get_subkey() where available to get the session keyAndrew Bartlett2012-01-051-0/+15
* s3: Remove some redundant codeVolker Lendecke2012-01-051-5/+0
* s3: Run the CLEANUP1 testVolker Lendecke2012-01-051-0/+1
* s3: Add a test excercising the share mode cleanup routineVolker Lendecke2012-01-055-0/+73
* s3: Move basic SMB checking to a much earlier pointVolker Lendecke2012-01-051-19/+19
* s3: Add a suicide mode to smbdVolker Lendecke2012-01-051-0/+11
* s3: Fix some nonempty blank linesVolker Lendecke2012-01-051-3/+3
* Add S3 vfs_aio_pthread module to replace broken glibc aio code.Jeremy Allison2012-01-055-0/+659
* s3-winbind: Fix segfault if we can't map the last user.Andreas Schneider2012-01-041-0/+18
* s3-winbind: Move finding the domain to it's own function.Andreas Schneider2012-01-041-11/+21
* s3-perfcount: fix incorrect array length calculationsDavid Disseldorp2012-01-041-9/+17
* s3: Check for the packet size before accessing itVolker Lendecke2012-01-041-2/+1
* s3-cli: fix bug 563, >8GB tar on BE machinesMasafumi Nakayama2012-01-031-5/+17
* s3: Fix a cut&paste errorVolker Lendecke2012-01-031-1/+1
* s3: Fix a typoVolker Lendecke2012-01-031-1/+1
* s3: Remove the unused "file_existed" parameter from smbd_calculate_access_maskVolker Lendecke2012-01-034-10/+2
* s3: Avoid "file_existed" in smbd_calculate_maximum_allowed_accessVolker Lendecke2012-01-031-36/+35
* s3: Remove some else{} branches in smbd_calculate_maximum_allowed_accessVolker Lendecke2012-01-031-3/+7
* s3: Directly use *p_access_mask in smbd_calculate_maximum_allowed_accessVolker Lendecke2012-01-031-6/+4
* s3: Factor out smbd_calculate_maximum_allowed_accessVolker Lendecke2012-01-031-40/+59
* s3: Happy New Year 2012Stefan Metzmacher2012-01-011-1/+1
* Final part of fix for bug #8679 - recvfile code path using splice() on Linux ...Jeremy Allison2011-12-311-5/+0
* Third part of fix for bug #8679 - recvfile code path using splice() on Linux ...Jeremy Allison2011-12-301-21/+18
* Second part of fix for bug #8679 - recvfile code path using splice() on Linux...Jeremy Allison2011-12-301-1/+30
* s3-auth Fix talloc parent for s4 event context in auth_samba4Andrew Bartlett2011-12-281-1/+1
* s3-auth: Remove protype for already-removed auth_ntlmssp_startAndrew Bartlett2011-12-281-1/+0
* s3: Fix a 64-bit warningVolker Lendecke2011-12-251-1/+1
* s3: Fix linking on LionVolker Lendecke2011-12-251-0/+8
* Fix bug #8679 - recvfile code path using splice() on Linux leaves data in the...Jeremy Allison2011-12-251-3/+2
* s3:lib/ctdbd_conn: try ctdbd_init_connection() as rootStefan Metzmacher2011-12-231-0/+2
* s3-librpc Use gensec_sig_size() instead of a fixed NTLMSSP_SIG_SIZEAndrew Bartlett2011-12-221-2/+7
* s3-rpc_server: Rework pipe_ntlmssp_auth_bind() to be genericAndrew Bartlett2011-12-223-25/+63
* s3-rpc_server: Allow gensec mechanisms to return NT_STATUS_OKAndrew Bartlett2011-12-221-2/+2
* s3-rpc_server: rename pipe_ntlmssp_verify_final() to pipe_auth_generic_verify...Andrew Bartlett2011-12-221-3/+3