Age | Commit message (Expand) | Author | Files | Lines |
2008-01-08 | Use ads_get_upn() in net_derive_salting_principal(). | Günther Deschner | 1 | -15/+1 |
2008-01-08 | Fix define check s/WITH_LDAP/HAVE_LDAP/ in libnet_join. | Günther Deschner | 1 | -4/+4 |
2008-01-08 | Do not ignore provided machine_name in ads_get_upn(). | Günther Deschner | 1 | -5/+5 |
2008-01-08 | Add missing quote. Fix bug 5172. Thanks to Jason Filley <jason@snakelegs.org>... | Karolin Seeger | 1 | -1/+1 |
2008-01-08 | Correctly talloc ctx->remote_path in libgpo (thanks Michael for the pointer). | Günther Deschner | 1 | -2/+2 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_AIO_CANCEL(). | Michael Adam | 5 | -10/+11 |
2008-01-08 | Correctly free buffers in netdomjoin-gui. | Günther Deschner | 1 | -1/+8 |
2008-01-08 | Make name_buffer in NetGetJoinInformation() talloced. | Günther Deschner | 1 | -2/+2 |
2008-01-08 | Add NetApiBufferFree() to libnetapi. | Günther Deschner | 2 | -0/+19 |
2008-01-08 | Fix crash bug when strequal is used too late in libnetapi_free. | Günther Deschner | 1 | -5/+8 |
2008-01-08 | When unjoining fails (e.g. missing creds) make sure we still correct config. | Günther Deschner | 1 | -0/+4 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FSETXATTR(). | Michael Adam | 7 | -14/+14 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR(). | Michael Adam | 7 | -13/+14 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FLISTXATTR(). | Michael Adam | 5 | -10/+11 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FGETXATTR(). | Michael Adam | 7 | -13/+14 |
2008-01-08 | Remove forgotton fd from solarisacl_sys_acl_get_fd(). | Michael Adam | 1 | -3/+2 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD(). | Michael Adam | 14 | -47/+48 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL(). | Michael Adam | 8 | -20/+20 |
2008-01-08 | Add comment. | Michael Adam | 1 | -0/+2 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD(). | Michael Adam | 14 | -49/+41 |
2008-01-07 | Refactor our DsGetDcName call a bit (before it will move into libnetapi). | Günther Deschner | 1 | -16/+101 |
2008-01-07 | Enable talloc reporting in libnetapi if DEVELOPER compiled. | Günther Deschner | 1 | -0/+3 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_GETLOCK(). | Michael Adam | 5 | -11/+13 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE(). | Michael Adam | 6 | -16/+16 |
2008-01-07 | Do not talloc_strdup filename and servicepath | Volker Lendecke | 1 | -16/+8 |
2008-01-07 | make db_tdb_fetch use tdb_parse_record | Volker Lendecke | 1 | -13/+33 |
2008-01-07 | Change db_tdb_fetch_locked to use only one talloc | Volker Lendecke | 1 | -35/+53 |
2008-01-07 | talloc_stackframe only needs 1 talloc | Volker Lendecke | 1 | -11/+7 |
2008-01-07 | Trying to make the buildfarm w/o krb5 happy. | Günther Deschner | 1 | -1/+1 |
2008-01-07 | There is no LDAP in some corners of this world. Fix the build... | Günther Deschner | 1 | -4/+12 |
2008-01-07 | Finally use libnet_join_set_* functions in libnetjoin. | Günther Deschner | 1 | -0/+30 |
2008-01-07 | Merge remaining post-AD-join functions from net into libnet_join. | Günther Deschner | 2 | -1/+186 |
2008-01-07 | In libnetapi example, use libnetapi_get_error_string(). | Günther Deschner | 1 | -1/+6 |
2008-01-07 | In the local path of NetJoinDomain, try to get error string from libnetjoin. | Günther Deschner | 1 | -0/+3 |
2008-01-07 | Add libnetapi_set_error_string and libnetapi_get_error_string. | Günther Deschner | 2 | -4/+33 |
2008-01-07 | Add krb5 cc env to libnetapi_ctx. | Günther Deschner | 1 | -0/+4 |
2008-01-07 | Let libnetapi use it's own krb5 cred cache in memory if necessary. | Günther Deschner | 1 | -0/+33 |
2008-01-07 | Add libnet_join_find_machine_acct(). | Günther Deschner | 1 | -0/+46 |
2008-01-07 | Honor the WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag when unjoining from AD. | Günther Deschner | 1 | -10/+56 |
2008-01-07 | Rearrange libnet join code and add support for account pre-creation in AD. | Günther Deschner | 1 | -12/+100 |
2008-01-07 | Add ADS_STRUCTs to libnetjoin and -unjoin, with talloc destructors. | Günther Deschner | 2 | -0/+140 |
2008-01-07 | Add error_string to libnetjoin and libnetunjoin structures incl. set functions. | Günther Deschner | 2 | -0/+38 |
2008-01-07 | Rearrange order of libnet join context init. | Günther Deschner | 1 | -3/+3 |
2008-01-07 | Free libnet_JoinCtx after joining. | Günther Deschner | 1 | -1/+4 |
2008-01-07 | Close registry in libnetapi_free(). | Günther Deschner | 1 | -0/+1 |
2008-01-07 | Add NET_API_STATUS_SUCCESS define. | Günther Deschner | 2 | -10/+14 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK(). | Michael Adam | 6 | -11/+12 |
2008-01-07 | Fix wrong unused opaque macro for kernel_flock(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LOCK(). | Michael Adam | 8 | -16/+17 |
2008-01-07 | Fix the build: Fix caller of strict_allocate_ftruncate(). | Michael Adam | 1 | -1/+1 |