Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix resource leak found by coverity (CID 521). | Jeremy Allison | 2008-01-08 | 1 | -0/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Change registry_create_admin_token() to return NTSTATUS. | Michael Adam | 2008-01-09 | 3 | -10/+18 | |
| | | | | | | | | Michael | |||||
* | | Move content of comment. | Michael Adam | 2008-01-09 | 1 | -4/+4 | |
| | | | | | | | | Michael | |||||
* | | Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS. | Michael Adam | 2008-01-09 | 15 | -138/+203 | |
| | | | | | | | | Michael | |||||
* | | Fix prototype: Add a void to an empty function parameter list. | Michael Adam | 2008-01-09 | 1 | -1/+1 | |
| | | | | | | | | Michael | |||||
* | | Don't leak data.dptr on error path. | Michael Adam | 2008-01-09 | 1 | -3/+5 | |
| | | | | | | | | Michael | |||||
* | | Extend a comment. | Michael Adam | 2008-01-09 | 1 | -1/+3 | |
| | | | | | | | | Michael | |||||
* | | Add a comment. | Michael Adam | 2008-01-09 | 1 | -0/+1 | |
| | | | | | | | | Michael | |||||
* | | Fix talloctort: move size check after referenced ptr check. | Michael Adam | 2008-01-09 | 1 | -5/+5 | |
| | | | | | | | | Michael | |||||
* | | Simplify... plus add a debug message. | Jeremy Allison | 2008-01-08 | 1 | -5/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | Correctly identify enc/non-enc packets. | Jeremy Allison | 2008-01-08 | 1 | -3/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | Save one popular malloc | Volker Lendecke | 2008-01-09 | 1 | -6/+18 | |
| | | ||||||
* | | Don't shrink a talloc area if we have less than 1k to gain | Volker Lendecke | 2008-01-09 | 1 | -0/+5 | |
| | | ||||||
* | | Fix returns in void functions. | Michael Adam | 2008-01-08 | 1 | -2/+2 | |
| | | | | | | | | Michael | |||||
* | | Fix examples/VFS after VFS API changes. | Michael Adam | 2008-01-08 | 2 | -33/+33 | |
| | | | | | | | | Michael | |||||
* | | Only realloc the talloc stack if necessary | Volker Lendecke | 2008-01-08 | 1 | -7/+12 | |
| | | ||||||
* | | Allocate dirp->name_cache on demand only | Volker Lendecke | 2008-01-08 | 1 | -11/+10 | |
| | | ||||||
* | | Move the DNS tsig update to using struct sockaddr_storage | Jeremy Allison | 2008-01-08 | 3 | -33/+47 | |
| | | | | | | | | | | | | from struct in_addr. Still only does IPv4 updates but now it'll be easy to add IPv6 when we have time. Jeremy. | |||||
* | | Pedantic cosmetics: rerun make idl. | Günther Deschner | 2008-01-08 | 12 | -3146/+3146 | |
| | | | | | | | | Guenther | |||||
* | | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Jelmer Vernooij | 2008-01-08 | 65 | -769/+1637 | |
|\ \ | ||||||
| * | | Use ads_get_upn() in net_derive_salting_principal(). | Günther Deschner | 2008-01-08 | 1 | -15/+1 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Fix define check s/WITH_LDAP/HAVE_LDAP/ in libnet_join. | Günther Deschner | 2008-01-08 | 1 | -4/+4 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Do not ignore provided machine_name in ads_get_upn(). | Günther Deschner | 2008-01-08 | 1 | -5/+5 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Add missing quote. Fix bug 5172. Thanks to Jason Filley ↵ | Karolin Seeger | 2008-01-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | <jason@snakelegs.org> for reporting! Karolin | |||||
| * | | Correctly talloc ctx->remote_path in libgpo (thanks Michael for the pointer). | Günther Deschner | 2008-01-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Remove redundant parameter fd from SMB_VFS_AIO_CANCEL(). | Michael Adam | 2008-01-08 | 5 | -10/+11 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Correctly free buffers in netdomjoin-gui. | Günther Deschner | 2008-01-08 | 1 | -1/+8 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Make name_buffer in NetGetJoinInformation() talloced. | Günther Deschner | 2008-01-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Add NetApiBufferFree() to libnetapi. | Günther Deschner | 2008-01-08 | 2 | -0/+19 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Fix crash bug when strequal is used too late in libnetapi_free. | Günther Deschner | 2008-01-08 | 1 | -5/+8 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | When unjoining fails (e.g. missing creds) make sure we still correct config. | Günther Deschner | 2008-01-08 | 1 | -0/+4 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Remove redundant parameter fd from SMB_VFS_FSETXATTR(). | Michael Adam | 2008-01-08 | 7 | -14/+14 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR(). | Michael Adam | 2008-01-08 | 7 | -13/+14 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_FLISTXATTR(). | Michael Adam | 2008-01-08 | 5 | -10/+11 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_FGETXATTR(). | Michael Adam | 2008-01-08 | 7 | -13/+14 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove forgotton fd from solarisacl_sys_acl_get_fd(). | Michael Adam | 2008-01-08 | 1 | -3/+2 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD(). | Michael Adam | 2008-01-08 | 14 | -47/+48 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL(). | Michael Adam | 2008-01-08 | 8 | -20/+20 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Add comment. | Michael Adam | 2008-01-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD(). | Michael Adam | 2008-01-07 | 14 | -49/+41 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Refactor our DsGetDcName call a bit (before it will move into libnetapi). | Günther Deschner | 2008-01-07 | 1 | -16/+101 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Enable talloc reporting in libnetapi if DEVELOPER compiled. | Günther Deschner | 2008-01-07 | 1 | -0/+3 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Remove redundant parameter fd from SMB_VFS_GETLOCK(). | Michael Adam | 2008-01-07 | 5 | -11/+13 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE(). | Michael Adam | 2008-01-07 | 6 | -16/+16 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Do not talloc_strdup filename and servicepath | Volker Lendecke | 2008-01-07 | 1 | -16/+8 | |
| | | | ||||||
| * | | make db_tdb_fetch use tdb_parse_record | Volker Lendecke | 2008-01-07 | 1 | -13/+33 | |
| | | | ||||||
| * | | Change db_tdb_fetch_locked to use only one talloc | Volker Lendecke | 2008-01-07 | 1 | -35/+53 | |
| | | | ||||||
| * | | talloc_stackframe only needs 1 talloc | Volker Lendecke | 2008-01-07 | 1 | -11/+7 | |
| | | | ||||||
| * | | Trying to make the buildfarm w/o krb5 happy. | Günther Deschner | 2008-01-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | There is no LDAP in some corners of this world. Fix the build... | Günther Deschner | 2008-01-07 | 1 | -4/+12 | |
| | | | | | | | | | | | | Guenther |