Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-07 | Remove redundant parameter fd from SMB_VFS_GETLOCK(). | Michael Adam | 5 | -11/+13 | |
Michael (This used to be commit ee5a20becdcdb20d7012732b324c6938fab44f67) | |||||
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE(). | Michael Adam | 6 | -16/+16 | |
Michael (This used to be commit 8880eb82f16d561a4023ec8426f8ea35c579a7a6) | |||||
2008-01-07 | Do not talloc_strdup filename and servicepath | Volker Lendecke | 1 | -16/+8 | |
(This used to be commit 66be770993acf4e1673e9615bcddb21768c33e62) | |||||
2008-01-07 | make db_tdb_fetch use tdb_parse_record | Volker Lendecke | 1 | -13/+33 | |
(This used to be commit 88d82d0623e71ae1ef4f8fdefba10e3a230ea526) | |||||
2008-01-07 | Change db_tdb_fetch_locked to use only one talloc | Volker Lendecke | 1 | -35/+53 | |
(This used to be commit 921c8657e2eeb71d5b9ae2675255a852b26cc30d) | |||||
2008-01-07 | talloc_stackframe only needs 1 talloc | Volker Lendecke | 1 | -11/+7 | |
(This used to be commit c0c2084d40b79e949dab7c68626aa665b9ea1a8e) | |||||
2008-01-07 | Trying to make the buildfarm w/o krb5 happy. | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit 079f2eba81886707ea4b18f103e097dbac994b2f) | |||||
2008-01-07 | There is no LDAP in some corners of this world. Fix the build... | Günther Deschner | 1 | -4/+12 | |
Guenther (This used to be commit 83ed37023c2be4c6b4d99d8117ac8438a413112c) | |||||
2008-01-07 | Finally use libnet_join_set_* functions in libnetjoin. | Günther Deschner | 1 | -0/+30 | |
Guenther (This used to be commit 1436670854ae635cfa2a69939d3ac31da87c3f66) | |||||
2008-01-07 | Merge remaining post-AD-join functions from net into libnet_join. | Günther Deschner | 2 | -1/+186 | |
Guenther (This used to be commit 3e816d7555218192881d79645fca26981a7099c7) | |||||
2008-01-07 | In libnetapi example, use libnetapi_get_error_string(). | Günther Deschner | 1 | -1/+6 | |
Guenther (This used to be commit b624db92d61809a44881abbdd09dfa3a74ff7a88) | |||||
2008-01-07 | In the local path of NetJoinDomain, try to get error string from libnetjoin. | Günther Deschner | 1 | -0/+3 | |
Guenther (This used to be commit 0f0f0e13022da584b77e850fec2cef6169e1ac28) | |||||
2008-01-07 | Add libnetapi_set_error_string and libnetapi_get_error_string. | Günther Deschner | 2 | -4/+33 | |
Guenther (This used to be commit f8806bad8134d544229c426f58bee143ba752cf8) | |||||
2008-01-07 | Add krb5 cc env to libnetapi_ctx. | Günther Deschner | 1 | -0/+4 | |
Guenther (This used to be commit df2b078fa1658bdbff1280f7fe0b062d9eabd60c) | |||||
2008-01-07 | Let libnetapi use it's own krb5 cred cache in memory if necessary. | Günther Deschner | 1 | -0/+33 | |
Guenther (This used to be commit 863fb30038e384585502f0154a742481594b99d0) | |||||
2008-01-07 | Add libnet_join_find_machine_acct(). | Günther Deschner | 1 | -0/+46 | |
Guenther (This used to be commit f550ed02ff9e0546c63064ab9dac760eac7e1e16) | |||||
2008-01-07 | Honor the WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag when unjoining from AD. | Günther Deschner | 1 | -10/+56 | |
Guenther (This used to be commit ed164b523e63c3ebf2c822a00a877ef169738a3a) | |||||
2008-01-07 | Rearrange libnet join code and add support for account pre-creation in AD. | Günther Deschner | 1 | -12/+100 | |
Guenther (This used to be commit 18ae8580420c37aa4b189eb5ce53cc65a9827d95) | |||||
2008-01-07 | Add ADS_STRUCTs to libnetjoin and -unjoin, with talloc destructors. | Günther Deschner | 2 | -0/+140 | |
Guenther (This used to be commit 985d45206990988894e05ea6fb0aacc7396a6db4) | |||||
2008-01-07 | Add error_string to libnetjoin and libnetunjoin structures incl. set functions. | Günther Deschner | 2 | -0/+38 | |
Guenther (This used to be commit 4f9985bb33aa5973e6b685a45039c8e227487db1) | |||||
2008-01-07 | Rearrange order of libnet join context init. | Günther Deschner | 1 | -3/+3 | |
Guenther (This used to be commit 89669c66f27fb47c9769d1058e29bff83f862752) | |||||
2008-01-07 | Free libnet_JoinCtx after joining. | Günther Deschner | 1 | -1/+4 | |
Guenther (This used to be commit 5abae9ef15fa9884c5c4a0e256274f70f6ecd779) | |||||
2008-01-07 | Close registry in libnetapi_free(). | Günther Deschner | 1 | -0/+1 | |
Guenther (This used to be commit e7258a4408e40686ff090d0f8e120ce78acbd097) | |||||
2008-01-07 | Add NET_API_STATUS_SUCCESS define. | Günther Deschner | 2 | -10/+14 | |
Guenther (This used to be commit a72ad63163a8c642ea762087a739e6d63c37647a) | |||||
2008-01-07 | Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK(). | Michael Adam | 6 | -11/+12 | |
Michael (This used to be commit 195c519377c2fdc655e25760b52bc0694b8dda81) | |||||
2008-01-07 | Fix wrong unused opaque macro for kernel_flock(). | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 5c01309a2b078f08c4f0caf802d81c9b3d53382f) | |||||
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LOCK(). | Michael Adam | 8 | -16/+17 | |
Michael (This used to be commit 4f3ab2c406072e0b43581057e7e785e8ad454cfa) | |||||
2008-01-07 | Fix the build: Fix caller of strict_allocate_ftruncate(). | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 20691272a1e2562ab8c6143978d324af0334f871) | |||||
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FTRUNCATE(). | Michael Adam | 12 | -26/+25 | |
Michael (This used to be commit 2ad66050a0452b8e7e08b1e7a01efa00c72fd451) | |||||
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHOWN(). | Michael Adam | 9 | -16/+17 | |
Michael (This used to be commit fbb193db3e0dc51cb000ae406a68bc547f31d9ab) | |||||
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHMOD(). | Michael Adam | 12 | -25/+26 | |
Michael (This used to be commit a54d5604da556d1250ca9948d4acc4a187a9fede) | |||||
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 20 | -41/+43 | |
Michael (This used to be commit 0b86c420be94d295f6917a220b5d699f65b46711) | |||||
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSYNC(). | Michael Adam | 8 | -15/+16 | |
Michael (This used to be commit 8f83c9a7b245dbfef28195f9a7f33047a8ba95a0) | |||||
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LSEEK(). | Michael Adam | 9 | -34/+35 | |
Michael (This used to be commit df929796f2698698d2875227bda8500589cca2df) | |||||
2008-01-07 | Remove redundant parameter fd from SMB_VFS_PWRITE(). | Michael Adam | 8 | -23/+23 | |
Michael (This used to be commit 8c4901a19ae2fd3ee085f9499f33aa7db016d182) | |||||
2008-01-07 | Fix build warning. | Günther Deschner | 1 | -16/+18 | |
Guenther (This used to be commit 73233a06d6f0f1346c48b465750af4b532cd7306) | |||||
2008-01-07 | Add free_local_machine_name(). | Günther Deschner | 2 | -0/+6 | |
Guenther (This used to be commit f3ebb4f96bb0364dae9924e798652e759b63bb52) | |||||
2008-01-07 | Fix two memleaks in libnetapi. | Günther Deschner | 1 | -1/+4 | |
Guenther (This used to be commit d73bde99e8518607bb78b5625ce5fb1991d8e402) | |||||
2008-01-07 | Add secrets_shutdown(). | Günther Deschner | 1 | -0/+13 | |
Guenther (This used to be commit dd3fbd93b6e5fe8b5e3a3727a64a38d5ae46fcbf) | |||||
2008-01-07 | In gfree_debugsyms() free the format_bufr as well. | Günther Deschner | 1 | -0/+2 | |
Guenther (This used to be commit 48f09ca376f9fc7923309f3466e5d72f7c21a56f) | |||||
2008-01-07 | Failure while unjoining a domain is non-critical. | Günther Deschner | 1 | -8/+2 | |
Just continue joining to the workgroup in that case. Guenther (This used to be commit bf9ce2a928e3136d3bfe368f75d5b99273c5b04f) | |||||
2008-01-07 | Only create machine account in libnetjoin when requested to. | Günther Deschner | 1 | -9/+13 | |
Guenther (This used to be commit bc025a3860483e8cdbd0f61579689c9edadd3af0) | |||||
2008-01-07 | Use the proper boolean constants. | Michael Adam | 1 | -93/+93 | |
Michael (This used to be commit 6f673b7f10c145d88e6a6d3072b5f8cd98837304) | |||||
2008-01-07 | Fix a comment. | Michael Adam | 1 | -1/+2 | |
Michael (This used to be commit 62d6d4fff2edcce04e793d2a2f877cb3f4fedbdb) | |||||
2008-01-07 | Make wcache_invalidate_cache() return bool, not int. | Michael Adam | 2 | -4/+4 | |
Michael (This used to be commit dba24ceae78ffc49200b647838b6bf3657275add) | |||||
2008-01-07 | Add some braces to if statement. | Michael Adam | 1 | -1/+2 | |
Michael (This used to be commit 66fc1db1d19d11792d9506b06ad914d88b7e0663) | |||||
2008-01-07 | Prevent winbindd from segfaulting due to corrupted cache tdb. | Andreas Schneider | 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. (This used to be commit d0c0f91fb9f3438a18c6f47ed894f525beb75cbf) | |||||
2008-01-07 | Adapt fset_nt_acl() and fget_nt_acl() in examples/VFS/ to vfs prototype change. | Michael Adam | 2 | -7/+7 | |
Michael (This used to be commit d9d6775878f8b3425665c6a45a5ef9cb92932cf8) | |||||
2008-01-07 | Remove unneeded parameter fd from SMB_VFS_PREAD(). | Michael Adam | 10 | -31/+30 | |
Michael (This used to be commit 73e28806ce87d829ea7c38ed3440020845bb13bf) | |||||
2008-01-06 | Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL(). | Michael Adam | 10 | -17/+14 | |
Michael (This used to be commit 4f2d139a186048f08180378a877b69d2f80ad51f) |