summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3:idmap: only check the range values if a range setting has been found.Michael Adam2014-07-251-3/+1
* s3:idmap: move loading of idmap options together before range checking in idm...Michael Adam2014-07-251-4/+4
* s3:idmap: in idmap_init_domain() load methods before loading further configMichael Adam2014-07-251-18/+23
* s3:idmap: don't log missing range config if range checking not requestedMichael Adam2014-07-251-2/+2
* messaging3: Remove an unnecessary variableVolker Lendecke2014-07-251-4/+1
* messaging3: Simplify ping_message()Volker Lendecke2014-07-241-10/+4
* messaging3: Remove two procid_str_static callsVolker Lendecke2014-07-241-3/+6
* s3:smbd: remove unused client_get_tcp_info()Stefan Metzmacher2014-07-241-15/+0
* s3:smbd: avoid using client_get_tcp_info()Stefan Metzmacher2014-07-241-25/+17
* s3: remove stat_ex.vfs_private completelyMichael Adam2014-07-243-23/+0
* s3:vfs:gpfs: remove a block and reduce indentation in gpfs_is_offline()Michael Adam2014-07-241-8/+6
* s3:vfs:gpfs: remove all writing uses of stat_ex.vfs_private from vfs_gpfs.Michael Adam2014-07-241-7/+0
* s3:vfs:gpfs: Remove all reading uses of stat_ex.vfs_private from vfs_gfs.Michael Adam2014-07-241-23/+22
* Revert "s3:vfs:gpfs: log when winAttr-garbage is detected (by heuristics) in ...Michael Adam2014-07-241-5/+0
* smbd: Fix a typoVolker Lendecke2014-07-221-1/+1
* smbd: ?True:False is pretty pointless :-)Volker Lendecke2014-07-221-1/+1
* smbd: Add missing {}Volker Lendecke2014-07-221-1/+2
* smbd: Remove superfluous ()Volker Lendecke2014-07-221-1/+1
* smbd: Fix a typoVolker Lendecke2014-07-221-1/+1
* smbd: Simplify brl_locktestVolker Lendecke2014-07-223-33/+16
* smbd: Restructure brl_conflict_otherVolker Lendecke2014-07-221-14/+39
* smbd: Fix indentation, {} and line length in brl_conflict_otherVolker Lendecke2014-07-221-6/+14
* smbd: Rename lck2->rw_probe in brl_conflict_otherVolker Lendecke2014-07-221-8/+8
* smbd: Rename lck1->lock in brl_conflict_otherVolker Lendecke2014-07-221-8/+8
* smbd: Use a struct initializer brl_lockVolker Lendecke2014-07-221-13/+10
* smbd: Simplify strict_lock_default with early returnsVolker Lendecke2014-07-221-34/+24
* smbd: Use %ju/uintmax_t in source3/lockingVolker Lendecke2014-07-223-79/+120
* smbd: "err" is no longer set in get_lock_offsetVolker Lendecke2014-07-223-29/+6
* smbd: Add commentsVolker Lendecke2014-07-221-0/+6
* smbd/nmbd: Remove HAVE_LONGLONGVolker Lendecke2014-07-224-107/+0
* smbd: Simplify unpack_nt_ownersVolker Lendecke2014-07-221-11/+3
* lib: Fix a valgrind errorVolker Lendecke2014-07-221-1/+12
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-07-1818-548/+16
* s3:lib/memcache: only include the required header filesStefan Metzmacher2014-07-182-3/+6
* s3:lib/memcache: make use of talloc for memcache_elementsStefan Metzmacher2014-07-181-6/+5
* s3:lib/memcache: use uint8_t instead of uint8Stefan Metzmacher2014-07-181-2/+2
* samlogon_cache: avoid overwriting info3->base.full_name.string.Andreas Schneider2014-07-151-0/+14
* samlogon_cache: use a talloc_stackframe inside netsamlogon_cache_store.Günther Deschner2014-07-151-9/+4
* s3-winbindd: prefer "displayName" over "name" in ads user queries for the ful...Günther Deschner2014-07-151-5/+11
* s3-winbind: Don't set the gecos field to NULL.Andreas Schneider2014-07-151-1/+0
* s3-winbindd: use wcache_query_user_fullname after inspecting samlogon cache.Günther Deschner2014-07-153-0/+57
* s3-winbindd: add wcache_query_user_fullname().Günther Deschner2014-07-152-0/+38
* s3-winbindd: call interactive samlogon via rpccli_netlogon_password_logon.Günther Deschner2014-07-151-13/+32
* s3-rpc_client: return info3 in rpccli_netlogon_password_logon().Günther Deschner2014-07-153-48/+64
* ntlm_auth: added require-membership testsGarming Sam2014-07-151-0/+74
* torture: test_ntlm_auth.py now has a require-membership-of argumentGarming Sam2014-07-151-0/+7
* s3:smbd: initialize stat_ex buffer in smbd_dirptr_get_entry()Michael Adam2014-07-131-1/+1
* s3:vfs:gpfs: log when winAttr-garbage is detected (by heuristics) in is_offlineMichael Adam2014-07-131-0/+5
* s3:vfs:gpfs: fix flapping offline: always get winAttrs from gpfs for is_offlineMichael Adam2014-07-131-3/+1
* s3:vfs:gpfs: store the winAttrs in the struct_ex when we got them in vfs_gpfs...Michael Adam2014-07-131-0/+1