summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fix a memleak found by the IBM checker.Michael Adam2008-01-091-0/+1
* Fix memleak in ldapsam_rename_sam_account() found by IBM checker.Michael Adam2008-01-091-1/+1
* Another attempt to fix builds w/o ldap and/or krb5.Günther Deschner2008-01-091-9/+9
* Re-run make idl to get even nicer pidl generated server code.Günther Deschner2008-01-0912-10260/+10992
* Correct comment. Default debug level of smbclient is 1, not 0.Karolin Seeger2008-01-091-1/+1
* Attempt to fix the compile of source/utils/net_dns.cVolker Lendecke2008-01-091-5/+7
* Re-run make idl. The pidl generated code now fully complies to coding standards.Günther Deschner2008-01-0924-1830/+7842
* Fix memory handling in torture/cmd_vfs.c:cmd_open and don't leak fsp_name.Michael Adam2008-01-091-0/+13
* Reduce stat cache size defaultVolker Lendecke2008-01-091-1/+1
* Replace an uninitialized variableVolker Lendecke2008-01-091-0/+2
* Add libnet_join_derive_salting_principal().Günther Deschner2008-01-091-0/+55
* ensure uni_name.buffer is initialisedVolker Lendecke2008-01-091-0/+2
* Fix CID 461 - resource leak on error.Jeremy Allison2008-01-081-0/+4
* Fix CID 460 - resource leak on error.Jeremy Allison2008-01-081-0/+1
* Fix resource leak found by coverity (CID 521).Jeremy Allison2008-01-081-0/+4
* Change registry_create_admin_token() to return NTSTATUS.Michael Adam2008-01-093-10/+18
* Move content of comment.Michael Adam2008-01-091-4/+4
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-0915-138/+203
* Fix prototype: Add a void to an empty function parameter list.Michael Adam2008-01-091-1/+1
* Don't leak data.dptr on error path.Michael Adam2008-01-091-3/+5
* Extend a comment.Michael Adam2008-01-091-1/+3
* Add a comment.Michael Adam2008-01-091-0/+1
* Fix talloctort: move size check after referenced ptr check.Michael Adam2008-01-091-5/+5
* Simplify... plus add a debug message.Jeremy Allison2008-01-081-5/+5
* Correctly identify enc/non-enc packets.Jeremy Allison2008-01-081-3/+5
* Save one popular mallocVolker Lendecke2008-01-091-6/+18
* Don't shrink a talloc area if we have less than 1k to gainVolker Lendecke2008-01-091-0/+5
* Only realloc the talloc stack if necessaryVolker Lendecke2008-01-081-7/+12
* Allocate dirp->name_cache on demand onlyVolker Lendecke2008-01-081-11/+10
* Move the DNS tsig update to using struct sockaddr_storageJeremy Allison2008-01-083-33/+47
* Pedantic cosmetics: rerun make idl.Günther Deschner2008-01-0812-3146/+3146
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij2008-01-0862-725/+1593
|\
| * Use ads_get_upn() in net_derive_salting_principal().Günther Deschner2008-01-081-15/+1
| * Fix define check s/WITH_LDAP/HAVE_LDAP/ in libnet_join.Günther Deschner2008-01-081-4/+4
| * Do not ignore provided machine_name in ads_get_upn().Günther Deschner2008-01-081-5/+5
| * Correctly talloc ctx->remote_path in libgpo (thanks Michael for the pointer).Günther Deschner2008-01-081-2/+2
| * Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam2008-01-085-10/+11
| * Correctly free buffers in netdomjoin-gui.Günther Deschner2008-01-081-1/+8
| * Make name_buffer in NetGetJoinInformation() talloced.Günther Deschner2008-01-081-2/+2
| * Add NetApiBufferFree() to libnetapi.Günther Deschner2008-01-082-0/+19
| * Fix crash bug when strequal is used too late in libnetapi_free.Günther Deschner2008-01-081-5/+8
| * When unjoining fails (e.g. missing creds) make sure we still correct config.Günther Deschner2008-01-081-0/+4
| * Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-087-14/+14
| * Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-087-13/+14
| * Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam2008-01-085-10/+11
| * Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-087-13/+14
| * Remove forgotton fd from solarisacl_sys_acl_get_fd().Michael Adam2008-01-081-3/+2
| * Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-0814-47/+48
| * Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-088-20/+20
| * Add comment.Michael Adam2008-01-081-0/+2