index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-12
auth-krb: Nove oid packet check to gensec_util.
Simo Sorce
2
-43
/
+3
2012-04-12
s4-auth-krb: Remove dependency on credentials too.
Simo Sorce
2
-11
/
+5
2012-04-12
s4-auth-krb: Remove unneded dependency on kerberos_util.
Simo Sorce
4
-41
/
+55
2012-04-12
s4-auth-krb: Simplify salt_princ handling.
Simo Sorce
6
-296
/
+250
2012-04-12
s4-auth-krb: Move function to db-glue.c and make it static.
Simo Sorce
3
-20
/
+21
2012-04-12
s4-auth-krb: Move keytab functions in a separate file.
Simo Sorce
6
-708
/
+751
2012-04-12
s4-auth-krb: Streamline and cleanup code to make it readable.
Simo Sorce
1
-190
/
+256
2012-04-12
s4-auth-krb: streamline and rename enctype functions
Simo Sorce
1
-11
/
+12
2012-04-12
s4-auth-krb: Make kerberos_enctype_bitmap_to_enctype static.
Simo Sorce
2
-3
/
+1
2012-04-12
s4-auth-krb: Make kerberos_enctype_bitmap_to_enctypes static.
Simo Sorce
1
-1
/
+7
2012-04-12
s4-auth-krb: Move function into more appropriate header.
Simo Sorce
1
-0
/
+8
2012-04-12
s4-auth-krb: Make impersonate_principal_from_credentials static.
Simo Sorce
1
-0
/
+1
2012-04-12
gensec_gssapi: keep private header file close to the actual code
Simo Sorce
2
-1
/
+70
2012-04-12
krb5_wrap: remove duplicate declaration and dead ifdef
Simo Sorce
1
-4
/
+0
2012-04-12
s4-ldb: use KRB5_KEY macros to access key elements.
Günther Deschner
1
-8
/
+8
2012-04-11
s4-smb2: Fix a talloc crash bug.
Andreas Schneider
1
-2
/
+2
2012-04-11
s4:dsdb/samdb/ldb_modules/schema.c - move "get_last_structural_class()" into ...
Matthias Dieter Wallnöfer
6
-83
/
+46
2012-04-11
s4:dsdb/samdb/ldb_modules/schema.c - inline "get_oc_guid_from_message()" to i...
Matthias Dieter Wallnöfer
2
-18
/
+23
2012-04-11
s4:dsdb - introduce a only constant-time "get_last_structural_class()" call
Matthias Dieter Wallnöfer
3
-37
/
+18
2012-04-11
s4:dsdb/samdb/ldb_modules/schema.c - inline "acl_check_access_on_class" to it...
Matthias Dieter Wallnöfer
2
-46
/
+47
2012-04-11
s4:dsdb - move "objectclass_sort()" out from the objectclass LDB module into ...
Matthias Dieter Wallnöfer
2
-217
/
+200
2012-04-11
s4:acl LDB module - remove set but unused variables
Matthias Dieter Wallnöfer
1
-5
/
+0
2012-04-11
s4:objectclass LDB module - remove unneeded build dependencies
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-11
s4:schema/schema_query.c - fix a comment
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-11
s4:schema/schema_init.c - better use "ldb_attr_cmp" instead of "strcasecmp"
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-11
s4:dsdb/pydsdb.c - fix indentation
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-10
ldb: Detect failures in ldb.base again
Andrew Bartlett
1
-2
/
+1
2012-04-03
s4:librpc/rpc: also parse ncacn_packet pdus with LIBNDR_FLAG_OBJECT_PRESENT
Stefan Metzmacher
1
-0
/
+4
2012-04-03
s4:librpc/rpc: don't mix up paylod ndr flags with the dcerpc layer
Stefan Metzmacher
1
-1
/
+1
2012-04-03
build: Remove checks for krb5_decode_ap_req, free_AP_REQ and KRB5_TICKET_HAS_...
Andrew Bartlett
1
-2
/
+0
2012-04-03
s4:ldap_server: fix typo in DEBUG() message
Stefan Metzmacher
1
-1
/
+1
2012-04-03
s4-ntvfs: Rename xattr_tdb.c to posix_eadb.c and make more generally useful
Andrew Bartlett
5
-38
/
+100
2012-04-02
s4:smb_server/smb2: add missing 'return;' statements in smb2srv_chain_reply()
Stefan Metzmacher
1
-0
/
+3
2012-04-02
s4:smb_server/smb2: after smbsrv_terminate_connection() we have to return
Stefan Metzmacher
1
-1
/
+0
2012-04-02
s4:smb_server/smb2: fix memory leak in smb2srv_chain_reply()
Stefan Metzmacher
1
-0
/
+2
2012-04-02
s4:smb_server/smb2: use helper variable smb2srv_chain_reply()
Stefan Metzmacher
1
-6
/
+7
2012-04-02
s4:smb_server/smb: remove a request from the list before adding the next one ...
Stefan Metzmacher
1
-0
/
+1
2012-04-02
s4-upgradedns: Fix the fqdn for forest dns zone
Amitay Isaacs
1
-1
/
+1
2012-04-02
Fix some of the issues that Jelmer identified in my first patch. This might be
Richard Sharpe
1
-16
/
+12
2012-04-01
Add an open and close method to samba.smb.SMB so we can open and close files.
Richard Sharpe
1
-10
/
+86
2012-03-30
s4 dns: Allow updating PTR records.
Kai Blin
1
-0
/
+4
2012-03-28
s4-upgradedns: Make sure the attribute exists before accessing it
Amitay Isaacs
1
-4
/
+8
2012-03-27
s4 dns: Only do recursive queries when allowed/desired
Kai Blin
1
-7
/
+26
2012-03-27
s4 dns: Check smb.conf if we should allow recursion
Kai Blin
1
-2
/
+3
2012-03-27
s4 dns: Allow changing the dns operation flags in handlers
Kai Blin
4
-5
/
+23
2012-03-27
s4 dns: Only forward for zones we don't own
Kai Blin
3
-2
/
+33
2012-03-27
s4 dns: Forward questions we can't answer to another server
Kai Blin
2
-7
/
+80
2012-03-26
wafsamba: Cope with slight differences in gdb output regarding incomplete seq...
Jelmer Vernooij
1
-1
/
+1
2012-03-26
s4-dsdb: use constant-time search for descriptor -> get_last_structural_class()
Andrew Bartlett
2
-2
/
+4
2012-03-26
Fix the PyDoc comments in samba.smb.SMB and add a security_info argument to b...
Richard Sharpe
1
-8
/
+23
[next]