summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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 objectVolker 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
* smbd: Simplify find_share_mode_entryVolker Lendecke2013-09-061-2/+5
* smbd: Remove FORCE_OPLOCK_BREAK_TO_NONEVolker Lendecke2013-09-065-19/+9
* torture: Adapt raw.oplock to w2k12Volker Lendecke2013-09-051-6/+18
* torture: Add a new w2k12 targetVolker Lendecke2013-09-052-0/+3
* smbd: Fix breaking level2 on allocateVolker Lendecke2013-09-052-7/+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
* torture: Ensure that GSSAPI and SPNEGO packets are accepted by dlz_bind9Andrew Bartlett2013-09-043-1/+80
* selftest: Add a basic test of samba_upgradednsAndrew Bartlett2013-09-042-0/+38
* selftest: Start internal DNS server on domain provisioned for BIND9_DLZAndrew Bartlett2013-09-041-1/+1
* selftest: Test creation of the dns-SERVER account during selftestAndrew Bartlett2013-09-041-1/+1
* scripting/samba_upgradedns: Tighten up exception and attribute list handlingAndrew Bartlett2013-09-041-9/+10
* scripting/join.py: Handle creating the dns-NAME account during a DC joinAndrew Bartlett2013-09-044-9/+88
* Optimization. Don't do the retry logic if sitename_fetch() returned NULL, we ...Jeremy Allison2013-09-041-1/+5