index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
s3-libnetapi: add djoin tool
Günther Deschner
2
-0
/
+167
2021-07-14
s3-libnetapi: implement NetRequestOfflineDomainJoin_l
Günther Deschner
1
-1
/
+113
2021-07-14
s3-libnetapi: add NetRequestOfflineDomainJoin example code
Günther Deschner
2
-0
/
+98
2021-07-14
s3-libnetapi: add NetRequestOfflineDomainJoin to api
Günther Deschner
1
-0
/
+24
2021-07-14
s3-libnetapi: add NetRequestOfflineDomainJoin() boilerplate.
Günther Deschner
3
-0
/
+73
2021-07-14
s3-libnetapi: implement NetProvisionComputerAccount_l
Günther Deschner
1
-2
/
+181
2021-07-14
s3-libnetapi: add NetProvisionComputerAccount example code
Günther Deschner
2
-0
/
+123
2021-07-14
s3-libnetapi: add NetProvisionComputerAccount to api.
Günther Deschner
1
-0
/
+36
2021-07-14
s3-libnetapi: add NetProvisionComputerAccount() boilerplate
Günther Deschner
3
-0
/
+88
2021-07-14
s3-libnetapi: add netapi_save_file_ucs2() to example code
Günther Deschner
2
-0
/
+59
2021-07-14
s3-libnetapi: add netapi_read_file helper
Günther Deschner
2
-0
/
+90
2021-07-14
s3-libnetapi: add missing NetJoinFlags for netapi
Günther Deschner
1
-0
/
+7
2021-07-14
s3-libnetapi: add libnetapi_set_logfile()
Günther Deschner
3
-0
/
+28
2021-07-14
s3-libnetapi: add libnetapi_get_use_kerberos()
Günther Deschner
2
-0
/
+24
2021-07-14
re-run make libnetapi ....
Günther Deschner
2
-15
/
+119
2021-07-14
s3: lib: Add sys_fstatat() wrapper.
Jeremy Allison
1
-0
/
+26
2021-07-08
libcli: Move map_errno_from_nt_status from s3 lib to common libcli
Samuel Cabrero
1
-138
/
+0
2021-07-08
s3:lib: Map ECANCELED to NT_STATUS_CANCELLED
Samuel Cabrero
1
-0
/
+3
2021-07-04
s3: lib: adouble.c: In ad_read_meta() we can now guarantee a valid fsp.
Jeremy Allison
1
-19
/
+9
2021-07-04
s3: lib: In ad_read_meta(), allow use of SMB_VFS_FGETXATTR() as well as SMB_V...
Jeremy Allison
1
-5
/
+20
2021-07-01
s3:lib: add samba_path_matching_regex_sub1_create()
Stefan Metzmacher
2
-0
/
+113
2021-07-01
s3:lib: add a new samba_path_matching* infrastructure
Stefan Metzmacher
2
-0
/
+318
2021-06-29
s3:libnetapi: Check return code of cli_credentials_guess()
Andreas Schneider
1
-1
/
+2
2021-06-25
s3: lib: adouble: Remove ad_set() - Dead code. Not used anywhere.
Jeremy Allison
2
-42
/
+0
2021-06-25
s3: lib: adouble: Protect ad_read_meta() from accidently using a NULL fsp.
Jeremy Allison
1
-4
/
+6
2021-06-22
s3: lib: In adouble_path(), if the parent directory name is ".", don't prepen...
Jeremy Allison
1
-1
/
+6
2021-06-09
s3: lib: sysacls: Remove all implementations of sys_acl_set_file().
Jeremy Allison
1
-46
/
+0
2021-06-09
s3: lib: sysacls: Add the 'SMB_ACL_TYPE_T type' parameter to sys_acl_set_fd().
Jeremy Allison
1
-9
/
+19
2021-06-09
s3: lib: sysacls: Remove sys_acl_get_file(). No longer used.
Jeremy Allison
1
-46
/
+0
2021-06-09
VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type param
Noel Power
1
-1
/
+1
2021-06-09
VFS: SMB_VFS_SYS_ACL_GET_FD: Add SMB_ACL_TYPE_T type arg
Noel Power
1
-7
/
+18
2021-06-04
dbwrap_ctdb: Remove "tryonly" from fetch_locked_internal()
Volker Lendecke
1
-12
/
+3
2021-06-04
dbwrap: Remove "db_context->try_fetch_locked()" fn pointer
Volker Lendecke
1
-19
/
+0
2021-06-02
s3: smbd: Remove parent_smb_fname(), no longer used.
Jeremy Allison
1
-63
/
+0
2021-06-02
s3: lib: Fix talloc heirarcy error in parent_smb_fname().
Jeremy Allison
1
-1
/
+1
2021-05-28
s3:lib: Remove util_cmdline
Andreas Schneider
1
-500
/
+0
2021-05-28
s3:lib: Remove popt_samba3
Andreas Schneider
2
-629
/
+0
2021-05-20
s3:lib: Migrate smbconftort to new cmdline option parser
Andreas Schneider
1
-10
/
+18
2021-05-18
s3: lib: Fix the solaris build. Commit 8d0ea8bafa00 added SMB_ACL_TYPE_T type...
Jeremy Allison
1
-1
/
+4
2021-05-18
s3: smbd: Remove all references to utility and backend functions supporting s...
Jeremy Allison
1
-36
/
+0
2021-05-18
s3: lib: sysacls: Add sys_acl_delete_def_fd().
Jeremy Allison
1
-1
/
+33
2021-05-12
s3: lib: If we're reporting getaddrinfo fail, print the name we were looking ...
Richard Sharpe
1
-2
/
+3
2021-05-11
lib: Add parent_watch_fd()
Volker Lendecke
1
-0
/
+19
2021-05-11
s3/lib: adouble: vfs_streaminfo -> vfs_fstreaminfo
Noel Power
1
-3
/
+1
2021-04-28
auth:creds: Add obtained arg to cli_credentials_set_gensec_features()
Andreas Schneider
2
-2
/
+6
2021-04-28
auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()
Andreas Schneider
3
-4
/
+11
2021-04-22
s3:smbd: Remove NIS support
Andreas Schneider
1
-164
/
+0
2021-04-22
s3:lib: Remove NIS support from substitute
Andreas Schneider
1
-122
/
+11
2021-04-19
lib: Replace a call to TALLOC_ZERO()
Volker Lendecke
1
-1
/
+1
2021-04-07
lib: adouble: Use FREMOVEXATTR in preference to REMOVEXATTR.
Jeremy Allison
1
-2
/
+1
[next]