summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-10doc: Update documentation of pam_winbind krb5 support.Andreas Schneider1-9/+17
2013-09-10s3-winbind: Add support for the kernel krb5 keyring buffer.Andreas Schneider1-0/+4
2013-09-10s3-winbind: Don't set a default directory for DIR.Andreas Schneider1-4/+0
2013-09-10ldb: Do not build libldb-cmdline when using system ldb.Jeroen Dekkers3-6/+5
2013-09-09gencache: Avoid a duplicate call to string_term_tdb_dataVolker Lendecke1-4/+2
2013-09-08tevent: Use talloc_pooled_object for tevent_req_createVolker Lendecke1-1/+4
2013-09-08smbd: Use talloc_pooled_object in cp_smb_filenameVolker Lendecke1-16/+32
2013-09-08talloc: Test the pooled objectVolker Lendecke1-0/+36
2013-09-08talloc: Add talloc_pooled_objectVolker Lendecke5-1/+174
2013-09-08talloc: Allow nested pools.Volker Lendecke3-24/+52
2013-09-08talloc: Add a separate pool sizeVolker Lendecke1-12/+23
2013-09-08talloc: Put pool-specific data before the chunkVolker Lendecke1-79/+125
2013-09-08talloc: Introduce __talloc_with_prefixVolker Lendecke1-10/+22
2013-09-08talloc: Decouple the dual use of chunk->poolVolker Lendecke1-25/+23
2013-09-06s3: include/smb : changing smb server versionShekhar Amlekar1-2/+7
2013-09-06smbd: Slightly simplify enum_file_close_fnVolker Lendecke1-2/+1
2013-09-06smbd: Slightly simplify do_break_to_noneVolker Lendecke1-2/+1
2013-09-06smbd: Slightly simplify send_break_messageVolker Lendecke1-2/+1
2013-09-06smbd: Remove a silly "? true : false"Volker Lendecke1-1/+1
2013-09-06smbd: Apply some const to message_to_share_mode_entryVolker Lendecke2-2/+2
2013-09-06lib: Apply some const to pull_file_id_24Volker Lendecke2-2/+2
2013-09-06smbd: Fix a const warningVolker Lendecke1-1/+1
2013-09-06smbd: Remove two confusing TALLOC_FREE callsVolker Lendecke1-2/+0
2013-09-06smbd: Remove unused should_notify_deferred_opensVolker Lendecke2-11/+0
2013-09-06smbd: Apply some const to find_share_mode_entryVolker Lendecke1-2/+2
2013-09-06smbd: Apply some const to share_modes_identicalVolker Lendecke1-2/+2
2013-09-06smbd: Simplify find_share_mode_entryVolker Lendecke1-2/+5
2013-09-06smbd: Remove FORCE_OPLOCK_BREAK_TO_NONEVolker Lendecke5-19/+9
2013-09-05torture: Adapt raw.oplock to w2k12Volker Lendecke1-6/+18
2013-09-05torture: Add a new w2k12 targetVolker Lendecke2-0/+3
2013-09-05smbd: Fix breaking level2 on allocateVolker Lendecke2-7/+7
2013-09-05lib: Use "mem_ctx" arg in gencache_getVolker Lendecke10-44/+48
2013-09-05Add a talloc context to sitename_fetch().Jeremy Allison8-45/+35
2013-09-05Add a talloc context to saf_fetch().Jeremy Allison4-13/+15
2013-09-05lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke14-23/+26
2013-09-05gencache: Fix SAFE_FREE vs data_blob_freeVolker Lendecke1-2/+2
2013-09-05torture3: Test getting a blob as a stringVolker Lendecke1-0/+15
2013-09-05lib: Add "mem_ctx" to gencache_get_data_blobVolker Lendecke5-9/+16
2013-09-05torture3: Fix a const warningVolker Lendecke1-1/+1
2013-09-04smbd: Add a paranoia check to oplock_timeout_handlerVolker Lendecke1-0/+2
2013-09-04smbd: Fix an ancient oplock bugVolker Lendecke1-0/+2
2013-09-04torture: Ensure that GSSAPI and SPNEGO packets are accepted by dlz_bind9Andrew Bartlett3-1/+80
2013-09-04selftest: Add a basic test of samba_upgradednsAndrew Bartlett2-0/+38
2013-09-04selftest: Start internal DNS server on domain provisioned for BIND9_DLZAndrew Bartlett1-1/+1
2013-09-04selftest: Test creation of the dns-SERVER account during selftestAndrew Bartlett1-1/+1
2013-09-04scripting/samba_upgradedns: Tighten up exception and attribute list handlingAndrew Bartlett1-9/+10
2013-09-04scripting/join.py: Handle creating the dns-NAME account during a DC joinAndrew Bartlett4-9/+88
2013-09-04Optimization. Don't do the retry logic if sitename_fetch() returned NULL, we ...Jeremy Allison1-1/+5
2013-09-04Move the retry logic when site_name is passed in a NULL or "" to the wrapper ...Jeremy Allison1-4/+21
2013-09-04Move the manipulation of site_name into the caller function dsgetdcname().Jeremy Allison1-15/+19