summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2cli: add forward declaration for struct cli_stateStefan Metzmacher2011-11-241-0/+1
* s3:smb2cli: make smb2cli_session_setup_send/recv non-staticStefan Metzmacher2011-11-242-5/+23
* s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 si...Stefan Metzmacher2011-11-2410-66/+178
* s3:smb2cli: implement smb2cli_negprot() on top of smbXcli_negprot()Stefan Metzmacher2011-11-243-163/+15
* smbXcli: pass client_guid to smbXcli_conn_create()Stefan Metzmacher2011-11-241-1/+2
* s3:smb2cli: replace smb2cli_base.c code with the more generic smbXcli_base.c ...Stefan Metzmacher2011-11-245-783/+40
* security: add local authority well-known SIDsChristian Ambach2011-11-241-0/+6
* s3:smb2 report access_based_dir_enum in tcon replyChristian Ambach2011-11-241-0/+5
* s3:smb2 do not set allow_namespace_caching flag for a shareChristian Ambach2011-11-241-1/+1
* s3:vfs:gpfs remove non-working codeChristian Ambach2011-11-241-65/+0
* s3:vfs:gpfs fix some compiler warningsChristian Ambach2011-11-241-3/+3
* s3:vfs:gpfs convert syncio parameterChristian Ambach2011-11-241-2/+11
* s3: Fix a valgrind errorVolker Lendecke2011-11-231-1/+1
* s3: Move server_info_struct to nmbdVolker Lendecke2011-11-232-9/+9
* s3: Replace delete_token_list by an arrayVolker Lendecke2011-11-232-53/+69
* Remove the setting of the inherited ACL on new files/directories. This isJeremy Allison2011-11-223-224/+0
* Move setting the inherited ACL into the main open code path. Next willJeremy Allison2011-11-221-1/+110
* Move the "set SD" code into provided SD and "inherit acls" branches.Jeremy Allison2011-11-221-29/+32
* Only add the SD if it's not a new stream file.Jeremy Allison2011-11-221-1/+1
* Move the add security descriptor code to *after* all the other meta-data isJeremy Allison2011-11-221-35/+35
* s3: Fix wb_next_pwent_fill_doneVolker Lendecke2011-11-221-1/+0
* s3:winbindd_cm: close sockfd on error in cm_prepare_connection()Stefan Metzmacher2011-11-211-0/+2
* s3:libsmb: close fd on error in cli_connect_nb()Stefan Metzmacher2011-11-211-0/+2
* s3-waf: remove version from libpdb.so for now.Günther Deschner2011-11-211-2/+0
* s3:smb2_negprot: add support for SMB2_22Stefan Metzmacher2011-11-201-0/+15
* Remove rawmemchr calls - found by Ira Cooper. These are glibc-specific calls,...Jeremy Allison2011-11-181-3/+4
* s3:libsmb: verify num_setup for SMBnttrans in cli_pull_trans()Stefan Metzmacher2011-11-181-0/+4
* s3:libsmb: fix compiler warning in cli_pull_trans()Stefan Metzmacher2011-11-181-1/+3
* s3:libsmb: only align unicode pipe_name (bug #8586)Stefan Metzmacher2011-11-181-7/+11
* s3-py-passdb: Fix handling of uninitialized gid valuesAmitay Isaacs2011-11-181-1/+1
* s4-s3-upgrade now look for -1 as the special 'not set' valueAndrew Bartlett2011-11-181-1/+1
* s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives.Günther Deschner2011-11-173-10/+8
* s3-smbldap: remove duplicate LDAP_OPT_SUCCESS define.Günther Deschner2011-11-171-3/+0
* s3-winbindd: no need to globally include ldap headers in winbindd.Günther Deschner2011-11-172-2/+1
* s3-smbldap: include talloc.h and tevent.h in smbldap.hGünther Deschner2011-11-171-0/+3
* s3-param: loadparm has no dependency to smbldap.Günther Deschner2011-11-171-1/+0
* s3-smbldap: improve smbldap.h readability and rearrange some defines.Günther Deschner2011-11-172-59/+53
* s3-smbldap: remove duplicate prototype.Günther Deschner2011-11-172-6/+1
* s3-nmbd Remove AD netlogon response from s3 nmbd serverAndrew Bartlett2011-11-171-92/+15
* s3-net Do not look for a local SID when we are a DCAndrew Bartlett2011-11-171-7/+8
* param: Connect lp_security to the lib/param code to allow testsAndrew Bartlett2011-11-171-0/+1
* param: Move enum values into a common (included) .c fileAndrew Bartlett2011-11-171-83/+1
* param: move server role helpers into loadparm.hAndrew Bartlett2011-11-171-1/+0
* param: calculate server role from security, and security from server roleAndrew Bartlett2011-11-176-113/+11
* s3-param remove lp_domain_logons(), always use IS_DCAndrew Bartlett2011-11-175-5/+3
* param: make server role list common and include auto (for the new default)Andrew Bartlett2011-11-171-3/+8
* s3-param: Add "server role" as global parameterAmitay Isaacs2011-11-173-10/+31
* param: Add "domain logons" and "domain master" parametersAmitay Isaacs2011-11-171-0/+2
* s3-libsmb/passchange.c: remove some cli_nt_error() callsBjörn Baumbach2011-11-161-2/+0
* s3-winbindd/winbindd_cm.c: remove cli_nt_error()Björn Baumbach2011-11-161-8/+2