summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:torture:smb2: pass smb2-session-reconnect test (add generosity in error case)Michael Adam2012-06-221-7/+21
* s3: Remove reduce_windows_lock_ref_count, used only onceVolker Lendecke2012-06-221-8/+2
* s3: Make reduce_windows_lock_ref_count staticVolker Lendecke2012-06-222-2/+2
* s3: Use dbwrap_util for windows_lock_ref_countVolker Lendecke2012-06-221-94/+21
* s3:smbd: fix warning in smbd_tevent_trace_callback() without profile supportStefan Metzmacher2012-06-221-0/+5
* s3:serverid: don't ignore the result of dbwrap_parse_record()Stefan Metzmacher2012-06-221-1/+6
* dbwrap: dbwrap_local_open()Rusty Russell2012-06-222-3/+4
* dbwrap: remove get_flags().Rusty Russell2012-06-222-25/+2
* util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell2012-06-223-89/+24
* Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process).Jeremy Allison2012-06-212-5/+13
* s3:idmap_cache: also store negative entries for unknown sidsStefan Metzmacher2012-06-211-0/+7
* s3:winbindd: do not expose negative cache idmap entries as valid mappings (bu...Stefan Metzmacher2012-06-211-6/+19
* s3:winbindd: discard the expired gid cache if we're online (bug #9002)Stefan Metzmacher2012-06-211-1/+1
* s3: Remove an unnecessary ()Volker Lendecke2012-06-211-1/+1
* s3: Use string_term_tdb_data where appropriateVolker Lendecke2012-06-211-2/+1
* s3: Fix const warningsVolker Lendecke2012-06-211-2/+3
* s4-provision: Give better clues on what Samba needs for s3fs ACL supportAndrew Bartlett2012-06-211-0/+15
* s3-rpcclient: support all known netr_LogonControl2 variants properlyAlexander Bokovoy2012-06-211-3/+35
* s3:move serverid_equal() to serverid.cMichael Adam2012-06-213-21/+23
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-2116-27/+27
* s3:util: remove (now) unused cluster_id_equal()Michael Adam2012-06-212-8/+0
* s3:smbstatus: use procid_equal() instead of equivalent cluster_id_equal()Michael Adam2012-06-211-1/+2
* s3: Remove a user of procid_is_meVolker Lendecke2012-06-211-1/+2
* s3: Remove a user of procid_is_meVolker Lendecke2012-06-211-1/+2
* s3:util: reformat procid_equal() to adhere to coding guidelinesMichael Adam2012-06-211-7/+14
* s3:util: also compare the unique_id in procid_equal().Michael Adam2012-06-211-0/+3
* s4-torture: Expand whoami test to confirm the user token.Andrew Bartlett2012-06-201-1/+1
* s3:smbd: fix the build with the --with-profiling-data optionStefan Metzmacher2012-06-202-3/+9
* s3:include: add START/END_PROFILE_STAMP()Stefan Metzmacher2012-06-201-7/+23
* idmap-hash: Attempt to fix Coverity ID 709116 Overflowed array index writeVolker Lendecke2012-06-201-1/+6
* idmap-hash: Fix Coverity ID 709117 Dereference before null checkVolker Lendecke2012-06-201-5/+5
* idmap-hash: Fix Coverity 709118 Dereference before null checkVolker Lendecke2012-06-201-5/+5
* idmap-hash: Adapt mapfile_read_line to README.CodingVolker Lendecke2012-06-201-1/+2
* idmap-hash: Fix Coverity ID 709119 Unused pointer valueVolker Lendecke2012-06-201-1/+1
* Fix unused variable warnings.Jeremy Allison2012-06-191-6/+2
* Fix unused variable warnings.Jeremy Allison2012-06-191-5/+12
* Remove unused variables.Jeremy Allison2012-06-191-8/+0
* Remove unused variables and code.Jeremy Allison2012-06-191-9/+0
* Fix more "set but not used" warnings.Jeremy Allison2012-06-191-6/+3
* Fix a bunch of "set but not used" warnings.Jeremy Allison2012-06-191-14/+7
* s3: We can depend on pthreadpool nowVolker Lendecke2012-06-192-43/+0
* s3: Add a dummy implementation for the pthreadpool APIVolker Lendecke2012-06-193-7/+189
* Remove unused code now we set the correct command codes.Jeremy Allison2012-06-192-11/+0
* Fix warning: variable ‘status’ set but not used.Jeremy Allison2012-06-191-2/+1
* Fix warnings using %lu to print a 64-bit value (should by %llu).Jeremy Allison2012-06-191-2/+2
* Fix warning: variable ‘in_start_time’ set but not used.Jeremy Allison2012-06-191-2/+0
* Revert "s3-lib Remove unused sys_fcntl_long()"Stefan Metzmacher2012-06-192-0/+15
* s3:rpc_server/lsasd: remove dependency to libgen.h and basename()Stefan Metzmacher2012-06-191-8/+11
* s3-auth: make_new_system_info_session() now does not query nssAndrew Bartlett2012-06-191-1/+3
* s3-auth: make_new_system_info_session() not query passdbAndrew Bartlett2012-06-191-47/+39