summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: "info_fn" only looks at the mode and uidVolker Lendecke2009-11-291-1/+1
* s3: "get_share_list" only looks at the mode and uidVolker Lendecke2009-11-291-2/+1
* s3: "cgi_download" only looks at the mode and sizeVolker Lendecke2009-11-291-1/+1
* s3: "print_job_end" only looks at the sizeVolker Lendecke2009-11-291-2/+1
* s3: "check_magic" only looks at the sizeVolker Lendecke2009-11-291-1/+1
* s3: "disk_quotas" only looks at the devicenumberVolker Lendecke2009-11-291-17/+13
* s3: "load_usershare_shares" only looks at the mode and uidVolker Lendecke2009-11-291-2/+1
* s3: "load_usershare_service" only looks at the mode and uidVolker Lendecke2009-11-291-2/+1
* s3: "usershare_exists" only looks at the mode and mtimeVolker Lendecke2009-11-291-1/+1
* s3: "process_usershare_file" only looks at the dev, ino, mode and sizeVolker Lendecke2009-11-291-1/+1
* s3: "process_usershare_file" only looks at the mode and sizeVolker Lendecke2009-11-291-1/+1
* s3: "parse_usershare_file" only looks at the mode and uidVolker Lendecke2009-11-291-2/+1
* s3: "tar_parseargs" only looks at the mtimeVolker Lendecke2009-11-291-1/+1
* s3: "dotareof" only looks at the file typeVolker Lendecke2009-11-291-1/+1
* s3: client "newer" does not look at the create timestampVolker Lendecke2009-11-291-1/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-2918-65/+94
* s3-kerberos: fix the build on Mac OS X 10.6.2.Günther Deschner2009-11-271-1/+1
* s3-kerberos: add a missing reference to authdata headers.Günther Deschner2009-11-271-0/+1
* s3-kerberos: do not include authdata headers before including krb5 headers.Günther Deschner2009-11-273-3/+1
* s3-spoolss: simplify _spoolss_EnumPrinterKey a little more.Günther Deschner2009-11-271-14/+6
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-2720-229/+256
* s3-nsstest: drastically shrink size and dependencies of nsstest binary.Günther Deschner2009-11-272-14/+17
* s3-kerberos: Fix Bug #6929: build with recent heimdal.Günther Deschner2009-11-272-1/+20
* s3-spoolss: use macros to fillup driver levels.Günther Deschner2009-11-271-158/+114
* s3-smbd: no drsuapi server stubs yet in s3. Fixes the build, sorry.Günther Deschner2009-11-261-1/+0
* s3-rpc: running minimal_includes.pl on rpc_client and rpc_server.Günther Deschner2009-11-264-7/+0
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-2675-64/+109
* s3-passdb: move some defines out of rpc headers (they really belong to passdb).Günther Deschner2009-11-262-16/+15
* s3-winbind: properly include netlogon.idl in wbint.idl.Günther Deschner2009-11-263-1/+3
* s3-spoolss: pre cosmetics: reorder levels in construct_printer_info levels.Günther Deschner2009-11-261-104/+104
* s3-kerberos: next step to resolve Bug #6929: build with recent heimdal.Günther Deschner2009-11-261-3/+3
* Fix warnings with talloc_asprintf.Jeremy Allison2009-11-251-3/+3
* Make us pass RAW-CHKPATH with a case sensitive share.Jeremy Allison2009-11-251-42/+105
* Add RAW-CHKPATH test with case-sensitive share.Jeremy Allison2009-11-252-0/+7
* s3-build: try to fix QNX build ("delay" is defined in lib headers).Günther Deschner2009-11-251-7/+7
* s3-registry: fix REG_MULTI_SZ handling in registry_push_value.Günther Deschner2009-11-251-3/+20
* s3-kerberos: add check for prerequisite krb5/krb5.h header while checking for...Günther Deschner2009-11-251-2/+7
* Fix bug 6892 - When a chown operation is issued via Windows Explorer, all ACL...Jeremy Allison2009-11-251-15/+36
* Fix crash due to uninitialized pointer (not a problem in 3.4.x or below).Jeremy Allison2009-11-251-2/+1
* s3 selftest: Add RAW-SFILEINFO-END-OF-FILE to selftestTim Prouty2009-11-251-1/+1
* s3 setfileinfo: Open with FILE_WRITE_DATA when setting the file sizeTim Prouty2009-11-251-1/+1
* s4 torture: Split up the torture suite setup for RAW-SFILEINFOTim Prouty2009-11-251-2/+2
* Remove call into reduce_name if case sensitive. This allows us to passJeremy Allison2009-11-241-2/+1
* Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or withJeremy Allison2009-11-242-4/+13
* Fix make test. Only do POSIX case conversion if FILE_FLAG_POSIX_SEMANTICS set...Jeremy Allison2009-11-241-8/+12
* s3: Always try SamLogonExVolker Lendecke2009-11-241-2/+6
* s3-spoolss: re-arrange driver info level fillup functions.Günther Deschner2009-11-241-95/+95
* s3-spoolss: fixes for _spoolss_EnumPrinterKey client and server.Günther Deschner2009-11-242-3/+3
* s3-registry: use push_reg_multi_sz() in registry_push_value().Günther Deschner2009-11-241-59/+3
* s3-registry: remove reg_pull_multi_sz().Günther Deschner2009-11-243-30/+18