summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-06-27winbindd and nmbd don't set their umask to zero on startup like smbd does.Jeremy Allison2-0/+12
2013-06-26sharesec: Implement --view-allVolker Lendecke1-1/+34
2013-06-25s3:smbd/close remove filesystem lock before removing sharemodeChristian Ambach1-0/+9
2013-06-25s3:smbd/close use common exit pathChristian Ambach1-9/+2
2013-06-25s3:lib add mapping for ETXTBSYChristian Ambach1-0/+3
2013-06-25s3-ctdb: Fix auto-enabling of CTDB readonly supportDaniel Gan-Levi1-0/+28
2013-06-25s3:smbd/aio mark file as modified in the SMB2 caseChristian Ambach1-0/+2
2013-06-24Use existing "acl map full control" parameter to control the adding of the DE...Jeremy Allison1-2/+17
2013-06-24s3/smbclient: fix incorrect command tab completionsDavid Disseldorp1-8/+8
2013-06-21Fix glusterfs backend crash found at the Microsoft interop event.Jeremy Allison1-2/+4
2013-06-21Fix some blank line endingsVolker Lendecke12-237/+236
2013-06-21s3:passdb/pdb_util make pdb_create_builtin consider whether backend deals wit...Christian Ambach1-4/+33
2013-06-21s3:passdb add a gid argument to pdb_create_builtin_aliasChristian Ambach4-15/+25
2013-06-21s3:utils/net_sam make use of pdb_create_builtin helper functionChristian Ambach1-1/+1
2013-06-21s3:passdb expose pdb_create_builtin functionChristian Ambach3-3/+5
2013-06-21s3:passdb/pdb_tdb add parameter to control handling of BUILTINChristian Ambach1-0/+10
2013-06-21s3:passdb/pdb_ldap remove an unnecessary checkChristian Ambach1-4/+0
2013-06-21s3:passdb/pdb_ldap make the module handle well-knownChristian Ambach1-0/+7
2013-06-21s3:passdb make pdb_sid_to_id honor backend responsibilitiesChristian Ambach1-0/+7
2013-06-21s3:passdb/pdb_samba_dsdb make the module handle well-knownChristian Ambach1-0/+7
2013-06-21s3:lib/util_sid_passdb make use of pdb_is_responsible_for_* functionsChristian Ambach1-15/+34
2013-06-21s3:passdb add pdb_*_is_responsible_for* functionsChristian Ambach3-0/+84
2013-06-21s3:passdb add idmap control functionsChristian Ambach1-1/+8
2013-06-21s3:passdb/samba_dsdb fix some compiler warningsChristian Ambach1-2/+2
2013-06-21s3:passdb/samba_dsdb fix a compiler warningChristian Ambach1-1/+1
2013-06-21s3:utils/net_lookup fix a format-errorChristian Ambach1-1/+1
2013-06-20Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison3-3/+40
2013-06-19build: Build with system md5.h on OpenIndianaAndrew Bartlett3-3/+3
2013-06-18Re-add umask(0) code removed by commit 3a7c2777ee0de37d758fe81d67d6836a8354825eJeremy Allison1-2/+7
2013-06-18Fix xx_path() - return check from mkdir() is incorrect.Jeremy Allison1-3/+8
2013-06-17vfs_catia: use translate direction enum instead of intDavid Disseldorp1-1/+1
2013-06-17vfs_streams_xattr: Do not attempt to write empty attribute twiceChristof Schmitt1-31/+11
2013-06-14libsmbclient: Fix typosVolker Lendecke1-4/+4
2013-06-14gencache: Simplify gencache_init a bitVolker Lendecke1-13/+16
2013-06-13Initialize the file descriptor in the files_struct before trying to close it....Christof Schmitt1-0/+1
2013-06-12s3-libads: Print the debug string of a failed call with LDAP_OTHER.Andreas Schneider1-0/+18
2013-06-12smbd: Remove an unused variableVolker Lendecke1-2/+0
2013-06-11smbd: Fix a const warningVolker Lendecke1-1/+1
2013-06-11smbd: Fix a const warningVolker Lendecke1-1/+1
2013-06-11smbd: Remove unused codeVolker Lendecke1-7/+0
2013-06-11lib: Remove an unused variableVolker Lendecke1-1/+0
2013-06-11winreg3: Fix a const warningVolker Lendecke1-1/+3
2013-06-11libsmb: add ABI/smbclient-0.2.1.sigsDavid Disseldorp2-1/+176
2013-06-11Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.Jeremy Allison7-2/+39
2013-06-11Plumb the 'port' parameter into the connect code.Jeremy Allison1-8/+11
2013-06-11Add the port argument to SMBC_server().Jeremy Allison7-19/+21
2013-06-11Add port argument to SMBC_attr_server(). Does nothing as yet.Jeremy Allison3-3/+5
2013-06-11Add the ability to parse out the port to SMBC_parse_path().Jeremy Allison7-0/+69
2013-06-11auth: Remove "password level"Andrew Bartlett2-80/+0
2013-06-10Optimization on POSIX platforms that have fstatat.Jeremy Allison1-4/+23