index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Correctly free buffers in netdomjoin-gui.
Günther Deschner
2008-01-08
1
-1
/
+8
|
*
Make name_buffer in NetGetJoinInformation() talloced.
Günther Deschner
2008-01-08
1
-2
/
+2
|
*
Add NetApiBufferFree() to libnetapi.
Günther Deschner
2008-01-08
2
-0
/
+19
|
*
Fix crash bug when strequal is used too late in libnetapi_free.
Günther Deschner
2008-01-08
1
-5
/
+8
|
*
When unjoining fails (e.g. missing creds) make sure we still correct config.
Günther Deschner
2008-01-08
1
-0
/
+4
|
*
Remove redundant parameter fd from SMB_VFS_FSETXATTR().
Michael Adam
2008-01-08
7
-14
/
+14
|
*
Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().
Michael Adam
2008-01-08
7
-13
/
+14
|
*
Remove redundant parameter fd from SMB_VFS_FLISTXATTR().
Michael Adam
2008-01-08
5
-10
/
+11
|
*
Remove redundant parameter fd from SMB_VFS_FGETXATTR().
Michael Adam
2008-01-08
7
-13
/
+14
|
*
Remove forgotton fd from solarisacl_sys_acl_get_fd().
Michael Adam
2008-01-08
1
-3
/
+2
|
*
Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().
Michael Adam
2008-01-08
14
-47
/
+48
|
*
Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().
Michael Adam
2008-01-08
8
-20
/
+20
|
*
Add comment.
Michael Adam
2008-01-08
1
-0
/
+2
|
*
Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().
Michael Adam
2008-01-07
14
-49
/
+41
|
*
Refactor our DsGetDcName call a bit (before it will move into libnetapi).
Günther Deschner
2008-01-07
1
-16
/
+101
|
*
Enable talloc reporting in libnetapi if DEVELOPER compiled.
Günther Deschner
2008-01-07
1
-0
/
+3
|
*
Remove redundant parameter fd from SMB_VFS_GETLOCK().
Michael Adam
2008-01-07
5
-11
/
+13
|
*
Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().
Michael Adam
2008-01-07
6
-16
/
+16
|
*
Do not talloc_strdup filename and servicepath
Volker Lendecke
2008-01-07
1
-16
/
+8
|
*
make db_tdb_fetch use tdb_parse_record
Volker Lendecke
2008-01-07
1
-13
/
+33
|
*
Change db_tdb_fetch_locked to use only one talloc
Volker Lendecke
2008-01-07
1
-35
/
+53
|
*
talloc_stackframe only needs 1 talloc
Volker Lendecke
2008-01-07
1
-11
/
+7
|
*
Trying to make the buildfarm w/o krb5 happy.
Günther Deschner
2008-01-07
1
-1
/
+1
|
*
There is no LDAP in some corners of this world. Fix the build...
Günther Deschner
2008-01-07
1
-4
/
+12
|
*
Finally use libnet_join_set_* functions in libnetjoin.
Günther Deschner
2008-01-07
1
-0
/
+30
|
*
Merge remaining post-AD-join functions from net into libnet_join.
Günther Deschner
2008-01-07
2
-1
/
+186
|
*
In libnetapi example, use libnetapi_get_error_string().
Günther Deschner
2008-01-07
1
-1
/
+6
|
*
In the local path of NetJoinDomain, try to get error string from libnetjoin.
Günther Deschner
2008-01-07
1
-0
/
+3
|
*
Add libnetapi_set_error_string and libnetapi_get_error_string.
Günther Deschner
2008-01-07
2
-4
/
+33
|
*
Add krb5 cc env to libnetapi_ctx.
Günther Deschner
2008-01-07
1
-0
/
+4
|
*
Let libnetapi use it's own krb5 cred cache in memory if necessary.
Günther Deschner
2008-01-07
1
-0
/
+33
|
*
Add libnet_join_find_machine_acct().
Günther Deschner
2008-01-07
1
-0
/
+46
|
*
Honor the WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag when unjoining from AD.
Günther Deschner
2008-01-07
1
-10
/
+56
|
*
Rearrange libnet join code and add support for account pre-creation in AD.
Günther Deschner
2008-01-07
1
-12
/
+100
|
*
Add ADS_STRUCTs to libnetjoin and -unjoin, with talloc destructors.
Günther Deschner
2008-01-07
2
-0
/
+140
|
*
Add error_string to libnetjoin and libnetunjoin structures incl. set functions.
Günther Deschner
2008-01-07
2
-0
/
+38
|
*
Rearrange order of libnet join context init.
Günther Deschner
2008-01-07
1
-3
/
+3
|
*
Free libnet_JoinCtx after joining.
Günther Deschner
2008-01-07
1
-1
/
+4
|
*
Close registry in libnetapi_free().
Günther Deschner
2008-01-07
1
-0
/
+1
|
*
Add NET_API_STATUS_SUCCESS define.
Günther Deschner
2008-01-07
2
-10
/
+14
|
*
Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().
Michael Adam
2008-01-07
6
-11
/
+12
|
*
Fix wrong unused opaque macro for kernel_flock().
Michael Adam
2008-01-07
1
-1
/
+1
|
*
Remove redundant parameter fd from SMB_VFS_LOCK().
Michael Adam
2008-01-07
6
-12
/
+13
|
*
Fix the build: Fix caller of strict_allocate_ftruncate().
Michael Adam
2008-01-07
1
-1
/
+1
|
*
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
Michael Adam
2008-01-07
10
-22
/
+21
|
*
Remove redundant parameter fd from SMB_VFS_FCHOWN().
Michael Adam
2008-01-07
7
-12
/
+13
|
*
Remove redundant parameter fd from SMB_VFS_FCHMOD().
Michael Adam
2008-01-07
10
-21
/
+22
|
*
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
2008-01-07
18
-37
/
+39
|
*
Remove redundant parameter fd from SMB_VFS_FSYNC().
Michael Adam
2008-01-07
6
-11
/
+12
|
*
Remove redundant parameter fd from SMB_VFS_LSEEK().
Michael Adam
2008-01-07
7
-30
/
+31
[prev]
[next]