summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3-winbind: Add support for the kernel krb5 keyring buffer.Andreas Schneider2013-09-101-0/+4
* s3-winbind: Don't set a default directory for DIR.Andreas Schneider2013-09-101-4/+0
* gencache: Avoid a duplicate call to string_term_tdb_dataVolker Lendecke2013-09-091-4/+2
* smbd: Use talloc_pooled_object in cp_smb_filenameVolker Lendecke2013-09-081-16/+32
* s3: include/smb : changing smb server versionShekhar Amlekar2013-09-061-2/+7
* smbd: Slightly simplify enum_file_close_fnVolker Lendecke2013-09-061-2/+1
* smbd: Slightly simplify do_break_to_noneVolker Lendecke2013-09-061-2/+1
* smbd: Slightly simplify send_break_messageVolker Lendecke2013-09-061-2/+1
* smbd: Remove a silly "? true : false"Volker Lendecke2013-09-061-1/+1
* smbd: Apply some const to message_to_share_mode_entryVolker Lendecke2013-09-062-2/+2
* lib: Apply some const to pull_file_id_24Volker Lendecke2013-09-062-2/+2
* smbd: Fix a const warningVolker Lendecke2013-09-061-1/+1
* smbd: Remove two confusing TALLOC_FREE callsVolker Lendecke2013-09-061-2/+0
* smbd: Remove unused should_notify_deferred_opensVolker Lendecke2013-09-062-11/+0
* smbd: Apply some const to find_share_mode_entryVolker Lendecke2013-09-061-2/+2
* smbd: Apply some const to share_modes_identicalVolker Lendecke2013-09-061-2/+2
* smbd: Simplify find_share_mode_entryVolker Lendecke2013-09-061-2/+5
* smbd: Remove FORCE_OPLOCK_BREAK_TO_NONEVolker Lendecke2013-09-064-19/+6
* smbd: Fix breaking level2 on allocateVolker Lendecke2013-09-051-6/+7
* lib: Use "mem_ctx" arg in gencache_getVolker Lendecke2013-09-0510-44/+48
* Add a talloc context to sitename_fetch().Jeremy Allison2013-09-058-45/+35
* Add a talloc context to saf_fetch().Jeremy Allison2013-09-054-13/+15
* lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke2013-09-0514-23/+26
* gencache: Fix SAFE_FREE vs data_blob_freeVolker Lendecke2013-09-051-2/+2
* torture3: Test getting a blob as a stringVolker Lendecke2013-09-051-0/+15
* lib: Add "mem_ctx" to gencache_get_data_blobVolker Lendecke2013-09-055-9/+16
* torture3: Fix a const warningVolker Lendecke2013-09-051-1/+1
* smbd: Add a paranoia check to oplock_timeout_handlerVolker Lendecke2013-09-041-0/+2
* smbd: Fix an ancient oplock bugVolker Lendecke2013-09-041-0/+2
* Optimization. Don't do the retry logic if sitename_fetch() returned NULL, we ...Jeremy Allison2013-09-041-1/+5
* Move the retry logic when site_name is passed in a NULL or "" to the wrapper ...Jeremy Allison2013-09-041-4/+21
* Move the manipulation of site_name into the caller function dsgetdcname().Jeremy Allison2013-09-041-15/+19
* Refactor dsgetdcname to be called via a wrapper function.Jeremy Allison2013-09-041-5/+26
* dsgetdcname_cache_fetch() doesn't use the site_name parameter so don't pass it.Jeremy Allison2013-09-041-2/+1
* torture3: Trigger a nasty cleanup bug in smbdVolker Lendecke2013-09-034-0/+73
* smbd: Fix flawed share_mode_stale_pid APIVolker Lendecke2013-09-033-9/+56
* smbd: Rename parameter "i" to "idx"Volker Lendecke2013-09-032-7/+7
* smbd: Don't store in-memory only flags in locking.tdbVolker Lendecke2013-09-031-2/+2
* smbd: Simplify find_oplock_typesVolker Lendecke2013-09-031-9/+10
* vfs_glusterfs: Fix excessive debug output from vfs_gluster_open().Christopher R. Hertel2013-08-301-3/+0
* s3:winbind: fail ads_cached_connection_connect() if realm == NULLMichael Adam2013-08-291-0/+4
* s3-winbindd: remove unneded include of secrets.h from idmap_ad.cGünther Deschner2013-08-291-1/+0
* s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.Günther Deschner2013-08-291-7/+4
* s3-winbindd: make sure also the idmap code can deal with trusted domains.Günther Deschner2013-08-291-9/+31
* s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...Günther Deschner2013-08-291-2/+2
* s3-winbindd: Fix winbind on DC crash with trusted AD domains.Günther Deschner2013-08-291-1/+1
* s3-winbindd: Fix memory leak in ads_cached_connection().Günther Deschner2013-08-291-1/+1
* s3-winbindd: remove pointless variable assigment, see the strdup below.Günther Deschner2013-08-291-1/+0
* smbd: Correctly return INFO_LENGTH_MISMATCH for smb1Volker Lendecke2013-08-281-0/+4
* smbd: Fix error return for STREAM_INFOVolker Lendecke2013-08-281-0/+4