Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Finally use libnet_join_set_* functions in libnetjoin. | Günther Deschner | 2008-01-07 | 1 | -0/+30 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Merge remaining post-AD-join functions from net into libnet_join. | Günther Deschner | 2008-01-07 | 2 | -1/+186 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | In libnetapi example, use libnetapi_get_error_string(). | Günther Deschner | 2008-01-07 | 1 | -1/+6 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | In the local path of NetJoinDomain, try to get error string from libnetjoin. | Günther Deschner | 2008-01-07 | 1 | -0/+3 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Add libnetapi_set_error_string and libnetapi_get_error_string. | Günther Deschner | 2008-01-07 | 2 | -4/+33 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Add krb5 cc env to libnetapi_ctx. | Günther Deschner | 2008-01-07 | 1 | -0/+4 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Let libnetapi use it's own krb5 cred cache in memory if necessary. | Günther Deschner | 2008-01-07 | 1 | -0/+33 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Add libnet_join_find_machine_acct(). | Günther Deschner | 2008-01-07 | 1 | -0/+46 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Honor the WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag when unjoining from AD. | Günther Deschner | 2008-01-07 | 1 | -10/+56 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Rearrange libnet join code and add support for account pre-creation in AD. | Günther Deschner | 2008-01-07 | 1 | -12/+100 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Add ADS_STRUCTs to libnetjoin and -unjoin, with talloc destructors. | Günther Deschner | 2008-01-07 | 2 | -0/+140 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Add error_string to libnetjoin and libnetunjoin structures incl. set functions. | Günther Deschner | 2008-01-07 | 2 | -0/+38 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Rearrange order of libnet join context init. | Günther Deschner | 2008-01-07 | 1 | -3/+3 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Free libnet_JoinCtx after joining. | Günther Deschner | 2008-01-07 | 1 | -1/+4 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Close registry in libnetapi_free(). | Günther Deschner | 2008-01-07 | 1 | -0/+1 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Add NET_API_STATUS_SUCCESS define. | Günther Deschner | 2008-01-07 | 2 | -10/+14 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK(). | Michael Adam | 2008-01-07 | 6 | -11/+12 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Fix wrong unused opaque macro for kernel_flock(). | Michael Adam | 2008-01-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_LOCK(). | Michael Adam | 2008-01-07 | 8 | -16/+17 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Fix the build: Fix caller of strict_allocate_ftruncate(). | Michael Adam | 2008-01-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_FTRUNCATE(). | Michael Adam | 2008-01-07 | 12 | -26/+25 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_FCHOWN(). | Michael Adam | 2008-01-07 | 9 | -16/+17 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_FCHMOD(). | Michael Adam | 2008-01-07 | 12 | -25/+26 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 2008-01-07 | 20 | -41/+43 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_FSYNC(). | Michael Adam | 2008-01-07 | 8 | -15/+16 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_LSEEK(). | Michael Adam | 2008-01-07 | 9 | -34/+35 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove redundant parameter fd from SMB_VFS_PWRITE(). | Michael Adam | 2008-01-07 | 8 | -23/+23 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Fix build warning. | Günther Deschner | 2008-01-07 | 1 | -16/+18 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Add free_local_machine_name(). | Günther Deschner | 2008-01-07 | 2 | -0/+6 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Fix two memleaks in libnetapi. | Günther Deschner | 2008-01-07 | 1 | -1/+4 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Add secrets_shutdown(). | Günther Deschner | 2008-01-07 | 1 | -0/+13 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | In gfree_debugsyms() free the format_bufr as well. | Günther Deschner | 2008-01-07 | 1 | -0/+2 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Failure while unjoining a domain is non-critical. | Günther Deschner | 2008-01-07 | 1 | -8/+2 | |
| | | | | | | | | | | | | | | | | | | Just continue joining to the workgroup in that case. Guenther | |||||
| * | | Only create machine account in libnetjoin when requested to. | Günther Deschner | 2008-01-07 | 1 | -9/+13 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Use the proper boolean constants. | Michael Adam | 2008-01-07 | 1 | -93/+93 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Fix a comment. | Michael Adam | 2008-01-07 | 1 | -1/+2 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Make wcache_invalidate_cache() return bool, not int. | Michael Adam | 2008-01-07 | 2 | -4/+4 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Add some braces to if statement. | Michael Adam | 2008-01-07 | 1 | -1/+2 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Prevent winbindd from segfaulting due to corrupted cache tdb. | Andreas Schneider | 2008-01-07 | 2 | -4/+36 | |
| | | | | | | | | | | | | | | | If we try to flush the caches and due to a corrupted tdb we and have no tdb context close the tdb and validate it. Initialize the cache afterwards again. | |||||
| * | | Adapt fset_nt_acl() and fget_nt_acl() in examples/VFS/ to vfs prototype change. | Michael Adam | 2008-01-07 | 2 | -7/+7 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove unneeded parameter fd from SMB_VFS_PREAD(). | Michael Adam | 2008-01-07 | 10 | -31/+30 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL(). | Michael Adam | 2008-01-06 | 10 | -17/+14 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Wrap lines for readability. | Michael Adam | 2008-01-06 | 1 | -2/+10 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL(). | Michael Adam | 2008-01-06 | 10 | -16/+16 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Remove vlp.o in make clean. | Michael Adam | 2008-01-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | Steve French | 2008-01-05 | 65 | -704/+1286 | |
| |\ \ | ||||||
| * | | | Update mount.cifs help | Steve French | 2008-01-03 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | Steve | |||||
* | | | | Review feedback from metze. | Jelmer Vernooij | 2008-01-06 | 1 | -3/+2 | |
| | | | | ||||||
* | | | | Use metze's approach. | Jelmer Vernooij | 2008-01-06 | 2 | -6/+5 | |
| | | | | ||||||
* | | | | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Jelmer Vernooij | 2008-01-05 | 140 | -2294/+5385 | |
|\ \ \ \ | | |/ / | |/| | |