summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4-libnet: split export_keytab in a separate python module to avoid pulling i...Alexander Bokovoy2012-04-128-48/+165
* srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce2012-04-122-17/+12
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-125-0/+5
* auth-krb: Make functions static.Simo Sorce2012-04-121-0/+71
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-122-43/+3
* s4-auth-krb: Remove dependency on credentials too.Simo Sorce2012-04-122-11/+5
* s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce2012-04-124-41/+55
* s4-auth-krb: Simplify salt_princ handling.Simo Sorce2012-04-126-296/+250
* s4-auth-krb: Move function to db-glue.c and make it static.Simo Sorce2012-04-123-20/+21
* s4-auth-krb: Move keytab functions in a separate file.Simo Sorce2012-04-126-708/+751
* s4-auth-krb: Streamline and cleanup code to make it readable.Simo Sorce2012-04-121-190/+256
* s4-auth-krb: streamline and rename enctype functionsSimo Sorce2012-04-121-11/+12
* s4-auth-krb: Make kerberos_enctype_bitmap_to_enctype static.Simo Sorce2012-04-122-3/+1
* s4-auth-krb: Make kerberos_enctype_bitmap_to_enctypes static.Simo Sorce2012-04-121-1/+7
* s4-auth-krb: Move function into more appropriate header.Simo Sorce2012-04-121-0/+8
* s4-auth-krb: Make impersonate_principal_from_credentials static.Simo Sorce2012-04-121-0/+1
* gensec_gssapi: keep private header file close to the actual codeSimo Sorce2012-04-122-1/+70
* krb5_wrap: remove duplicate declaration and dead ifdefSimo Sorce2012-04-121-4/+0
* s4-ldb: use KRB5_KEY macros to access key elements.Günther Deschner2012-04-121-8/+8
* s4-smb2: Fix a talloc crash bug.Andreas Schneider2012-04-111-2/+2
* s4:dsdb/samdb/ldb_modules/schema.c - move "get_last_structural_class()" into ...Matthias Dieter Wallnöfer2012-04-116-83/+46
* s4:dsdb/samdb/ldb_modules/schema.c - inline "get_oc_guid_from_message()" to i...Matthias Dieter Wallnöfer2012-04-112-18/+23
* s4:dsdb - introduce a only constant-time "get_last_structural_class()" callMatthias Dieter Wallnöfer2012-04-113-37/+18
* s4:dsdb/samdb/ldb_modules/schema.c - inline "acl_check_access_on_class" to it...Matthias Dieter Wallnöfer2012-04-112-46/+47
* s4:dsdb - move "objectclass_sort()" out from the objectclass LDB module into ...Matthias Dieter Wallnöfer2012-04-112-217/+200
* s4:acl LDB module - remove set but unused variablesMatthias Dieter Wallnöfer2012-04-111-5/+0
* s4:objectclass LDB module - remove unneeded build dependenciesMatthias Dieter Wallnöfer2012-04-111-1/+1
* s4:schema/schema_query.c - fix a commentMatthias Dieter Wallnöfer2012-04-111-1/+1
* s4:schema/schema_init.c - better use "ldb_attr_cmp" instead of "strcasecmp"Matthias Dieter Wallnöfer2012-04-111-1/+1
* s4:dsdb/pydsdb.c - fix indentationMatthias Dieter Wallnöfer2012-04-111-1/+1
* ldb: Detect failures in ldb.base againAndrew Bartlett2012-04-101-2/+1
* s4:librpc/rpc: also parse ncacn_packet pdus with LIBNDR_FLAG_OBJECT_PRESENTStefan Metzmacher2012-04-031-0/+4
* s4:librpc/rpc: don't mix up paylod ndr flags with the dcerpc layerStefan Metzmacher2012-04-031-1/+1
* build: Remove checks for krb5_decode_ap_req, free_AP_REQ and KRB5_TICKET_HAS_...Andrew Bartlett2012-04-031-2/+0
* s4:ldap_server: fix typo in DEBUG() messageStefan Metzmacher2012-04-031-1/+1
* s4-ntvfs: Rename xattr_tdb.c to posix_eadb.c and make more generally usefulAndrew Bartlett2012-04-035-38/+100
* s4:smb_server/smb2: add missing 'return;' statements in smb2srv_chain_reply()Stefan Metzmacher2012-04-021-0/+3
* s4:smb_server/smb2: after smbsrv_terminate_connection() we have to returnStefan Metzmacher2012-04-021-1/+0
* s4:smb_server/smb2: fix memory leak in smb2srv_chain_reply()Stefan Metzmacher2012-04-021-0/+2
* s4:smb_server/smb2: use helper variable smb2srv_chain_reply()Stefan Metzmacher2012-04-021-6/+7
* s4:smb_server/smb: remove a request from the list before adding the next one ...Stefan Metzmacher2012-04-021-0/+1
* s4-upgradedns: Fix the fqdn for forest dns zoneAmitay Isaacs2012-04-021-1/+1
* Fix some of the issues that Jelmer identified in my first patch. This might beRichard Sharpe2012-04-021-16/+12
* Add an open and close method to samba.smb.SMB so we can open and close files.Richard Sharpe2012-04-011-10/+86
* s4 dns: Allow updating PTR records.Kai Blin2012-03-301-0/+4
* s4-upgradedns: Make sure the attribute exists before accessing itAmitay Isaacs2012-03-281-4/+8
* s4 dns: Only do recursive queries when allowed/desiredKai Blin2012-03-271-7/+26
* s4 dns: Check smb.conf if we should allow recursionKai Blin2012-03-271-2/+3
* s4 dns: Allow changing the dns operation flags in handlersKai Blin2012-03-274-5/+23
* s4 dns: Only forward for zones we don't ownKai Blin2012-03-273-2/+33