summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-04-23s3: Fix Coverity ID 2478, UNINITVolker Lendecke1-1/+1
2011-04-23s3:include/vfs.h: remove very old hints for vfs modules with interface versio...Stefan Metzmacher1-8/+0
2011-04-23Revert "s3-vfs: another attempt to fix the Tru64 build."Stefan Metzmacher3-8/+0
2011-04-23s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-44/+5
2011-04-23s3:lib/sysquota: remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-24/+0
2011-04-23s3:libsmb: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-57/+5
2011-04-22s3: Fix Coverity ID 2047, UNUSED_VALUEVolker Lendecke1-2/+0
2011-04-22s3: Fix Coverity ID 2325, RESOURCE_LEAKVolker Lendecke1-0/+4
2011-04-22s3: Fix Coverity ID 2336, NULL_RETURNSVolker Lendecke1-0/+4
2011-04-22s3: Fix Coverity ID 2335, CHECKED_RETURNVolker Lendecke1-1/+3
2011-04-22s3: Fix Coverity ID 2307, NULL_RETURNSVolker Lendecke1-0/+4
2011-04-22s3: Fix Coverity ID 986, BUFFER_SIZE_WARNINGVolker Lendecke1-1/+1
2011-04-22s3: Fix Coverity ID 1340, NULL_RETURNSVolker Lendecke1-0/+4
2011-04-22Cosmetic. Fix bad indentation.Jeremy Allison1-18/+18
2011-04-21Fix compiler warning in debug message.Jeremy Allison1-2/+2
2011-04-21Remove duplicate code - move to parent_dirname() as a common function.Jeremy Allison1-25/+14
2011-04-22s3-vfs: another attempt to fix the Tru64 build.Günther Deschner3-0/+8
2011-04-22s3-waf: try to fix the build on sunos5.Günther Deschner1-0/+2
2011-04-22s3-waf: fix typo in comment.Günther Deschner1-1/+1
2011-04-22Revert "s3-vfs: try to fix the Tru64 build."Günther Deschner1-6/+0
2011-04-21s3-vfs: try to fix the Tru64 build.Günther Deschner1-0/+6
2011-04-21s3-proto: move more rpc client prototypes to cli_pipe.h.Günther Deschner2-7/+9
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner22-32/+26
2011-04-20s3-build: move MAP_FILE define to the only place used.Günther Deschner2-4/+4
2011-04-20s3-smbd: fix the AIX 5.3 build.Günther Deschner4-0/+9
2011-04-20s3-spoolss: fix debug statement in spoolss_addprinterex_level_2().Günther Deschner1-2/+2
2011-04-20lib/util/charset create _handle functions for convert_string() et alAndrew Bartlett2-13/+0
2011-04-20libcli/auth Move PAC parsing and verification in common.Andrew Bartlett5-337/+5
2011-04-20libcli/auth: Move more kerberos wrapping in commonAndrew Bartlett1-228/+0
2011-04-20s3-gse: Allow the GSSAPI wrapper to load a keytab using gss_krb5_import_cred()Andrew Bartlett5-24/+32
2011-04-19selftest: Don't specify SELFTEST_TARGET as an env variableAndrew Bartlett1-1/+1
2011-04-19s3-selftest Rename s3 DC environment to s3dcAndrew Bartlett2-25/+25
2011-04-19Fix bug 8088 - rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs a...Jeremy Allison1-12/+9
2011-04-18s3 waf: Mimic the autoconf check for netgrentKai Blin1-3/+7
2011-04-18s3 autobuild: Fix CFLAG check for netgrent testsKai Blin1-1/+1
2011-04-18s3: Fix the build of vfs_gpfs.cVolker Lendecke1-0/+1
2011-04-17s3: Use \0 instead of NULL when 0-terminating a stringVolker Lendecke1-1/+1
2011-04-16s3: guest sesssetup is only 13 wordsVolker Lendecke1-1/+1
2011-04-16s3: Remove an unused variableVolker Lendecke1-3/+0
2011-04-16s3: Use tevent_req_nterror properly in a few placesVolker Lendecke1-12/+6
2011-04-16s3-gse Allow GSSAPI wrapper to compile against HeimdalAndrew Bartlett1-1/+3
2011-04-16selftest Add binary mappings for samba3 selftestAndrew Bartlett7-26/+37
2011-04-16selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett2-3/+3
2011-04-16Trying to track down the SMB2 error. Add an invariant test.Jeremy Allison1-1/+4
2011-04-15Use handle based xattr set if available.Jeremy Allison1-4/+5
2011-04-15Ensure vfs_chown_fsp() is safe against races.Jeremy Allison3-6/+74
2011-04-15s3-waf: only LIBNMB needs to linked against -lresolv.Günther Deschner1-26/+26
2011-04-15s3-build: fix the --with-profiling-data build on mac os x.Günther Deschner1-0/+1
2011-04-15s3-waf: try to fix the non-ldap-but-krb5 build.Günther Deschner3-3/+6
2011-04-15s3: Fix bug 8066, wrong output in smbgetVolker Lendecke1-4/+9