| Commit message (Expand) | Author | Age | Files | Lines |
* | s3-vfstest: fixed paths in vfstest | Andrew Tridgell | 2010-12-10 | 1 | -0/+2 |
* | s3-debug Remove last direct assignements to DEBUGLEVEL | Andrew Bartlett | 2010-11-02 | 1 | -1/+1 |
* | s3-debug Impove setup_logging() to specify logging to stderr | Andrew Bartlett | 2010-11-02 | 1 | -1/+1 |
* | samba: share readline wrappers among all buildsystems. | Günther Deschner | 2010-10-01 | 1 | -0/+1 |
* | s3: Remove smbd_server_fd() | Volker Lendecke | 2010-08-29 | 1 | -7/+1 |
* | s3: Lift smbd_server_fd from reload_services() | Volker Lendecke | 2010-08-18 | 1 | -1/+1 |
* | s3: Remove get_client_fd() | Volker Lendecke | 2010-08-16 | 1 | -5/+0 |
* | s3: Lift the smbd_messaging_context from reload_services | Volker Lendecke | 2010-08-08 | 1 | -1/+1 |
* | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 2010-08-05 | 1 | -0/+1 |
* | s3:smbd move messaging_context and memcache into globals.c | Andrew Bartlett | 2010-05-28 | 1 | -24/+0 |
* | s3:smbd split reload services/printers functions from server.c | Andrew Bartlett | 2010-05-28 | 1 | -56/+0 |
* | s3: Consolidate server_id_self into the equivalent procid_self() | Volker Lendecke | 2010-02-23 | 1 | -1/+1 |
* | source3/torture/vfstest.c(process_file): fixed file descriptor leak. | Slava Semushin | 2009-06-05 | 1 | -0/+4 |
* | s3:smbd: move tcon specific globals to struct smbd_server_connection | Stefan Metzmacher | 2009-06-03 | 1 | -3/+3 |
* | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 2008-10-18 | 1 | -1/+1 |
* | Remove "user" from connection_struct | Volker Lendecke | 2008-05-10 | 1 | -1/+0 |
* | Add a in-memory cache | Volker Lendecke | 2007-12-18 | 1 | -0/+13 |
* | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2007-12-10 | 1 | -3/+3 |
* | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 2007-12-06 | 1 | -3/+6 |
* | The usual !pstring... | Jeremy Allison | 2007-12-04 | 1 | -44/+36 |
* | Remove the silly "user_socket_options" global variable | Volker Lendecke | 2007-11-09 | 1 | -3/+2 |
* | Remove most of the remaining globals out of lib/util_sock.c. | Jeremy Allison | 2007-11-03 | 1 | -0/+5 |
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -3/+3 |
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | r21090: Add some helper routines | Volker Lendecke | 2007-10-10 | 1 | -0/+11 |
* | r20846: Before this gets out of control... | Volker Lendecke | 2007-10-10 | 1 | -0/+10 |
* | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | r15034: Attempt to make the build farm happy | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
* | r14898: This change is an attempt to improve the quality of the information that | James Peach | 2007-10-10 | 1 | -0/+5 |
* | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 2007-10-10 | 1 | -2/+2 |
* | r13072: Fix segfault in vfstest and smbtorture. | Deryck Hodge | 2007-10-10 | 1 | -0/+1 |
* | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 2007-10-10 | 1 | -1/+1 |
* | r6640: Attempt to fix 'make everything' with the paranoid malloc checker. | Volker Lendecke | 2007-10-10 | 1 | -7/+7 |
* | r4645: patch from Rob to fix the build breakage in vfstest after the reload_p... | Gerald Carter | 2007-10-10 | 1 | -2/+5 |
* | r1154: Change default setting for case sensitivity to "auto". If set to auto | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | Fix compiler warnings for vfstest. Patch from Stefan Metzmacher <mezte@metzem... | Alexander Bokovoy | 2003-06-04 | 1 | -2/+3 |
* | Fix VFS layer: | Alexander Bokovoy | 2003-05-11 | 1 | -7/+8 |
* | Reverse previous patch from Stefan and me after comments by Andrew Bartlett | Jelmer Vernooij | 2003-05-10 | 1 | -6/+0 |
* | Patch from metze and me that adds dummy smb_register_*() functions so | Jelmer Vernooij | 2003-05-10 | 1 | -0/+6 |
* | Fix popt usage (backport from HEAD) | Jelmer Vernooij | 2003-04-14 | 1 | -35/+9 |
* | Merge: const fixes. | Tim Potter | 2003-02-25 | 1 | -1/+2 |
* | correct init, tx Stefan | Simo Sorce | 2003-02-19 | 1 | -1/+2 |
* | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 2003-01-03 | 1 | -2/+2 |
* | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 2002-12-20 | 1 | -1/+1 |
* | initial mem_ctx to NULL | Andrew Tridgell | 2002-09-05 | 1 | -1/+1 |
* | Correct popt argument info in vfstest | Jelmer Vernooij | 2002-08-29 | 1 | -1/+1 |
* | Use popt for printing --help message | Jelmer Vernooij | 2002-08-29 | 1 | -24/+5 |
* | Don't use global memory context | Jelmer Vernooij | 2002-08-29 | 1 | -10/+7 |
* | if muhammad does not go to the mountain ... | Simo Sorce | 2002-08-24 | 1 | -0/+2 |