summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-01-09Re-run make idl to get even nicer pidl generated server code.Günther Deschner12-10260/+10992
2008-01-09Correct comment. Default debug level of smbclient is 1, not 0.Karolin Seeger1-1/+1
2008-01-09Attempt to fix the compile of source/utils/net_dns.cVolker Lendecke1-5/+7
2008-01-09Re-run make idl. The pidl generated code now fully complies to coding standards.Günther Deschner24-1830/+7842
2008-01-09Fix memory handling in torture/cmd_vfs.c:cmd_open and don't leak fsp_name.Michael Adam1-0/+13
2008-01-09Reduce stat cache size defaultVolker Lendecke1-1/+1
2008-01-09Replace an uninitialized variableVolker Lendecke1-0/+2
2008-01-09Add libnet_join_derive_salting_principal().Günther Deschner1-0/+55
2008-01-09ensure uni_name.buffer is initialisedVolker Lendecke1-0/+2
2008-01-08Fix CID 461 - resource leak on error.Jeremy Allison1-0/+4
2008-01-08Fix CID 460 - resource leak on error.Jeremy Allison1-0/+1
2008-01-08Fix resource leak found by coverity (CID 521).Jeremy Allison1-0/+4
2008-01-09Change registry_create_admin_token() to return NTSTATUS.Michael Adam3-10/+18
2008-01-09Move content of comment.Michael Adam1-4/+4
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam15-138/+203
2008-01-09Fix prototype: Add a void to an empty function parameter list.Michael Adam1-1/+1
2008-01-09Don't leak data.dptr on error path.Michael Adam1-3/+5
2008-01-09Extend a comment.Michael Adam1-1/+3
2008-01-09Add a comment.Michael Adam1-0/+1
2008-01-09Fix talloctort: move size check after referenced ptr check.Michael Adam1-5/+5
2008-01-08Simplify... plus add a debug message.Jeremy Allison1-5/+5
2008-01-08Correctly identify enc/non-enc packets.Jeremy Allison1-3/+5
2008-01-09Save one popular mallocVolker Lendecke1-6/+18
2008-01-09Don't shrink a talloc area if we have less than 1k to gainVolker Lendecke1-0/+5
2008-01-08Only realloc the talloc stack if necessaryVolker Lendecke1-7/+12
2008-01-08Allocate dirp->name_cache on demand onlyVolker Lendecke1-11/+10
2008-01-08Move the DNS tsig update to using struct sockaddr_storageJeremy Allison3-33/+47
2008-01-08Pedantic cosmetics: rerun make idl.Günther Deschner12-3146/+3146
2008-01-08Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij62-725/+1593
2008-01-08Use ads_get_upn() in net_derive_salting_principal().Günther Deschner1-15/+1
2008-01-08Fix define check s/WITH_LDAP/HAVE_LDAP/ in libnet_join.Günther Deschner1-4/+4
2008-01-08Do not ignore provided machine_name in ads_get_upn().Günther Deschner1-5/+5
2008-01-08Correctly talloc ctx->remote_path in libgpo (thanks Michael for the pointer).Günther Deschner1-2/+2
2008-01-08Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam5-10/+11
2008-01-08Correctly free buffers in netdomjoin-gui.Günther Deschner1-1/+8
2008-01-08Make name_buffer in NetGetJoinInformation() talloced.Günther Deschner1-2/+2
2008-01-08Add NetApiBufferFree() to libnetapi.Günther Deschner2-0/+19
2008-01-08Fix crash bug when strequal is used too late in libnetapi_free.Günther Deschner1-5/+8
2008-01-08When unjoining fails (e.g. missing creds) make sure we still correct config.Günther Deschner1-0/+4
2008-01-08Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam7-14/+14
2008-01-08Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam7-13/+14
2008-01-08Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam5-10/+11
2008-01-08Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam7-13/+14
2008-01-08Remove forgotton fd from solarisacl_sys_acl_get_fd().Michael Adam1-3/+2
2008-01-08Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam14-47/+48
2008-01-08Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam8-20/+20
2008-01-08Add comment.Michael Adam1-0/+2
2008-01-07Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam14-49/+41
2008-01-07Refactor our DsGetDcName call a bit (before it will move into libnetapi).Günther Deschner1-16/+101
2008-01-07Enable talloc reporting in libnetapi if DEVELOPER compiled.Günther Deschner1-0/+3