Age | Commit message (Expand) | Author | Files | Lines |
2008-01-18 | Merge DMAPI fixes from CTDB Samba | Alexander Bokovoy | 1 | -6/+0 |
2008-01-16 | Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge... | Alexander Bokovoy | 1 | -3/+64 |
2008-01-10 | Don't print out debug messages at level 0 if we can't | Jeremy Allison | 1 | -4/+10 |
2007-12-21 | Add a global cache | Volker Lendecke | 1 | -0/+6 |
2007-12-18 | Remove last_message completely as it's no longer used. | Jeremy Allison | 1 | -6/+0 |
2007-12-18 | Add a in-memory cache | Volker Lendecke | 1 | -0/+13 |
2007-12-13 | Register the smb service with mDNS if mSDN is supported. | Rishi Srivatsavai | 1 | -9/+41 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -3/+3 |
2007-12-10 | Tiny simplifications | Volker Lendecke | 1 | -1/+1 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -9/+17 |
2007-12-07 | Don't build rpctorture anymore - not maintained. Just remove. | Jeremy Allison | 1 | -3/+3 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -1/+4 |
2007-11-11 | Three more pstring removals. | Jeremy Allison | 1 | -2/+1 |
2007-11-09 | Remove more static fstring/pstrings. Fix socket option | Jeremy Allison | 1 | -4/+2 |
2007-11-09 | Remove the silly "user_socket_options" global variable | Volker Lendecke | 1 | -6/+8 |
2007-11-03 | Remove most of the remaining globals out of lib/util_sock.c. | Jeremy Allison | 1 | -1/+4 |
2007-11-03 | I can't get away without a 'length' arg. :-). | Jeremy Allison | 1 | -2/+4 |
2007-11-03 | Stop get_peer_addr() and client_addr() from using global | Jeremy Allison | 1 | -1/+3 |
2007-10-31 | Fix vfstest link - move socket calls into smbd/process.c | Jeremy Allison | 1 | -288/+0 |
2007-10-31 | Make explicit draining the socket on RECVFILE. Add | Jeremy Allison | 1 | -1/+1 |
2007-10-30 | Add new parameter, "min receivefile size" (by default set | Jeremy Allison | 1 | -4/+295 |
2007-10-30 | start smbd, nmbd and winbindd with the same startup message | Stefan Metzmacher | 1 | -2/+2 |
2007-10-27 | Two patches | Volker Lendecke | 1 | -1/+1 |
2007-10-25 | Ensure we don't terminate if we fail to bind to a socket, | Jeremy Allison | 1 | -1/+6 |
2007-10-24 | Don't terminate on an invalid address family. | Jeremy Allison | 1 | -1/+1 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -71/+98 |
2007-10-19 | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 1 | -11/+32 |
2007-10-19 | fix startup of smbd, nmbd, winbindd | Stefan Metzmacher | 1 | -5/+5 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -15/+15 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -2/+11 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -91/+155 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 1 | -3/+0 |
2007-10-10 | r24702: Remove the old API pointers | Volker Lendecke | 1 | -5/+0 |
2007-10-10 | r24621: - deferr calling build_options();exit(0); | Stefan Metzmacher | 1 | -5/+10 |
2007-10-10 | r24599: patch from Karolin Seeger <ks@sernet.de>: | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r24029: merge from http://samba.org/~tridge/samba_3_2_ctdb/: | Stefan Metzmacher | 1 | -5/+8 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23783: Processing the UAS change message was causing problems on ppc64 Linux | Andrew Tridgell | 1 | -23/+0 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -3/+3 |
2007-10-10 | r23502: Restore exit-on-idle. Small refactoring for clarity. Exit if | James Peach | 1 | -17/+26 |
2007-10-10 | r23410: Merge the core of the cluster code. | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r23272: Fix main event loop - reviewed by Volker. | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r23241: In preparation for the cluster messaging import the parent smbd needs to | Volker Lendecke | 1 | -5/+19 |
2007-10-10 | r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzr | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r23168: Move the lp_max_connections() into service.c. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23167: Remove an unused parameter | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22954: More messaging_register | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22942: Some message_register -> messaging_register conversions | Volker Lendecke | 1 | -34/+59 |