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
/
libcli
Commit message (
Expand
)
Author
Age
Files
Lines
*
doserr: add mapping for WERR_PRINT_PROCESSOR_ALREADY_INSTALLED.
Günther Deschner
2013-05-20
1
-0
/
+1
*
libcli: Add smb2_lease marshalling
Volker Lendecke
2013-04-30
3
-0
/
+94
*
libsmb: Move "struct smb2_lease" to common
Volker Lendecke
2013-04-30
3
-0
/
+45
*
libcli/smb: add SMB2_LEASE_FLAG_* defines
Stefan Metzmacher
2013-04-18
1
-0
/
+4
*
schannel_store.tdb: make it schannel_store.ntdb if 'use ntdb'.
Rusty Russell
2013-04-12
1
-1
/
+1
*
libcli/auth: convert to dbwrap.
Rusty Russell
2013-04-12
3
-39
/
+37
*
Add a comment about why we are removing the INHERITED bit so people understand.
Richard Sharpe
2013-04-02
1
-0
/
+9
*
Make sure that we only propogate the INHERITED flag when we are allowed to.
Richard Sharpe
2013-03-28
1
-1
/
+2
*
libcli/auth: avoid using transactions a chainlock is enough
Stefan Metzmacher
2013-03-28
1
-10
/
+26
*
libcli/smb: smb1cli_inbuf_parse_chain() and smb1cli_conn_dispatch_incoming() ...
Jeremy Allison
2013-03-20
1
-2
/
+2
*
libcli/smb: defer failing for missing NEGOTIATE_SECURITY_SIGNATURES_ENABLED
Stefan Metzmacher
2013-03-20
1
-0
/
+9
*
libcli/smb: add SMB_CAP_LEGACY_CLIENT_MASK define
Stefan Metzmacher
2013-03-20
1
-0
/
+10
*
Move python modules from source4/scripting/python/ to python/.
Jelmer Vernooij
2013-03-02
1
-1
/
+1
*
Fix bug #9674 - Samba denies owner Read Control when there is a DENY entry wh...
Richard Sharpe
2013-02-23
1
-3
/
+3
*
libcli/smb: make use of samba_tevent_context_init()
Stefan Metzmacher
2013-02-19
14
-15
/
+15
*
libcli/cldap: make use of samba_tevent_context_init()
Stefan Metzmacher
2013-02-19
1
-2
/
+2
*
Add new function smbXcli_session_copy(), to be used when creating compound SM...
Jeremy Allison
2013-01-30
2
-0
/
+29
*
libcli/security: calculate INHERIT_ONLY correcty for AUDIT and ALARM aces (bu...
Stefan Metzmacher
2013-01-27
1
-4
/
+16
*
libcli/auth: fix void function cannot return value error
Andrew Bartlett
2013-01-22
1
-2
/
+2
*
libcli-acl: add documentation
Matthieu Patou
2013-01-22
1
-1
/
+19
*
security: Add documentation
Matthieu Patou
2013-01-21
1
-0
/
+9
*
libcli-security: Add documentation for object_tree_modify_access
Matthieu Patou
2013-01-21
1
-2
/
+12
*
libcli/security: remove useless if (root->num_of_children > 0) statements
Andrew Bartlett
2013-01-21
1
-8
/
+4
*
libcli/security: add init_mask to existing children in insert_in_object_tree
Stefan Metzmacher
2013-01-21
1
-0
/
+1
*
libcli/security: handle node initialisation in one spot in insert_in_object_t...
Andrew Bartlett
2013-01-21
2
-38
/
+37
*
libcli/security: avoid usage of dom_sid_parse_talloc() in sec_access_check_ds()
Stefan Metzmacher
2013-01-21
1
-8
/
+4
*
libcli/security: simplify get_ace_object_type()
Stefan Metzmacher
2013-01-21
1
-8
/
+4
*
libcli/security: fix formating in access_check.c
Stefan Metzmacher
2013-01-21
1
-8
/
+12
*
libcli/security: fix whitespaces in access_check.c
Stefan Metzmacher
2013-01-21
1
-98
/
+100
*
libcli/security: don't look at the inherited type in get_ace_object_type()
Stefan Metzmacher
2013-01-17
1
-2
/
+0
*
smb2_ioctl: split ioctl handler code on device type
David Disseldorp
2013-01-16
1
-0
/
+2
*
libcli/security: Ensure to fill in remaining_access for the initial case (bug...
Andrew Bartlett
2013-01-15
1
-0
/
+1
*
libcli: Fix smb2cli_ioctl_send() if clause.
Andreas Schneider
2012-12-21
1
-1
/
+1
*
libcli: Check schannel state return value of tdb_transaction_commit().
Andreas Schneider
2012-12-21
1
-1
/
+5
*
libcli/auth: add netlogon_creds_encrypt_samlogon_validation().
Günther Deschner
2012-12-15
2
-6
/
+44
*
libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry...
Günther Deschner
2012-12-15
2
-6
/
+9
*
libcli/security: calculate the correct inherited_object GUID
Stefan Metzmacher
2012-12-11
1
-1
/
+7
*
libcli/security: implement object_in_list()
Stefan Metzmacher
2012-12-11
1
-2
/
+23
*
libcli/auth: support AES decryption in netlogon_creds_decrypt_samlogon().
Günther Deschner
2012-12-09
1
-0
/
+14
*
libcli/auth: remove trailing whitespace.
Günther Deschner
2012-12-09
1
-38
/
+38
*
libcli/auth: add netlogon_creds_aes_{en|de}crypt routines.
Günther Deschner
2012-12-09
2
-0
/
+30
*
libcli/security: remove duplicate aces in se_create_child_secdesc()
Stefan Metzmacher
2012-12-02
1
-0
/
+34
*
Fix Bug 9422 - large read requests cause server to issue malformed reply
Volker Lendecke
2012-11-30
1
-1
/
+1
*
libcli/smb: add smbXcli_session_set_disconnect_expired() (bug #9175)
Stefan Metzmacher
2012-11-01
2
-0
/
+35
*
libcli/smb: fix unitialized padding in smb2_create_blob_push_one() (bug #9209)
Stefan Metzmacher
2012-10-27
1
-1
/
+1
*
libcli/dns: Time out requests after a while
Kai Blin
2012-10-16
1
-0
/
+8
*
libcli/smb: add smb1cli_echo*
Stefan Metzmacher
2012-09-29
3
-0
/
+181
*
libcli/smb: add smb2cli_echo*
Stefan Metzmacher
2012-09-29
3
-0
/
+130
*
libcli/smb: use an explicit TALLOC_FREE(subreq) in smb2cli_*
Stefan Metzmacher
2012-09-29
9
-0
/
+9
*
Fix bug #9209 - Parse of invalid SMB2 create blob can cause smbd crash.
Jeremy Allison
2012-09-27
1
-3
/
+2
[next]