summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Vernooij65-769/+1637
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-08Add missing quote. Fix bug 5172. Thanks to Jason Filley <jason@snakelegs.org>...Karolin Seeger1-1/+1
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
2008-01-07Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam5-11/+13
2008-01-07Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam6-16/+16
2008-01-07Do not talloc_strdup filename and servicepathVolker Lendecke1-16/+8
2008-01-07make db_tdb_fetch use tdb_parse_recordVolker Lendecke1-13/+33
2008-01-07Change db_tdb_fetch_locked to use only one tallocVolker Lendecke1-35/+53
2008-01-07talloc_stackframe only needs 1 tallocVolker Lendecke1-11/+7
2008-01-07Trying to make the buildfarm w/o krb5 happy.Günther Deschner1-1/+1
2008-01-07There is no LDAP in some corners of this world. Fix the build...Günther Deschner1-4/+12
2008-01-07Finally use libnet_join_set_* functions in libnetjoin.Günther Deschner1-0/+30
2008-01-07Merge remaining post-AD-join functions from net into libnet_join.Günther Deschner2-1/+186
2008-01-07In libnetapi example, use libnetapi_get_error_string().Günther Deschner1-1/+6
2008-01-07In the local path of NetJoinDomain, try to get error string from libnetjoin.Günther Deschner1-0/+3
2008-01-07Add libnetapi_set_error_string and libnetapi_get_error_string.Günther Deschner2-4/+33
2008-01-07Add krb5 cc env to libnetapi_ctx.Günther Deschner1-0/+4
2008-01-07Let libnetapi use it's own krb5 cred cache in memory if necessary.Günther Deschner1-0/+33
2008-01-07Add libnet_join_find_machine_acct().Günther Deschner1-0/+46
2008-01-07Honor the WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag when unjoining from AD.Günther Deschner1-10/+56
2008-01-07Rearrange libnet join code and add support for account pre-creation in AD.Günther Deschner1-12/+100
2008-01-07Add ADS_STRUCTs to libnetjoin and -unjoin, with talloc destructors.Günther Deschner2-0/+140
2008-01-07Add error_string to libnetjoin and libnetunjoin structures incl. set functions.Günther Deschner2-0/+38
2008-01-07Rearrange order of libnet join context init.Günther Deschner1-3/+3
2008-01-07Free libnet_JoinCtx after joining.Günther Deschner1-1/+4
2008-01-07Close registry in libnetapi_free().Günther Deschner1-0/+1