summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-06-21Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process).Jeremy Allison2-5/+13
2012-06-21s3:idmap_cache: also store negative entries for unknown sidsStefan Metzmacher1-0/+7
2012-06-21s3:winbindd: do not expose negative cache idmap entries as valid mappings (bu...Stefan Metzmacher1-6/+19
2012-06-21s3:winbindd: discard the expired gid cache if we're online (bug #9002)Stefan Metzmacher1-1/+1
2012-06-21s3: Remove an unnecessary ()Volker Lendecke1-1/+1
2012-06-21s3: Use string_term_tdb_data where appropriateVolker Lendecke1-2/+1
2012-06-21s3: Fix const warningsVolker Lendecke1-2/+3
2012-06-21s4-provision: Give better clues on what Samba needs for s3fs ACL supportAndrew Bartlett1-0/+15
2012-06-21s3-rpcclient: support all known netr_LogonControl2 variants properlyAlexander Bokovoy1-3/+35
2012-06-21s3:move serverid_equal() to serverid.cMichael Adam3-21/+23
2012-06-21s3:util: rename procid_equal() to serverid_equal()Michael Adam16-27/+27
2012-06-21s3:util: remove (now) unused cluster_id_equal()Michael Adam2-8/+0
2012-06-21s3:smbstatus: use procid_equal() instead of equivalent cluster_id_equal()Michael Adam1-1/+2
2012-06-21s3: Remove a user of procid_is_meVolker Lendecke1-1/+2
2012-06-21s3: Remove a user of procid_is_meVolker Lendecke1-1/+2
2012-06-21s3:util: reformat procid_equal() to adhere to coding guidelinesMichael Adam1-7/+14
2012-06-21s3:util: also compare the unique_id in procid_equal().Michael Adam1-0/+3
2012-06-20s4-torture: Expand whoami test to confirm the user token.Andrew Bartlett1-1/+1
2012-06-20s3:smbd: fix the build with the --with-profiling-data optionStefan Metzmacher2-3/+9
2012-06-20s3:include: add START/END_PROFILE_STAMP()Stefan Metzmacher1-7/+23
2012-06-20idmap-hash: Attempt to fix Coverity ID 709116 Overflowed array index writeVolker Lendecke1-1/+6
2012-06-20idmap-hash: Fix Coverity ID 709117 Dereference before null checkVolker Lendecke1-5/+5
2012-06-20idmap-hash: Fix Coverity 709118 Dereference before null checkVolker Lendecke1-5/+5
2012-06-20idmap-hash: Adapt mapfile_read_line to README.CodingVolker Lendecke1-1/+2
2012-06-20idmap-hash: Fix Coverity ID 709119 Unused pointer valueVolker Lendecke1-1/+1
2012-06-19Fix unused variable warnings.Jeremy Allison1-6/+2
2012-06-19Fix unused variable warnings.Jeremy Allison1-5/+12
2012-06-19Remove unused variables.Jeremy Allison1-8/+0
2012-06-19Remove unused variables and code.Jeremy Allison1-9/+0
2012-06-19Fix more "set but not used" warnings.Jeremy Allison1-6/+3
2012-06-19Fix a bunch of "set but not used" warnings.Jeremy Allison1-14/+7
2012-06-19s3: We can depend on pthreadpool nowVolker Lendecke2-43/+0
2012-06-19s3: Add a dummy implementation for the pthreadpool APIVolker Lendecke3-7/+189
2012-06-19Remove unused code now we set the correct command codes.Jeremy Allison2-11/+0
2012-06-19Fix warning: variable ‘status’ set but not used.Jeremy Allison1-2/+1
2012-06-19Fix warnings using %lu to print a 64-bit value (should by %llu).Jeremy Allison1-2/+2
2012-06-19Fix warning: variable ‘in_start_time’ set but not used.Jeremy Allison1-2/+0
2012-06-19Revert "s3-lib Remove unused sys_fcntl_long()"Stefan Metzmacher2-0/+15
2012-06-19s3:rpc_server/lsasd: remove dependency to libgen.h and basename()Stefan Metzmacher1-8/+11
2012-06-19s3-auth: make_new_system_info_session() now does not query nssAndrew Bartlett1-1/+3
2012-06-19s3-auth: make_new_system_info_session() not query passdbAndrew Bartlett1-47/+39
2012-06-19s3-auth: inline make_session_info functions into only callersAndrew Bartlett1-74/+35
2012-06-19auth: Use only security_token_is_system to determine that a user is SYSTEMAndrew Bartlett2-5/+1
2012-06-19s3-auth: Fix system token as just being SID_NT_SYSTEMAndrew Bartlett1-0/+3
2012-06-19s3-spoolss: delete_drivers should be called as the connecting user.Andreas Schneider1-1/+1
2012-06-19ntdb: add autoconf support.Rusty Russell2-0/+55
2012-06-19lib/tdb_wrap: use tdb directly, not tdb_compat.Rusty Russell1-1/+1
2012-06-19TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell7-130/+1
2012-06-18Revert "s3: temporary hack to make the waf build work withouth autotools bein...Björn Jacke1-1/+0
2012-06-18s3:autoconf: add -Iautoconf -Iautoconf/source3 at configure stageStefan Metzmacher2-3/+2