summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-18s3:Makefile.in: remove pidl generated files with 'make realdistclean'Stefan Metzmacher1-0/+1
2012-06-18s3:Makefile.in: fix 'make realdistclean' after moving generated files to auto...Stefan Metzmacher1-1/+1
2012-06-18s3:Makefile.in: fix 'make clean' after moving generated files to autoconf/Stefan Metzmacher1-6/+5
2012-06-18s3:autogen.sh: fix autoconf/lib/param/param_proto.h locationStefan Metzmacher1-1/+1
2012-06-18s3:autoconf-build: build the idmap backends tdb2, rid, and hash by default (s...Michael Adam1-0/+3
2012-06-18s3:waf-build: build the idmap backends tdb2, rid, and hash by default (shared)Michael Adam1-1/+2
2012-06-18s3:idmap_tdb: fix miss in rename of dbwrap_trans_store_uint32() to dbwrap_tra...Michael Adam1-4/+4
2012-06-18dbwrap: Rename dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringAmitay Isaacs1-2/+2
2012-06-18s3:configure: check for SPLICE_F_MOVE at configure stageStefan Metzmacher2-2/+2
2012-06-16s3-auth: Remove auth_netlogondAndrew Bartlett6-467/+1
2012-06-16s3-passdb: Remove pdb_adsAndrew Bartlett5-2709/+1
2012-06-16Same fix as bug 8989 - Samba 3.5.x (and probably all other versions of Samba)...Jeremy Allison1-0/+9
2012-06-15Fix Bug 8989 - Samba 3.5.x (and probably all other versions of Samba) does no...Jeremy Allison1-0/+6
2012-06-15s3: Slightly simplify grant_fsp_oplock_typeVolker Lendecke1-1/+3
2012-06-16build: Remove support for non-64bit sendfile()Andrew Bartlett3-120/+0
2012-06-15s3:vfs_gpfs: add "gpfs:acl" optionBjörn Baumbach1-0/+81
2012-06-15s3-winbindd: fix the build of idmap_ad modules.Günther Deschner1-1/+2
2012-06-15s3-lib: Fix conversion of lib/events.c to modern tevent namesAndrew Bartlett1-2/+2
2012-06-15dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystringVolker Lendecke2-2/+2
2012-06-15dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke3-3/+4
2012-06-15dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by...Volker Lendecke1-2/+2
2012-06-15dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...Volker Lendecke1-2/+2
2012-06-15dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystringVolker Lendecke2-2/+2
2012-06-15dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke6-10/+15
2012-06-15dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke9-19/+21