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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
profiling: Fix a typo
Volker Lendecke
2014-10-03
1
-1
/
+1
*
profiling: Make "struct profile_header" static
Volker Lendecke
2014-10-03
1
-7
/
+0
*
s3:messaging: explain why the messaging_send*() functions need a tevent-loop.
Michael Adam
2014-09-30
1
-0
/
+10
*
s3: Move init_lsa_ref_domain_list to lib
Christof Schmitt
2014-09-29
1
-0
/
+25
*
s3:passdb: add pdb_get_trust_credentials()
Stefan Metzmacher
2014-09-27
1
-0
/
+5
*
s3:messaging: add fds-array to messaging_send_iov()
Michael Adam
2014-09-24
1
-1
/
+2
*
s3:messaging: add fds-array to message-backend send function
Michael Adam
2014-09-24
1
-0
/
+1
*
lib: Move tdb lock timeout fns to source3
Volker Lendecke
2014-09-18
1
-0
/
+19
*
s3: smbd: Change the function signature of srvstr_push() from returning a len...
Jeremy Allison
2014-09-16
1
-0
/
+1
*
brlock: Do auto-cleanup at conflict time
Volker Lendecke
2014-08-23
1
-1
/
+0
*
Fix AFP_BackupTime byte order and use ISO C99 integer types
Ralph Boehme
2014-08-18
1
-5
/
+5
*
messaging3: Include messages_dgm.h only in messages.c
Volker Lendecke
2014-08-12
1
-1
/
+0
*
messaging3: Add messages_dgm.h
Volker Lendecke
2014-08-11
1
-23
/
+1
*
messaging3: Pass dir_owner to messaging_dgm_init()
Volker Lendecke
2014-08-11
1
-0
/
+1
*
messaging3: Pass cache_dir to messaging_dgm_init()
Volker Lendecke
2014-08-11
1
-0
/
+1
*
messaging3: Directly refer to messaging_dgm in messages.c
Volker Lendecke
2014-08-11
1
-7
/
+9
*
messaging3: Add messaging_cleanup
Volker Lendecke
2014-08-11
1
-0
/
+2
*
messaging_dgm: Remove unused "messaging_context"
Volker Lendecke
2014-08-11
1
-2
/
+1
*
messaging3: Explicitly pass server_id to messaging_dgm_init
Volker Lendecke
2014-08-11
1
-0
/
+1
*
messaging3: Explicitly pass tevent_context to messaging_dgm_init
Volker Lendecke
2014-08-11
1
-0
/
+1
*
messaging_dgm: Receive through a cb function
Volker Lendecke
2014-08-11
1
-1
/
+8
*
vfs3: Pass "lease" through SMB_VFS_CREATE_FILE
Volker Lendecke
2014-08-11
2
-5
/
+10
*
ctdbd_conn: Remove ctdb_packet
Volker Lendecke
2014-08-06
1
-85
/
+0
*
s3:smbd: remember smbXsrv_connection for each smb_request
Stefan Metzmacher
2014-08-06
1
-0
/
+1
*
lib: Remove unused serverid_register_msg_flags()
Volker Lendecke
2014-07-31
1
-6
/
+0
*
param: remove lp_get_parameter
Garming Sam
2014-07-31
1
-1
/
+0
*
param: remove unused service_ok function
Garming Sam
2014-07-31
1
-1
/
+0
*
s3: remove stat_ex.vfs_private completely
Michael Adam
2014-07-24
1
-8
/
+0
*
lib/util: move memcache.[ch] to the toplevel 'samba-util' library
Stefan Metzmacher
2014-07-18
1
-111
/
+0
*
s3:lib/memcache: only include the required header files
Stefan Metzmacher
2014-07-18
1
-2
/
+0
*
smbd: Remove unused blocking_lock_record* from VFS_BRL_CANCEL_WINDOWS
Volker Lendecke
2014-07-04
2
-8
/
+6
*
smbd: Remove unused blocking_lock_record* from VFS_BRL_LOCK_WINDOWS
Volker Lendecke
2014-07-04
2
-8
/
+6
*
secrets: Ensure we store the secureChannelType when written to secrets.ldb
Andrew Bartlett
2014-07-04
1
-0
/
+1
*
messaging3: Make messaging_dgm_init return 0/errno
Volker Lendecke
2014-06-18
1
-3
/
+3
*
messaging3: Make messaging_dgm_wipe return 0/errno
Volker Lendecke
2014-06-18
1
-1
/
+1
*
messaging3: Make messaging_dgm_cleanup return 0/errno
Volker Lendecke
2014-06-18
1
-1
/
+1
*
messaging3: Make the _send function return 0/errno
Volker Lendecke
2014-06-18
1
-4
/
+4
*
passdb: Allow a passdb module to do idmap for everything
Andrew Bartlett
2014-06-16
1
-1
/
+4
*
vfs: update a bit-rotten comment
Michael Adam
2014-06-13
1
-5
/
+6
*
auth: Provide a way to use the auth stack for winbindd authentication
Andrew Bartlett
2014-06-11
1
-1
/
+4
*
s3:lib/afs move afs_settoken.c to common lib dir
Christian Ambach
2014-06-04
1
-5
/
+0
*
s3:lib/afs move afs.c to common lib dir
Christian Ambach
2014-06-04
1
-6
/
+0
*
s3-param: Add lp_dnsdomain() for use by winbindd
Andrew Bartlett
2014-06-04
1
-0
/
+1
*
messaging3: Make messaging_context private
Volker Lendecke
2014-05-31
1
-21
/
+0
*
messaging3: Add and use messaging_tevent_context()
Volker Lendecke
2014-05-31
1
-0
/
+2
*
messaging3: Introduce messaging_local_backend()
Volker Lendecke
2014-05-31
1
-0
/
+2
*
messaging3: The backend send_fn doesn't need a messaging_context
Volker Lendecke
2014-05-31
1
-1
/
+1
*
s3:messaging: change messaging_backend to use iovec instead of data blob in s...
Michael Adam
2014-05-30
1
-1
/
+1
*
Add protocol version to smbstatus output
Mathias Dietz
2014-05-22
1
-0
/
+1
*
auth: Allow auth_samba4 to be forced to run a specific auth module
Andrew Bartlett
2014-05-16
1
-2
/
+7
[prev]
[next]