summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2010-12-10Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...Jeremy Allison2-0/+6
2010-12-10s3-smbd Don't send SPNEGO principal (rfc4178 hint) by defaultAndrew Bartlett1-0/+1
2010-12-10s3-libads Default to NOT using the server-supplied principal from SPNEGOAndrew Bartlett1-0/+1
2010-12-08libcli/auth bring ADS_IGNORE_PRINCIPAL in commonAndrew Bartlett1-2/+0
2010-12-03Merge the two conflicting allocation codes into one function, vfs_slow_falloc...Jeremy Allison1-0/+1
2010-12-02Move posix_fallocate into the VFS where it belongs.Jeremy Allison3-0/+19
2010-11-30s3: Add cli_shadow_copy_dataVolker Lendecke1-0/+11
2010-11-28s3: Add gencache_iterate_blobsVolker Lendecke1-0/+3
2010-11-28s3: Add gencache_parseVolker Lendecke1-0/+4
2010-11-20Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2-7/+8
2010-11-17developer: only do the C++ reserved name checking on LinuxAndrew Tridgell1-1/+1
2010-11-14s3: Convert cli_get_posix_fs_info() to cli_trans()Volker Lendecke1-9/+9
2010-11-14Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison1-0/+2
2010-11-11s3: Make cli_set_ea_fnum return NTSTATUSVolker Lendecke1-1/+3
2010-11-11s3: Make cli_set_ea_path return NTSTATUSVolker Lendecke1-1/+3
2010-11-11s3: Convert cli_dfs_get_referral to cli_transVolker Lendecke1-1/+1
2010-11-10Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison1-1/+1
2010-11-10Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison1-4/+4
2010-11-05s3: Allow disabling of mdns registrationsVolker Lendecke1-0/+1
2010-11-04s3: Remove the use of cli_send_trans from cli_get_fs_full_size_infoVolker Lendecke1-6/+6
2010-11-03s3:util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting ter...Michael Adam1-0/+2
2010-11-03s3:lib/util_str: add strlen_m_ext() that takes input and output charsetMichael Adam1-0/+2
2010-11-03s3:lib/charcnv: rename a parameter for clarity in next_codepoint_ext()Michael Adam1-1/+1
2010-11-03s3:lib/charcnv: add next_codepoint_ext() that accepts input charset.Michael Adam1-0/+2
2010-11-02s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient contextAndrew Bartlett1-5/+0
2010-11-02s3-libsmbclient Add comments to describe the behaviour of DEBUG()Andrew Bartlett1-0/+1
2010-11-02debug Explain the behaviour of setup_logging() more clearlyAndrew Bartlett1-2/+5
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-4/+8
2010-10-29Fix bug #7700 - Improvement of return code of smbclientJeremy Allison1-3/+3
2010-10-24s3: Add async cli_setpathinfoVolker Lendecke1-0/+9
2010-10-24s3:include: move debug.c prototypes to debug.hStefan Metzmacher2-21/+21
2010-10-24s3:include: move MAX_DEBUG_LEVEL from local.h to debug.hStefan Metzmacher2-9/+9
2010-10-24s3: Replace cli_qfileinfo_test with a call to cli_qfileinfoVolker Lendecke1-1/+0
2010-10-24s3: Convert cli_qfileinfo_basic to cli_qfileinfoVolker Lendecke1-7/+7
2010-10-24s3: Convert cli_qfilename to cli_qfileinfoVolker Lendecke1-1/+2
2010-10-24s3: Add async cli_qfileinfoVolker Lendecke1-0/+12
2010-10-24s3: Rename cli_fileinfo() to cli_fileinfo_basic()Volker Lendecke1-7/+7
2010-10-22Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...Jeremy Allison1-1/+0
2010-10-22Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...Jeremy Allison1-0/+1
2010-10-20s3: Make "unpack_pjob" staticVolker Lendecke1-1/+0
2010-10-20s3: Add any_nt_status_not_okVolker Lendecke1-0/+1
2010-10-20Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison1-7/+3
2010-10-15Add make_default_filesystem_acl() function to be used in following change to ...Jeremy Allison1-0/+4
2010-10-15s3-rpc_server: Make auth_serversupplied_info const.Andreas Schneider1-3/+3
2010-10-14libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2-44/+0
2010-10-14libcli/security Define traditional constants in terms of IDL macrosAndrew Bartlett1-65/+0
2010-10-14libcli/security Move source3/lib/util_seaccess.c into the common codeAndrew Bartlett1-8/+0
2010-10-14s3-auth Use security_token_debug() from common codeAndrew Bartlett1-1/+0
2010-10-14s3 Replace is_sid_in_token() with security_token_has_sid() from common codeAndrew Bartlett1-1/+0
2010-10-09More neccessary const.Jeremy Allison1-1/+1