summaryrefslogtreecommitdiff
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* libcli/auth bring ADS_IGNORE_PRINCIPAL in commonAndrew Bartlett2010-12-081-2/+0
* Merge the two conflicting allocation codes into one function, vfs_slow_falloc...Jeremy Allison2010-12-031-0/+1
* Move posix_fallocate into the VFS where it belongs.Jeremy Allison2010-12-023-0/+19
* s3: Add cli_shadow_copy_dataVolker Lendecke2010-11-301-0/+11
* s3: Add gencache_iterate_blobsVolker Lendecke2010-11-281-0/+3
* s3: Add gencache_parseVolker Lendecke2010-11-281-0/+4
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-202-7/+8
* developer: only do the C++ reserved name checking on LinuxAndrew Tridgell2010-11-171-1/+1
* s3: Convert cli_get_posix_fs_info() to cli_trans()Volker Lendecke2010-11-141-9/+9
* Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison2010-11-141-0/+2
* s3: Make cli_set_ea_fnum return NTSTATUSVolker Lendecke2010-11-111-1/+3
* s3: Make cli_set_ea_path return NTSTATUSVolker Lendecke2010-11-111-1/+3
* s3: Convert cli_dfs_get_referral to cli_transVolker Lendecke2010-11-111-1/+1
* Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison2010-11-101-1/+1
* Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison2010-11-101-4/+4
* s3: Allow disabling of mdns registrationsVolker Lendecke2010-11-051-0/+1
* s3: Remove the use of cli_send_trans from cli_get_fs_full_size_infoVolker Lendecke2010-11-041-6/+6
* s3:util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting ter...Michael Adam2010-11-031-0/+2
* s3:lib/util_str: add strlen_m_ext() that takes input and output charsetMichael Adam2010-11-031-0/+2
* s3:lib/charcnv: rename a parameter for clarity in next_codepoint_ext()Michael Adam2010-11-031-1/+1
* s3:lib/charcnv: add next_codepoint_ext() that accepts input charset.Michael Adam2010-11-031-0/+2
* s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient contextAndrew Bartlett2010-11-021-5/+0
* s3-libsmbclient Add comments to describe the behaviour of DEBUG()Andrew Bartlett2010-11-021-0/+1
* debug Explain the behaviour of setup_logging() more clearlyAndrew Bartlett2010-11-021-2/+5
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-4/+8
* Fix bug #7700 - Improvement of return code of smbclientJeremy Allison2010-10-291-3/+3
* s3: Add async cli_setpathinfoVolker Lendecke2010-10-241-0/+9
* s3:include: move debug.c prototypes to debug.hStefan Metzmacher2010-10-242-21/+21
* s3:include: move MAX_DEBUG_LEVEL from local.h to debug.hStefan Metzmacher2010-10-242-9/+9
* s3: Replace cli_qfileinfo_test with a call to cli_qfileinfoVolker Lendecke2010-10-241-1/+0
* s3: Convert cli_qfileinfo_basic to cli_qfileinfoVolker Lendecke2010-10-241-7/+7
* s3: Convert cli_qfilename to cli_qfileinfoVolker Lendecke2010-10-241-1/+2
* s3: Add async cli_qfileinfoVolker Lendecke2010-10-241-0/+12
* s3: Rename cli_fileinfo() to cli_fileinfo_basic()Volker Lendecke2010-10-241-7/+7
* Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...Jeremy Allison2010-10-221-1/+0
* Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...Jeremy Allison2010-10-221-0/+1
* s3: Make "unpack_pjob" staticVolker Lendecke2010-10-201-1/+0
* s3: Add any_nt_status_not_okVolker Lendecke2010-10-201-0/+1
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-201-7/+3
* Add make_default_filesystem_acl() function to be used in following change to ...Jeremy Allison2010-10-151-0/+4
* s3-rpc_server: Make auth_serversupplied_info const.Andreas Schneider2010-10-151-3/+3
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-142-44/+0
* libcli/security Define traditional constants in terms of IDL macrosAndrew Bartlett2010-10-141-65/+0
* libcli/security Move source3/lib/util_seaccess.c into the common codeAndrew Bartlett2010-10-141-8/+0
* s3-auth Use security_token_debug() from common codeAndrew Bartlett2010-10-141-1/+0
* s3 Replace is_sid_in_token() with security_token_has_sid() from common codeAndrew Bartlett2010-10-141-1/+0
* More neccessary const.Jeremy Allison2010-10-091-1/+1
* s3: Move #define VALGRIND to config.hVolker Lendecke2010-10-031-10/+0
* s3: Attempt to fix a ton of warnings on the build farmVolker Lendecke2010-10-032-12/+10
* s3:events: Call all ready fd event handlers on each iteration of the main loopSteven Danneman2010-10-011-1/+1