summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tdb: Fix some typos in comments.Björn Jacke2013-09-122-5/+5
* docs: Fix typos.Karolin Seeger2013-09-121-3/+3
* smbd: Properly protect against invalid lock dataVolker Lendecke2013-09-121-0/+6
* Fix is_legal_name() to not emit character conversion error messages.Jeremy Allison2013-09-111-12/+8
* selftest: change to src dir for panic backtraceDavid Disseldorp2013-09-121-1/+1
* dsdb: When using an LDAP backend, force use of the password from secrets.ldbAndrew Bartlett2013-09-111-0/+99
* smbd: Convert br_lck->lock_data to tallocVolker Lendecke2013-09-111-26/+29
* smbd: Move "struct byte_range_lock" definition to brlock.cVolker Lendecke2013-09-112-9/+11
* smbd: Add brl_fsp access functionVolker Lendecke2013-09-114-6/+15
* smbd: Add brl_num_locks access functionVolker Lendecke2013-09-114-2/+9
* smbd: Use ZERO_STRUCT instead of memsetVolker Lendecke2013-09-111-1/+1
* smbd: Fix a typoVolker Lendecke2013-09-111-1/+1
* smbd: Make brl_lock_failed staticVolker Lendecke2013-09-112-2/+3
* smbd: Make brl_same_context staticVolker Lendecke2013-09-112-3/+1
* smbd: Fix blank line endingsVolker Lendecke2013-09-113-31/+31
* Raise the level of a debug.Korobkin2013-09-111-1/+1
* docs: document "acl allow execute always"Michael Adam2013-09-111-0/+26
* s3:smbd: ease file server upgrades from 3.6 and earlier with "acl allow execu...Michael Adam2013-09-101-1/+15
* loadparm: add new parameter "acl allow execute always"Michael Adam2013-09-104-0/+13
* s3:smb2_find: Return that timestamps do not exist as directoriesChristof Schmitt2013-09-103-3/+16
* lib: serverid.h needs "struct db_record" declarationVolker Lendecke2013-09-101-0/+1
* s3: rpc_server/srvsvc: use find_sessions() in NetSessDelShekhar Amlekar2013-09-101-17/+14
* s3:smbd/session: Added a routine find_sessions()Shekhar Amlekar2013-09-102-0/+30
* s3:smbd/session: add filters to gather_sessioninfo()Shekhar Amlekar2013-09-101-0/+19
* doc: Update documentation of pam_winbind krb5 support.Andreas Schneider2013-09-101-9/+17
* 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
* ldb: Do not build libldb-cmdline when using system ldb.Jeroen Dekkers2013-09-103-6/+5
* gencache: Avoid a duplicate call to string_term_tdb_dataVolker Lendecke2013-09-091-4/+2
* tevent: Use talloc_pooled_object for tevent_req_createVolker Lendecke2013-09-081-1/+4
* smbd: Use talloc_pooled_object in cp_smb_filenameVolker Lendecke2013-09-081-16/+32
* talloc: Test the pooled objecttalloc-2.1.0Volker Lendecke2013-09-081-0/+36
* talloc: Add talloc_pooled_objectVolker Lendecke2013-09-085-1/+174
* talloc: Allow nested pools.Volker Lendecke2013-09-083-24/+52
* talloc: Add a separate pool sizeVolker Lendecke2013-09-081-12/+23
* talloc: Put pool-specific data before the chunkVolker Lendecke2013-09-081-79/+125
* talloc: Introduce __talloc_with_prefixVolker Lendecke2013-09-081-10/+22
* talloc: Decouple the dual use of chunk->poolVolker Lendecke2013-09-081-25/+23
* 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