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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
s3:winbind: Get rid of the winbind dc-connect child
Isaac Boukris
7
-403
/
+136
2021-07-14
s3:winbind: Remove trailing whitespaces in winbindd_dual.c
Andreas Schneider
1
-9
/
+9
2021-07-14
s3:winbind: Remove trailing whitespaces in winbindd_cm.c
Andreas Schneider
1
-22
/
+22
2021-07-14
s3:winbind: Remove trailing whitespaces in winbindd.c
Andreas Schneider
1
-2
/
+2
2021-07-14
s3-net: add "net offlinejoin" command
Günther Deschner
4
-0
/
+305
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: add NetRequestOfflineDomainJoin to IDL
Günther Deschner
1
-0
/
+15
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 NetProvisionComputerAccount() to IDL
Günther Deschner
1
-0
/
+23
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 offline domain join related error codes (not WERRORs)
Günther Deschner
1
-1
/
+12
2021-07-14
s3-libnetapi: add missing NetJoinFlags for netapi
Günther Deschner
2
-0
/
+14
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-libnet_join: always check config correctness while joining offline
Günther Deschner
1
-3
/
+9
2021-07-14
s3-libnet_join: check for netbios name correctness as well
Günther Deschner
1
-1
/
+11
2021-07-14
s3-libnet_join: set netbios name as well when modification is requested
Günther Deschner
1
-0
/
+7
2021-07-14
s3-libnet_join: use dsgetonedcname to validate given DC
Günther Deschner
1
-32
/
+43
2021-07-14
s3-dsgetdcname: add dsgetonedcname()
Günther Deschner
2
-0
/
+59
2021-07-14
s3-libnet_join: use joinprov3 struct in libnet_DomainOfflineJoin()
Günther Deschner
1
-1
/
+8
2021-07-14
s3-libnet_join: add support for libnet_DomainOfflineJoin
Günther Deschner
1
-1
/
+99
2021-07-14
s3-dsgetdcname: return dcinfo also when delivering from the cache.
Günther Deschner
1
-0
/
+1
2021-07-14
s3-dsgetdcname: the returned dcinfo unc should always be prefixed
Günther Deschner
1
-1
/
+6
2021-07-14
s3-libnet_join: add request_offline_join flag
Günther Deschner
1
-0
/
+1
2021-07-14
s3-libnet_join: fully implement libnet_odj_compose_OP_JOINPROV3_PART
Günther Deschner
1
-2
/
+12
2021-07-14
s3-librpc: add ODJ_PROVISION_DATA pointer to libnet_JoinCtx
Günther Deschner
2
-2
/
+3
2021-07-14
s3-libnet_join: return account rid in libnet_JoinCtx
Günther Deschner
3
-5
/
+13
2021-07-14
s3-libnet_join: add libnet_odj_find_joinprov3()
Günther Deschner
2
-0
/
+53
2021-07-14
s3-libnet_join: add libnet_odj_find_win7blob to libnet_offline_join
Günther Deschner
2
-0
/
+53
2021-07-14
s3-libnet_join: add some libnet_JoinCtx-to-ODJ helpers
Günther Deschner
3
-1
/
+347
2021-07-14
s3-libnet_join: return the allocated netr_DsRGetDCNameInfo struct
Günther Deschner
1
-0
/
+3
2021-07-14
s3-rpc_client: add copy_netr_DsRGetDCNameInfo() helper
Günther Deschner
2
-0
/
+63
2021-07-14
s3-libnet_join: let libnetjoin return a netr_DsRGetDCNameInfo
Günther Deschner
1
-2
/
+3
2021-07-14
s3-libnet_join: add new provision_computer_account_only flag
Günther Deschner
2
-3
/
+20
2021-07-14
s3: VFS: Update status of SMB_VFS_READ_DFS_PATHAT.
Jeremy Allison
2
-2
/
+2
2021-07-14
s3: smbd: In dfs_path_lookup(), use relative dirfsp, atname lookups in SMB_VF...
Jeremy Allison
1
-19
/
+40
2021-07-14
s3: smbd: In dfs_path_lookup(), use relative dirfsp, atname lookups in SMB_VF...
Jeremy Allison
1
-21
/
+36
2021-07-14
s3: smbd: In is_msdfs_link(), change to dirfsp, atname parameters.
Jeremy Allison
3
-9
/
+15
2021-07-14
s3: smbd: Add dirfsp, atname parameters to check_msdfs_link().
Jeremy Allison
1
-5
/
+7
2021-07-14
s3: smbd: Pass dirfsp, atname down to mode_fn() passed to smbd_dirptr_get_ent...
Jeremy Allison
3
-1
/
+15
2021-07-14
s3: smbd: In smbd_dirptr_get_entry(), postpone TALLOC_FREE(atname) as we're g...
Jeremy Allison
1
-1
/
+5
[next]