summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:passdb expose pdb_create_builtin functionChristian Ambach2013-06-213-3/+5
* s3:passdb/pdb_tdb add parameter to control handling of BUILTINChristian Ambach2013-06-211-0/+10
* s3:passdb/pdb_ldap remove an unnecessary checkChristian Ambach2013-06-211-4/+0
* s3:passdb/pdb_ldap make the module handle well-knownChristian Ambach2013-06-211-0/+7
* s3:passdb make pdb_sid_to_id honor backend responsibilitiesChristian Ambach2013-06-211-0/+7
* s3:passdb/pdb_samba_dsdb make the module handle well-knownChristian Ambach2013-06-211-0/+7
* s3:lib/util_sid_passdb make use of pdb_is_responsible_for_* functionsChristian Ambach2013-06-211-15/+34
* s3:passdb add pdb_*_is_responsible_for* functionsChristian Ambach2013-06-213-0/+84
* s3:passdb add idmap control functionsChristian Ambach2013-06-211-1/+8
* s3:passdb/samba_dsdb fix some compiler warningsChristian Ambach2013-06-211-2/+2
* s3:passdb/samba_dsdb fix a compiler warningChristian Ambach2013-06-211-1/+1
* s3:utils/net_lookup fix a format-errorChristian Ambach2013-06-211-1/+1
* Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison2013-06-203-3/+40
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-193-3/+3
* Re-add umask(0) code removed by commit 3a7c2777ee0de37d758fe81d67d6836a8354825eJeremy Allison2013-06-181-2/+7
* Fix xx_path() - return check from mkdir() is incorrect.Jeremy Allison2013-06-181-3/+8
* vfs_catia: use translate direction enum instead of intDavid Disseldorp2013-06-171-1/+1
* vfs_streams_xattr: Do not attempt to write empty attribute twiceChristof Schmitt2013-06-171-31/+11
* libsmbclient: Fix typosVolker Lendecke2013-06-141-4/+4
* gencache: Simplify gencache_init a bitVolker Lendecke2013-06-141-13/+16
* Initialize the file descriptor in the files_struct before trying to close it....Christof Schmitt2013-06-131-0/+1
* s3-libads: Print the debug string of a failed call with LDAP_OTHER.Andreas Schneider2013-06-121-0/+18
* smbd: Remove an unused variableVolker Lendecke2013-06-121-2/+0
* smbd: Fix a const warningVolker Lendecke2013-06-111-1/+1
* smbd: Fix a const warningVolker Lendecke2013-06-111-1/+1
* smbd: Remove unused codeVolker Lendecke2013-06-111-7/+0
* lib: Remove an unused variableVolker Lendecke2013-06-111-1/+0
* winreg3: Fix a const warningVolker Lendecke2013-06-111-1/+3
* libsmb: add ABI/smbclient-0.2.1.sigsDavid Disseldorp2013-06-112-1/+176
* Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.Jeremy Allison2013-06-117-2/+39
* Plumb the 'port' parameter into the connect code.Jeremy Allison2013-06-111-8/+11
* Add the port argument to SMBC_server().Jeremy Allison2013-06-117-19/+21
* Add port argument to SMBC_attr_server(). Does nothing as yet.Jeremy Allison2013-06-113-3/+5
* Add the ability to parse out the port to SMBC_parse_path().Jeremy Allison2013-06-117-0/+69
* auth: Remove "password level"Andrew Bartlett2013-06-112-80/+0
* Optimization on POSIX platforms that have fstatat.Jeremy Allison2013-06-101-4/+23
* Check for fstatat.Jeremy Allison2013-06-101-0/+1
* smbd: Change logging when SET_OFFLINE is not supportedChristof Schmitt2013-06-061-10/+15
* s3:smbd: explain parameters in call to SMB_VFS_DURABLE_RECONNECT()Michael Adam2013-06-041-2/+3
* s3:smbd: remove code duplication in smb2_create_send()Michael Adam2013-06-041-51/+25
* s3:smbd: remove old comment about scavenger timer from vfs_default_durable_re...Michael Adam2013-06-041-14/+0
* smbcquotas.c: fix a bug of -tPeng Haitao2013-06-041-1/+1
* s3:lib/ctdb_packet use sys_send in packet_fd_writeChristian Ambach2013-06-031-1/+1
* Fix bug 9900: is_printer_published GUID retrievalDavid Disseldorp2013-06-034-56/+121
* printing: explicitly clear PUBLISHED attributeDavid Disseldorp2013-06-031-1/+1
* vfs_glusterfs: Samba VFS module for glusterfsAnand Avati2013-05-303-0/+1522
* net: use smbconf_create_set_share() in "net conf import"Michael Adam2013-05-281-47/+2
* build: Remove unused mkbuildoptions.awkAndrew Bartlett2013-05-281-275/+0
* passdb-machine_account_secrets: Remove #if SAMBA_BUILD_ == 4 now we only have...Andrew Bartlett2013-05-282-10/+0
* build: Remove unused preproc-dummy.cAndrew Bartlett2013-05-281-1/+0