summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* s3: Restore "fake directory create times" as a share parameterVolker Lendecke2009-11-293-8/+9
|
* s3: "copy_reg" only looks at mode, uid, gid, atime and mtime (no birthtime)Volker Lendecke2009-11-291-2/+1
|
* s3: Pass up fake_dir_create_times from atalk_build_pathsVolker Lendecke2009-11-291-15/+24
| | | | The callers only look at the mode
* s3: Move directory_exist_stat to testparm.c, it only looks at the modeVolker Lendecke2009-11-293-22/+21
|
* s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers ↵Volker Lendecke2009-11-294-6/+9
| | | | look at the mtime
* s3: "startsmbfilepwent" only looks at the inode -- is that enough?Volker Lendecke2009-11-291-4/+2
|
* s3: "get_file_size" only looks at the sizeVolker Lendecke2009-11-291-1/+1
|
* s3: "socket_exist" only looks at the modeVolker Lendecke2009-11-291-1/+1
|
* s3: "sys_path_to_bdev" only looks at the devicenumberVolker Lendecke2009-11-291-4/+3
|
* s3: "check_log_size" only looks at the sizeVolker Lendecke2009-11-291-2/+1
|
* s3: "regf_hbin_allocate" only looks at the sizeVolker Lendecke2009-11-291-1/+1
|
* s3: "read_block" only looks at the sizeVolker Lendecke2009-11-291-1/+1
|
* s3: "write_block" does not use the sbuf at allVolker Lendecke2009-11-291-1/+1
|
* s3: "net_conf_addshare" only looks at the modeVolker Lendecke2009-11-291-1/+1
|
* s3: "net_usershare_add" only looks at the mode, device and inodeVolker Lendecke2009-11-291-1/+1
|
* s3: "net_usershare_add" only looks at the device and inodeVolker Lendecke2009-11-291-2/+1
|
* s3: "net_usershare_add" only looks at the mode and uidVolker Lendecke2009-11-291-1/+1
|
* s3: "count_num_usershares" only looks at the modeVolker Lendecke2009-11-291-2/+1
|
* 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
| | | | Step 0 to restore it as a per-share paramter
* s3-kerberos: fix the build on Mac OS X 10.6.2.Günther Deschner2009-11-271-1/+1
| | | | Guenther
* s3-kerberos: add a missing reference to authdata headers.Günther Deschner2009-11-271-0/+1
| | | | Guenther
* s3-kerberos: do not include authdata headers before including krb5 headers.Günther Deschner2009-11-273-3/+1
| | | | Guenther
* s3-spoolss: simplify _spoolss_EnumPrinterKey a little more.Günther Deschner2009-11-271-14/+6
| | | | Guenther
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-2720-229/+256
| | | | | | | This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther
* s3-nsstest: drastically shrink size and dependencies of nsstest binary.Günther Deschner2009-11-272-14/+17
| | | | | | The size went down from 6.4M to 104K on my box. Guenther
* s3-kerberos: Fix Bug #6929: build with recent heimdal.Günther Deschner2009-11-272-1/+20
| | | | | | | Heimdal changed the KRB5_DEPRECATED define (which now may not take an identifier for activation) in new releases (like 1.3.1). Guenther
* s3-spoolss: use macros to fillup driver levels.Günther Deschner2009-11-271-158/+114
| | | | Guenther
* s3-smbd: no drsuapi server stubs yet in s3. Fixes the build, sorry.Günther Deschner2009-11-261-1/+0
| | | | Guenther
* s3-rpc: running minimal_includes.pl on rpc_client and rpc_server.Günther Deschner2009-11-264-7/+0
| | | | Guenther
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵Günther Deschner2009-11-2675-64/+109
| | | | | | samba. Guenther
* s3-passdb: move some defines out of rpc headers (they really belong to passdb).Günther Deschner2009-11-262-16/+15
| | | | Guenther
* s3-winbind: properly include netlogon.idl in wbint.idl.Günther Deschner2009-11-263-1/+3
| | | | Guenther
* s3-spoolss: pre cosmetics: reorder levels in construct_printer_info levels.Günther Deschner2009-11-261-104/+104
| | | | Guenther
* s3-kerberos: next step to resolve Bug #6929: build with recent heimdal.Günther Deschner2009-11-261-3/+3
| | | | | | | | Based on patch from Allan <allan@archlinux.org>. Also should fix the FreeBSD build on the buildfarm. Guenther
* Fix warnings with talloc_asprintf.Jeremy Allison2009-11-251-3/+3
| | | | Jeremy.