summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* lib/tdb_wrap: use tdb directly, not tdb_compat.Rusty Russell2012-06-191-1/+1
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-197-130/+1
* Revert "s3: temporary hack to make the waf build work withouth autotools bein...Björn Jacke2012-06-181-1/+0
* s3:autoconf: add -Iautoconf -Iautoconf/source3 at configure stageStefan Metzmacher2012-06-182-3/+2
* s3:Makefile.in: remove pidl generated files with 'make realdistclean'Stefan Metzmacher2012-06-181-0/+1
* s3:Makefile.in: fix 'make realdistclean' after moving generated files to auto...Stefan Metzmacher2012-06-181-1/+1
* s3:Makefile.in: fix 'make clean' after moving generated files to autoconf/Stefan Metzmacher2012-06-181-6/+5
* s3:autogen.sh: fix autoconf/lib/param/param_proto.h locationStefan Metzmacher2012-06-181-1/+1
* s3:autoconf-build: build the idmap backends tdb2, rid, and hash by default (s...Michael Adam2012-06-181-0/+3
* s3:waf-build: build the idmap backends tdb2, rid, and hash by default (shared)Michael Adam2012-06-181-1/+2
* s3:idmap_tdb: fix miss in rename of dbwrap_trans_store_uint32() to dbwrap_tra...Michael Adam2012-06-181-4/+4
* dbwrap: Rename dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringAmitay Isaacs2012-06-181-2/+2
* s3:configure: check for SPLICE_F_MOVE at configure stageStefan Metzmacher2012-06-182-2/+2
* s3-auth: Remove auth_netlogondAndrew Bartlett2012-06-166-467/+1
* s3-passdb: Remove pdb_adsAndrew Bartlett2012-06-165-2709/+1
* Same fix as bug 8989 - Samba 3.5.x (and probably all other versions of Samba)...Jeremy Allison2012-06-161-0/+9
* Fix Bug 8989 - Samba 3.5.x (and probably all other versions of Samba) does no...Jeremy Allison2012-06-151-0/+6
* s3: Slightly simplify grant_fsp_oplock_typeVolker Lendecke2012-06-151-1/+3
* build: Remove support for non-64bit sendfile()Andrew Bartlett2012-06-163-120/+0
* s3:vfs_gpfs: add "gpfs:acl" optionBjörn Baumbach2012-06-151-0/+81
* s3-winbindd: fix the build of idmap_ad modules.Günther Deschner2012-06-151-1/+2
* s3-lib: Fix conversion of lib/events.c to modern tevent namesAndrew Bartlett2012-06-151-2/+2
* dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystringVolker Lendecke2012-06-152-2/+2
* dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke2012-06-153-3/+4
* dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by...Volker Lendecke2012-06-151-2/+2
* dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...Volker Lendecke2012-06-151-2/+2
* dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystringVolker Lendecke2012-06-152-2/+2
* dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke2012-06-156-10/+15
* dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2012-06-159-19/+21
* dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke2012-06-155-16/+19
* dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke2012-06-155-16/+19
* s3-build: Do not write loadparm generated files into the build treeAndrew Bartlett2012-06-154-18/+24
* s3-lib: Convert lib/events.c to modern tevent namesAndrew Bartlett2012-06-151-14/+14
* s3-auth: rework default auth methods around the lp_server_role() parameterAndrew Bartlett2012-06-151-17/+23
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-1/+1
* s3-auth: Merge SEC_DOMAIN and SEC_ADS cases in creating the default auth modu...Andrew Bartlett2012-06-151-7/+2
* s3-auth: Fix system info3 return to be just SID_NT_SYSTEMAndrew Bartlett2012-06-151-11/+17
* s3-auth: Fix system token generation not to dereference pointer as an integerAndrew Bartlett2012-06-151-1/+1
* s3-auth: Give the SYSTEM token all privilegesAndrew Bartlett2012-06-151-0/+4
* s3:smb2_server: remember the request_time on an incoming requestStefan Metzmacher2012-06-153-0/+5
* s3:smbd: remember the request_time on an incoming requestStefan Metzmacher2012-06-152-0/+6
* s3:vfs: change files_struct.fnum from int to uint64_tMichael Adam2012-06-153-3/+4
* s3:smbd: change trans2.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-17/+17
* s3:smbd: change smb2_write.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-6/+6
* s3:smbd: change smb2_setinfo.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-3/+4
* s3:smbd: change smb2_read.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-6/+6
* s3:smbd: change smb2_notify.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-2/+2
* s3:smbd: change smb2_lock.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-6/+6
* s3:smbd: change smb2_ioctl.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-2/+2
* s3:smbd: change smb2_getinfo.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-4/+4