Age | Commit message (Expand) | Author | Files | Lines |
2013-06-18 | Re-add umask(0) code removed by commit 3a7c2777ee0de37d758fe81d67d6836a8354825e | Jeremy Allison | 1 | -2/+7 |
2013-06-18 | Fix xx_path() - return check from mkdir() is incorrect. | Jeremy Allison | 1 | -3/+8 |
2013-06-17 | vfs_catia: use translate direction enum instead of int | David Disseldorp | 1 | -1/+1 |
2013-06-17 | vfs_streams_xattr: Do not attempt to write empty attribute twice | Christof Schmitt | 1 | -31/+11 |
2013-06-14 | libsmbclient: Fix typos | Volker Lendecke | 1 | -4/+4 |
2013-06-14 | gencache: Simplify gencache_init a bit | Volker Lendecke | 1 | -13/+16 |
2013-06-13 | Initialize the file descriptor in the files_struct before trying to close it.... | Christof Schmitt | 1 | -0/+1 |
2013-06-12 | s3-libads: Print the debug string of a failed call with LDAP_OTHER. | Andreas Schneider | 1 | -0/+18 |
2013-06-12 | smbd: Remove an unused variable | Volker Lendecke | 1 | -2/+0 |
2013-06-11 | smbd: Fix a const warning | Volker Lendecke | 1 | -1/+1 |
2013-06-11 | smbd: Fix a const warning | Volker Lendecke | 1 | -1/+1 |
2013-06-11 | smbd: Remove unused code | Volker Lendecke | 1 | -7/+0 |
2013-06-11 | lib: Remove an unused variable | Volker Lendecke | 1 | -1/+0 |
2013-06-11 | winreg3: Fix a const warning | Volker Lendecke | 1 | -1/+3 |
2013-06-11 | libsmb: add ABI/smbclient-0.2.1.sigs | David Disseldorp | 2 | -1/+176 |
2013-06-11 | Add smbc_getPort(), smbc_setPort(). Bump the .so minor number. | Jeremy Allison | 7 | -2/+39 |
2013-06-11 | Plumb the 'port' parameter into the connect code. | Jeremy Allison | 1 | -8/+11 |
2013-06-11 | Add the port argument to SMBC_server(). | Jeremy Allison | 7 | -19/+21 |
2013-06-11 | Add port argument to SMBC_attr_server(). Does nothing as yet. | Jeremy Allison | 3 | -3/+5 |
2013-06-11 | Add the ability to parse out the port to SMBC_parse_path(). | Jeremy Allison | 7 | -0/+69 |
2013-06-11 | auth: Remove "password level" | Andrew Bartlett | 2 | -80/+0 |
2013-06-10 | Optimization on POSIX platforms that have fstatat. | Jeremy Allison | 1 | -4/+23 |
2013-06-10 | Check for fstatat. | Jeremy Allison | 1 | -0/+1 |
2013-06-06 | smbd: Change logging when SET_OFFLINE is not supported | Christof Schmitt | 1 | -10/+15 |
2013-06-04 | s3:smbd: explain parameters in call to SMB_VFS_DURABLE_RECONNECT() | Michael Adam | 1 | -2/+3 |
2013-06-04 | s3:smbd: remove code duplication in smb2_create_send() | Michael Adam | 1 | -51/+25 |
2013-06-04 | s3:smbd: remove old comment about scavenger timer from vfs_default_durable_re... | Michael Adam | 1 | -14/+0 |
2013-06-04 | smbcquotas.c: fix a bug of -t | Peng Haitao | 1 | -1/+1 |
2013-06-03 | s3:lib/ctdb_packet use sys_send in packet_fd_write | Christian Ambach | 1 | -1/+1 |
2013-06-03 | Fix bug 9900: is_printer_published GUID retrieval | David Disseldorp | 4 | -56/+121 |
2013-06-03 | printing: explicitly clear PUBLISHED attribute | David Disseldorp | 1 | -1/+1 |
2013-05-30 | vfs_glusterfs: Samba VFS module for glusterfs | Anand Avati | 3 | -0/+1522 |
2013-05-28 | net: use smbconf_create_set_share() in "net conf import" | Michael Adam | 1 | -47/+2 |
2013-05-28 | build: Remove unused mkbuildoptions.awk | Andrew Bartlett | 1 | -275/+0 |
2013-05-28 | passdb-machine_account_secrets: Remove #if SAMBA_BUILD_ == 4 now we only have... | Andrew Bartlett | 2 | -10/+0 |
2013-05-28 | build: Remove unused preproc-dummy.c | Andrew Bartlett | 1 | -1/+0 |
2013-05-28 | build: Remove unused linkmodules.sh script | Andrew Bartlett | 1 | -12/+0 |
2013-05-28 | build: Remove unused revert.sh script | Andrew Bartlett | 1 | -18/+0 |
2013-05-28 | build: Remove unused uninstall*.sh scripts | Andrew Bartlett | 8 | -158/+0 |
2013-05-28 | build: Remove unused install*.sh scripts | Andrew Bartlett | 7 | -380/+0 |
2013-05-28 | build: Remove unused build_idl.sh | Andrew Bartlett | 1 | -60/+0 |
2013-05-28 | Remove lib/netapi autoconf build system, this is now build with waf | Andrew Bartlett | 2 | -421/+0 |
2013-05-28 | Remove now-unused s3-selftest.sh wrapper | Andrew Bartlett | 1 | -54/+0 |
2013-05-28 | Remove stub ldb_version.h and source3/include/autoconf as no longer needed | Andrew Bartlett | 2 | -9/+0 |
2013-05-28 | build: Remove autoconf directory no longer needed | Andrew Bartlett | 3 | -13/+0 |
2013-05-28 | build: Remove unused script/mkversion.sh | Andrew Bartlett | 1 | -150/+0 |
2013-05-28 | build: Remove unused install-sh | Andrew Bartlett | 1 | -238/+0 |
2013-05-28 | build: Remove autoconf build system | Andrew Bartlett | 11 | -14750/+0 |
2013-05-27 | build: Install smbtar in waf build | Andrew Bartlett | 2 | -0/+8 |
2013-05-27 | build: Remove duplicate call to bld.SYMBOL_CHECK() | Andrew Bartlett | 1 | -1/+0 |