summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-02-24build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell1-2/+3
2011-02-24build: moved schannel_sign.c into a shared COMMON_SCHANNEL subsystemAndrew Tridgell1-4/+1
2011-02-24build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so libraryAndrew Tridgell1-7/+3
2011-02-23s3-waf: start adding checks for quota support.Günther Deschner1-0/+8
2011-02-23s3-waf: remove more unused variables.Günther Deschner1-10/+2
2011-02-23s3-waf: rename LIBSAMBA subsystem to LIBNTLMSSP (which it is in fact).Günther Deschner2-12/+10
2011-02-23s3-waf: move GROUPDB into libpassdb.so.Günther Deschner2-12/+12
2011-02-23s3:libsmb only log a dead connection if it was not closedChristian Ambach1-7/+12
2011-02-23s3: Fix 64-bit errorsVolker Lendecke1-4/+8
2011-02-23s3: Fix an uninitialized variable useVolker Lendecke1-1/+2
2011-02-23s3:idmap:autorid prevent fatal configuration changesChristian Ambach1-2/+112
2011-02-23s3-proto: remove some prototypes of non-existing functions.Günther Deschner6-51/+0
2011-02-23s3: Improve an error msg in vfs_gpfsVolker Lendecke1-1/+2
2011-02-23s3-waf: make use of LIBCLI_CLDAP subsystemStefan Metzmacher1-6/+4
2011-02-23Torture test added to run_opentest() to ensure we don't regress onJeremy Allison1-0/+26
2011-02-23Fix bug found against the new Mac client @ Connectathon. Mac clientsJeremy Allison1-1/+9
2011-02-23s3-waf: move some parts of auth to AUTH_COMMON to avoid duplicate symbols wit...Günther Deschner2-16/+15
2011-02-23s3-waf: added SYMBOLCHECK support to source3 waf buildAndrew Tridgell1-0/+2
2011-02-23build: moved more files into samba-util-commonAndrew Tridgell1-18/+2
2011-02-23build: created samba-util-common libraryAndrew Tridgell1-9/+1
2011-02-22Revert "s3-waf: make use of LIBCLI_CLDAP subsystem"Günther Deschner1-3/+6
2011-02-22s3-waf: add check for getspnam().Günther Deschner1-0/+5
2011-02-22s3-waf: add check for TDB_ERR_NESTING.Günther Deschner1-0/+5
2011-02-22s3-waf: add check for sendfile on AIX.Günther Deschner1-0/+23
2011-02-22s3-waf: add check for sendfile on solaris.Günther Deschner1-0/+50
2011-02-22s3-waf: add check for sendfile on hpux.Günther Deschner1-0/+37
2011-02-22s3-waf: add check for sendfile on freebsd.Günther Deschner1-0/+24
2011-02-22s3-waf: add check for sendfile on linux.Günther Deschner1-0/+45
2011-02-22s3-waf: make sure ENABLE_BUILD_FARM_HACKS is enabled when run on the buildfarm.Günther Deschner1-0/+3
2011-02-22s3-includes: move some chgpasswd related defines to the locations where they ...Günther Deschner3-12/+12
2011-02-22s3-printing: move more printing structs to printing.hGünther Deschner3-40/+41
2011-02-22s3-printing: only include printing where really needed.Günther Deschner9-30/+33
2011-02-22s3-printing: fix pcacp prototypes and includes.Günther Deschner6-8/+10
2011-02-22s3-printing: isolate print notification prototypes better.Günther Deschner7-63/+92
2011-02-22s3-waf: make use of LIBCLI_CLDAP subsystemStefan Metzmacher1-6/+3
2011-02-22s3: Fix filtering in pdb_ads_search_usersVolker Lendecke1-6/+19
2011-02-22s3: Fix some nonempty blank linesVolker Lendecke1-10/+10
2011-02-22s3: Fix a typoVolker Lendecke1-1/+1
2011-02-22s3-waf: add replacetort binary.Günther Deschner1-0/+5
2011-02-22s3-waf: add check for ftruncate extend.Günther Deschner1-0/+6
2011-02-22s3-waf: add check for realpath() NULL arg.Günther Deschner1-0/+21
2011-02-22s3-waf: add check for makedev().Günther Deschner1-0/+11
2011-02-22s3-waf: add check for TIME_T_MAX.Günther Deschner1-0/+25
2011-02-22s3-waf: add check for /proc/sys/kernel/core_pattern.Günther Deschner1-0/+3
2011-02-22selftest the raw.mux test is flaky:Andrew Bartlett1-0/+1
2011-02-22s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher9-22/+22
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett70-892/+892
2011-02-22selftest pass in srcdir into Samba3 target moduleAndrew Bartlett1-0/+2
2011-02-22smbtorture Remove random file name before we start RW2Andrew Bartlett1-0/+4
2011-02-22s3-selftest convert tests.sh to pythonAndrew Bartlett15-422/+293