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
...
*
lib: Fix a comment
Volker Lendecke
2014-12-30
1
-3
/
+1
*
lib: Use iov_advance in write_data_iov
Volker Lendecke
2014-12-30
1
-16
/
+6
*
lib: Add iov_advance
Volker Lendecke
2014-12-30
2
-0
/
+35
*
lib: iov_buf does not need talloc.h anymore
Volker Lendecke
2014-12-30
1
-1
/
+0
*
lib: Use talloc_memdup in messaging_rec_dup
Volker Lendecke
2014-12-28
1
-2
/
+1
*
Fix a comment to indicate that TALLOC_FREE must be used to free an allocated ...
Richard Sharpe
2014-12-26
1
-1
/
+1
*
winbind: Retry LogonControl RPC in ping-dc after session expiration
Christof Schmitt
2014-12-23
1
-0
/
+10
*
spoolss: clear PrinterInfo on GetPrinter error
David Disseldorp
2014-12-19
1
-7
/
+12
*
spoolss: clear info on GetPrinterDriverDirectory error
David Disseldorp
2014-12-19
1
-0
/
+1
*
spoolss: clear info on GetPrintProcessorDirectory error
David Disseldorp
2014-12-19
1
-4
/
+9
*
spoolss: clear FormInfo on GetForm error
David Disseldorp
2014-12-19
1
-0
/
+1
*
spoolss: clear DriverInfo on GetPrinterDriver2 error
David Disseldorp
2014-12-19
1
-5
/
+11
*
spoolss: clear JobInfo on GetJob error
David Disseldorp
2014-12-19
1
-10
/
+18
*
s3:pdb_samba_dsdb: use SEC_CHAN_DNS_DOMAIN in pdb_samba_dsdb_get_trusteddom_c...
Stefan Metzmacher
2014-12-19
1
-6
/
+33
*
s3:pdb_samba_dsdb: add pdb_samba_dsdb_get_trusteddom_creds
Stefan Metzmacher
2014-12-19
1
-1
/
+225
*
s3:winbindd: make use of cli_rpc_pipe_open_schannel_with_creds()
Stefan Metzmacher
2014-12-19
1
-17
/
+40
*
s3:winbindd: make use of rpccli_{create,setup}_netlogon_creds_with_creds()
Stefan Metzmacher
2014-12-19
1
-23
/
+9
*
s3:winbindd: we only need a an netlogon connection to a rwdc if we're a rodc ...
Stefan Metzmacher
2014-12-19
1
-2
/
+2
*
s3:winbindd: make sure we try to use NCACN_IP_TCP in cm_connect_netlogon
Stefan Metzmacher
2014-12-19
1
-0
/
+5
*
s3:rpc_client: add cli_rpc_pipe_open_schannel_with_creds() helper function
Stefan Metzmacher
2014-12-19
2
-0
/
+93
*
s3:cli_netlogon: add rpccli_{create,setup}_netlogon_creds_with_creds() helper...
Stefan Metzmacher
2014-12-19
2
-0
/
+65
*
s3:winbindd: use find_domain_from_name_noinit() in winbindd_ping_dc_send()
Stefan Metzmacher
2014-12-19
1
-1
/
+1
*
s3:winbindd: report our own name for PING_DC and internal domains
Stefan Metzmacher
2014-12-19
1
-0
/
+22
*
nsswitch: fix soname of linux nss_*.so.2 modules
Stefan Metzmacher
2014-12-19
1
-7
/
+0
*
vfs_fruit: Avoid double ()
Volker Lendecke
2014-12-18
1
-1
/
+1
*
vfs_fruit: Avoid double initialization
Volker Lendecke
2014-12-18
1
-1
/
+0
*
s3-libsmb: Remove obsolete support for dns_host_file.
Andreas Schneider
2014-12-18
1
-27
/
+0
*
addns: Remove support for dns_host_file.
Andreas Schneider
2014-12-18
5
-45
/
+64
*
nmblookup: Return if the lookup was successful or not.
Andreas Schneider
2014-12-18
1
-7
/
+18
*
s3:winbindd: try to use the trust account with kerberos if possible
Stefan Metzmacher
2014-12-18
1
-7
/
+19
*
s3:winbindd: fix anon fallback in cm_prepare_connection()
Stefan Metzmacher
2014-12-18
1
-18
/
+1
*
s3:winbindd: also try to fallback to anonymous if we get NT_STATUS_INVALID_AC...
Stefan Metzmacher
2014-12-18
1
-0
/
+1
*
s3:libsmb: let cli_session_setup_kerberos_recv() return a useful error code
Stefan Metzmacher
2014-12-18
1
-6
/
+22
*
s3:passdb: let pdb_get_trust_credentials() try pdb_get_trusteddom_creds() first
Stefan Metzmacher
2014-12-18
1
-21
/
+44
*
s3:passdb: add optional get_trusteddom_creds() hooks
Stefan Metzmacher
2014-12-18
4
-1
/
+339
*
pdb: fix build issues with shared modules
Garming Sam
2014-12-18
1
-0
/
+1
*
s3:locking: fix uninitialiazed variable in brl_get_locks_readonly_parser()
Stefan Metzmacher
2014-12-18
1
-0
/
+1
*
vfs/glusterfs: Change xattr key to match gluster key.
raghavendra talur
2014-12-17
1
-1
/
+1
*
vfs_glusterfs: Implement AIO support
Poornima G
2014-12-17
2
-12
/
+243
*
vfs_glusterfs: Change sys_get_acl_file/fd to return ACLs corresponding to mod...
Poornima G
2014-12-17
1
-0
/
+59
*
s3:lib: fix allocation check in messages_ctdbd.c
Stefan Metzmacher
2014-12-17
1
-1
/
+1
*
notify: Move path construction to notify_trigger
Volker Lendecke
2014-12-16
3
-15
/
+20
*
lib: Add ctdbd_messaging_send to ctdb_dummy.c
Volker Lendecke
2014-12-16
1
-0
/
+7
*
messaging3: Add messaging_handler_send/recv
Volker Lendecke
2014-12-16
2
-0
/
+89
*
messaging3: Add messaging_send_iov_from
Volker Lendecke
2014-12-16
2
-10
/
+25
*
messaging3: Add messaging_names_db
Volker Lendecke
2014-12-16
3
-0
/
+21
*
smbstatus: Tell the user that smbstatus can only be run as root.
Andreas Schneider
2014-12-16
1
-0
/
+7
*
s3:smb2_server: allow reauthentication without signing
Stefan Metzmacher
2014-12-12
2
-5
/
+4
*
libsmb: Simplify netsamlogon_cache_get
Volker Lendecke
2014-12-12
1
-2
/
+2
*
libsmb: Only print decoded netsamlogon cache entries
Volker Lendecke
2014-12-12
1
-4
/
+4
[prev]
[next]