Age | Commit message (Expand) | Author | Files | Lines |
2011-01-28 | s3-net: use struct based dcerpc_spoolss_EnumPrinterData_r() call. | Günther Deschner | 1 | -42/+34 |
2011-01-28 | s3-rpcclient: use struct based dcerpc_spoolss_EnumPrinterData_r() call. | Günther Deschner | 1 | -43/+38 |
2011-01-28 | s3-rpc_client: remove some more obsolete cli_X.h header files. | Günther Deschner | 5 | -5/+5 |
2011-01-28 | Add delete-ln test now we can correctly delete hardlinks. | Jeremy Allison | 1 | -1/+1 |
2011-01-27 | Change "security=share" to downgrade to SMB1 from SMB2, rather than trying to... | Jeremy Allison | 2 | -9/+12 |
2011-01-28 | libwbclient: bump the libwbclient SOVER 0 -> 1 due to ABI changes | Michael Adam | 1 | -1/+1 |
2011-01-27 | s3:registry: fix comments in regdb_store_regdb_version() | Michael Adam | 1 | -2/+2 |
2011-01-27 | s3-build: remove another leftover of -I../source4. | Günther Deschner | 1 | -1/+1 |
2011-01-27 | Looking into printer driver issues, I ran across some peculiarities in | David Disseldorp | 1 | -8/+11 |
2011-01-27 | s3-utils: Fixed a resource leak in net_afs. | Andreas Schneider | 1 | -0/+2 |
2011-01-26 | s3-utils: Fixed a resource leak in smbta-util. | Andreas Schneider | 1 | -0/+1 |
2011-01-26 | s3-utils: Fixed possible resource leak in net_usershare. | Andreas Schneider | 1 | -0/+5 |
2011-01-26 | s3-utils: Fixed possible resource leak in smbget. | Andreas Schneider | 1 | -0/+1 |
2011-01-26 | s3-utils: Fixed possible resource leak in smbfilter. | Andreas Schneider | 1 | -0/+1 |
2011-01-26 | s3-modules: Fixed the for-loop code block. | Andreas Schneider | 1 | -0/+1 |
2011-01-26 | s3-lib: Fixed a missing return value in tldap. | Andreas Schneider | 1 | -0/+1 |
2011-01-26 | errormap: Add unix_to_werror() function | Kai Blin | 1 | -0/+6 |
2011-01-26 | Allow "security = share" with SMB2. We already handle this in smb2/smb2_server.c | Jeremy Allison | 1 | -1/+0 |
2011-01-26 | From Metze - make sure we're using the same string length for the hash. | Jeremy Allison | 1 | -1/+1 |
2011-01-26 | s3-winbind: share a common winbind_samlogon_retry_loop(). | Günther Deschner | 1 | -168/+147 |
2011-01-26 | Revert "s3: These assignments are overwritten immediately" | Günther Deschner | 1 | -0/+4 |
2011-01-26 | Revert "s3-winbind: fix winbindd_dual_pam_auth_samlogon() for NT4 domains." | Günther Deschner | 1 | -1/+0 |
2011-01-26 | Missed one debug printf of name_hash. Ensure always use %x. | Jeremy Allison | 1 | -2/+2 |
2011-01-25 | Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved. | Jeremy Allison | 9 | -146/+345 |
2011-01-25 | Add uint32_t name_hash argument (currently unused) to get_file_infos(). | Jeremy Allison | 9 | -12/+15 |
2011-01-25 | Add name_hash into the share mode entry struct (as yet only use for renames t... | Jeremy Allison | 6 | -11/+66 |
2011-01-25 | Add name_hash to files_struct. Set within fsp_set_smb_fname(). | Jeremy Allison | 3 | -1/+35 |
2011-01-25 | idl: add file_id idl. | Günther Deschner | 6 | -52/+5 |
2011-01-25 | s3-libndr: remove cmdline_lp_ctx. | Günther Deschner | 1 | -2/+0 |
2011-01-25 | waf: share libndr.so between samba3 and samba4. | Günther Deschner | 1 | -10/+4 |
2011-01-25 | libndr: move ndr_print_bool to ndr_basic.c | Günther Deschner | 2 | -6/+0 |
2011-01-25 | s3-waf: add PKGCONFIGDIR. | Günther Deschner | 1 | -0/+1 |
2011-01-25 | s3-smbclient: Fix cli_errstr() usage (part of bug #7864) | Björn Baumbach | 1 | -7/+9 |
2011-01-25 | s3-masktest: Fix cli_errstr() usage (part of bug #7864) | Björn Baumbach | 1 | -5/+6 |
2011-01-25 | s3-smbclient: Fix cli_errstr() usage (part of bug #7864) | Björn Baumbach | 1 | -5/+7 |
2011-01-25 | s3-torture: Fix cli_errstr() usage (part of bug #7864) | Björn Baumbach | 1 | -7/+6 |
2011-01-24 | s3-build: remove source4 include path for autoconf build as well. | Günther Deschner | 1 | -1/+0 |
2011-01-24 | s3-rpcclient: allow to define validation level for samlogon. | Günther Deschner | 3 | -4/+5 |
2011-01-24 | s3-waf: fix lib/addns include path. | Günther Deschner | 1 | -1/+1 |
2011-01-24 | s3-waf: no need anymore to include "source4" globally. | Günther Deschner | 1 | -1/+1 |
2011-01-24 | libcli/ldap: use lib/ldb_compat.h for the s3 build | Stefan Metzmacher | 1 | -0/+13 |
2011-01-24 | s3-winbind: fix winbindd_dual_pam_auth_samlogon() for NT4 domains. | Günther Deschner | 1 | -0/+1 |
2011-01-24 | Revert "s3: Fix an infinite loop" | Volker Lendecke | 1 | -4/+0 |
2011-01-23 | s3: Fix an infinite loop | Volker Lendecke | 1 | -0/+4 |
2011-01-22 | s3: Fix connecting to port-139 only servers | Volker Lendecke | 1 | -3/+5 |
2011-01-21 | s3-torture: fix uninitialized status code. | Günther Deschner | 1 | -1/+1 |
2011-01-21 | s3-rpc_client: fix dcerpc_try_samr_connects(). | Günther Deschner | 1 | -2/+2 |
2011-01-21 | s3-rpc_client: no need to include gen_ndr/cli_samr.h anymore. | Günther Deschner | 1 | -1/+1 |
2011-01-21 | s3-rpc_client: fix uninitialized variable found by -O3. | Günther Deschner | 1 | -1/+1 |
2011-01-21 | s3-waf: remove RPCCLI_SPOOLSS subsystem. | Günther Deschner | 1 | -5/+1 |