summaryrefslogtreecommitdiff
path: root/source3/torture/vfstest.c
Commit message (Expand)AuthorAgeFilesLines
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-311-10/+0
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-vfstest: fixed paths in vfstestAndrew Tridgell2010-12-101-0/+2
* s3-debug Remove last direct assignements to DEBUGLEVELAndrew Bartlett2010-11-021-1/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-1/+1
* samba: share readline wrappers among all buildsystems.Günther Deschner2010-10-011-0/+1
* s3: Remove smbd_server_fd()Volker Lendecke2010-08-291-7/+1
* s3: Lift smbd_server_fd from reload_services()Volker Lendecke2010-08-181-1/+1
* s3: Remove get_client_fd()Volker Lendecke2010-08-161-5/+0
* s3: Lift the smbd_messaging_context from reload_servicesVolker Lendecke2010-08-081-1/+1
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3:smbd move messaging_context and memcache into globals.cAndrew Bartlett2010-05-281-24/+0
* s3:smbd split reload services/printers functions from server.cAndrew Bartlett2010-05-281-56/+0
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-231-1/+1
* source3/torture/vfstest.c(process_file): fixed file descriptor leak.Slava Semushin2009-06-051-0/+4
* s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-3/+3
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-1/+1
* Remove "user" from connection_structVolker Lendecke2008-05-101-1/+0
* Add a in-memory cacheVolker Lendecke2007-12-181-0/+13
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-3/+3
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-3/+6
* The usual !pstring...Jeremy Allison2007-12-041-44/+36
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-091-3/+2
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-0/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21090: Add some helper routinesVolker Lendecke2007-10-101-0/+11
* r20846: Before this gets out of control...Volker Lendecke2007-10-101-0/+10
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+1
* r15034: Attempt to make the build farm happyVolker Lendecke2007-10-101-1/+1
* r14898: This change is an attempt to improve the quality of the information thatJames Peach2007-10-101-0/+5
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-2/+2
* r13072: Fix segfault in vfstest and smbtorture.Deryck Hodge2007-10-101-0/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+1
* r6640: Attempt to fix 'make everything' with the paranoid malloc checker.Volker Lendecke2007-10-101-7/+7
* r4645: patch from Rob to fix the build breakage in vfstest after the reload_p...Gerald Carter2007-10-101-2/+5
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2007-10-101-1/+1
* Fix compiler warnings for vfstest. Patch from Stefan Metzmacher <mezte@metzem...Alexander Bokovoy2003-06-041-2/+3
* Fix VFS layer:Alexander Bokovoy2003-05-111-7/+8
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-6/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+6
* Fix popt usage (backport from HEAD)Jelmer Vernooij2003-04-141-35/+9
* Merge: const fixes.Tim Potter2003-02-251-1/+2
* correct init, tx StefanSimo Sorce2003-02-191-1/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* initial mem_ctx to NULLAndrew Tridgell2002-09-051-1/+1