Age | Commit message (Expand) | Author | Files | Lines |
2011-11-23 | Fix uninitialized variable frees on error paths. | Jeremy Allison | 1 | -11/+11 |
2011-11-23 | s3: Fix a valgrind error | Volker Lendecke | 1 | -1/+1 |
2011-11-23 | s3: Move server_info_struct to nmbd | Volker Lendecke | 2 | -9/+9 |
2011-11-23 | s3: Replace delete_token_list by an array | Volker Lendecke | 2 | -53/+69 |
2011-11-23 | Ensure we don't free uninitialized variables. | Jeremy Allison | 1 | -2/+2 |
2011-11-22 | Remove the setting of the inherited ACL on new files/directories. This is | Jeremy Allison | 3 | -224/+0 |
2011-11-22 | Move setting the inherited ACL into the main open code path. Next will | Jeremy Allison | 1 | -1/+110 |
2011-11-22 | Move the "set SD" code into provided SD and "inherit acls" branches. | Jeremy Allison | 1 | -29/+32 |
2011-11-22 | Only add the SD if it's not a new stream file. | Jeremy Allison | 1 | -1/+1 |
2011-11-22 | Move the add security descriptor code to *after* all the other meta-data is | Jeremy Allison | 1 | -35/+35 |
2011-11-22 | s3: Fix wb_next_pwent_fill_done | Volker Lendecke | 1 | -1/+0 |
2011-11-22 | s3 libaddns: Prevent a crash when dns_create_update fails | Kai Blin | 1 | -1/+1 |
2011-11-22 | s4-dns: added --no-credentials option to samba_dnsupdate | Andrew Tridgell | 1 | -3/+10 |
2011-11-21 | Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s... | Jeremy Allison | 13 | -49/+32 |
2011-11-21 | s3:winbindd_cm: close sockfd on error in cm_prepare_connection() | Stefan Metzmacher | 1 | -0/+2 |
2011-11-21 | s3:libsmb: close fd on error in cli_connect_nb() | Stefan Metzmacher | 1 | -0/+2 |
2011-11-21 | librpc: install drsuapi and drsblobs headers. | Günther Deschner | 1 | -2/+6 |
2011-11-21 | s3-waf: remove version from libpdb.so for now. | Günther Deschner | 1 | -2/+0 |
2011-11-20 | s4-smbtorture: add ndr test for nbt_netlogon_packet to avoid future regressions. | Günther Deschner | 1 | -0/+36 |
2011-11-20 | s3:smb2_negprot: add support for SMB2_22 | Stefan Metzmacher | 1 | -0/+15 |
2011-11-20 | lib/param: add "SMB2_22" to enum_protocol | Stefan Metzmacher | 1 | -0/+1 |
2011-11-19 | s4-dsdb: Modify the repl_meta_data behavior to allow Metadata change on attri... | Matthieu Patou | 1 | -2/+8 |
2011-11-19 | socket_wrapper/py_socket_wrapper.c - include Python 2.4 compatiblity code | Matthias Dieter Wallnöfer | 1 | -0/+7 |
2011-11-18 | Remove rawmemchr calls - found by Ira Cooper. These are glibc-specific calls,... | Jeremy Allison | 1 | -3/+4 |
2011-11-18 | s3/packaging: Fix rpm build issues on RHEL4. | Karolin Seeger | 1 | -1/+13 |
2011-11-18 | s3:libsmb: verify num_setup for SMBnttrans in cli_pull_trans() | Stefan Metzmacher | 1 | -0/+4 |
2011-11-18 | s3:libsmb: fix compiler warning in cli_pull_trans() | Stefan Metzmacher | 1 | -1/+3 |
2011-11-18 | s3:libsmb: only align unicode pipe_name (bug #8586) | Stefan Metzmacher | 1 | -7/+11 |
2011-11-18 | s3: Fix bug 8371 | Volker Lendecke | 1 | -0/+2 |
2011-11-18 | s3-py-passdb: Fix handling of uninitialized gid values | Amitay Isaacs | 3 | -3/+3 |
2011-11-18 | dsdb: Fix the password expiry calculation | Amitay Isaacs | 1 | -1/+1 |
2011-11-18 | s3-passdb_test: Policy values are converted to signed integer | Amitay Isaacs | 1 | -1/+1 |
2011-11-18 | s4-s3-upgrade: Add --verbose option to print extra details | Amitay Isaacs | 2 | -3/+6 |
2011-11-18 | s4-auth log details about any token we fail to convert to a unix token | Andrew Bartlett | 1 | -0/+17 |
2011-11-18 | s4-s3-upgrade: Fix idmap types ID_TYPE_UID/ID_TYPE_GID instead of UID/GID | Amitay Isaacs | 1 | -3/+3 |
2011-11-18 | samba-tool: Fix the domain account policy max_pwd_age calculation | Amitay Isaacs | 1 | -2/+8 |
2011-11-18 | s4-s3-upgrade: Fix the minimum and maximum password age calculation | Amitay Isaacs | 1 | -4/+4 |
2011-11-18 | s4-s3-upgrade now look for -1 as the special 'not set' value | Andrew Bartlett | 2 | -2/+2 |
2011-11-17 | s3/packaging: Fix rpm build issues on RHEL. | Karolin Seeger | 1 | -24/+5 |
2011-11-17 | s4 dns: Reduce test output noise by upping log level for dns_name_packet logging | Kai Blin | 1 | -3/+6 |
2011-11-17 | s4 dns: Add a first test case | Kai Blin | 2 | -0/+120 |
2011-11-17 | s4 dns: Turn on internal DNS server during testing | Kai Blin | 1 | -1/+1 |
2011-11-17 | socket_wrapper: Added python interface to socket_wrapper | Amitay Isaacs | 3 | -0/+938 |
2011-11-17 | samba.tests.dsdb: Import TestCase from samba.tests. | Jelmer Vernooij | 1 | -4/+1 |
2011-11-17 | samba.tests: Make sure testtools is available before importing it. | Jelmer Vernooij | 1 | -0/+2 |
2011-11-17 | Improve configure.in so it can be used outside the Samba source tree. | Richard Sharpe | 1 | -2/+3 |
2011-11-17 | ldb: Add handy macros for reporting error inside ldb module | Amitay Isaacs | 1 | -0/+2 |
2011-11-17 | s4-dsdb: Remove unsed variable | Amitay Isaacs | 1 | -2/+0 |
2011-11-17 | s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives. | Günther Deschner | 3 | -10/+8 |
2011-11-17 | s3-smbldap: remove duplicate LDAP_OPT_SUCCESS define. | Günther Deschner | 1 | -3/+0 |