Age | Commit message (Expand) | Author | Files | Lines |
2009-01-22 | s3:smbd: we don't need to call message_dispatch() anymore it's event triggere... | Stefan Metzmacher | 1 | -3/+0 |
2009-01-22 | s3: always call run_events() before and after sys_select() | Stefan Metzmacher | 1 | -4/+8 |
2009-01-20 | Remove some unused code | Volker Lendecke | 1 | -3/+0 |
2009-01-16 | s3:cluster: fix ctdb ipv6 support | Stefan Metzmacher | 1 | -3/+1 |
2009-01-15 | s3: make better use of ccache by not including version.h in every C-file. | Michael Adam | 1 | -1/+1 |
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 1 | -39/+23 |
2009-01-08 | s3:smbd: variables in a main() don't need to be static | Stefan Metzmacher | 1 | -7/+7 |
2009-01-08 | s3:smbd: open_sockets_smbd() don't need a static variable arrount atexit() | Stefan Metzmacher | 1 | -7/+1 |
2009-01-05 | clean event context after child is forked. | Bo Yang | 1 | -2/+5 |
2008-12-30 | s3 build: Fix warning | Tim Prouty | 1 | -0/+2 |
2008-12-30 | s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADD | Stefan Metzmacher | 1 | -3/+6 |
2008-12-05 | Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.conf | Yasuma Takeda | 1 | -3/+2 |
2008-11-06 | Make us clean under valgrind --leak-check=full by using talloc_autofree_conte... | Jeremy Allison | 1 | -3/+3 |
2008-11-01 | Remove sys_chroot() - libreplace already provides an alternative. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-18 | s3-build: fix the build of smbd. | Günther Deschner | 1 | -1/+1 |
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -2/+2 |
2008-10-03 | Simply our main loop processing. A lot :-). Correctly use events for all the ... | Jeremy Allison | 1 | -0/+31 |
2008-08-14 | Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is... | Jeremy Allison | 1 | -1/+2 |
2008-08-13 | smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su... | Michael Adam | 1 | -1/+3 |
2008-08-13 | added a explanatory comment on tcon check | Andrew Tridgell | 1 | -0/+4 |
2008-08-13 | ensure we exit with non-zero status on EOF on socket, so the parent | Andrew Tridgell | 1 | -3/+8 |
2008-08-13 | fixed child exit handling and IP release handling | Andrew Tridgell | 1 | -1/+3 |
2008-08-13 | log unclean shutdowns | Andrew Tridgell | 1 | -0/+1 |
2008-08-13 | register the ctdbd reconfigure message | Andrew Tridgell | 1 | -0/+4 |
2008-08-13 | first cut at adding full transactions for ctdb to samba3 | Andrew Tridgell | 1 | -7/+0 |
2008-06-26 | smbd: untangle logic in smbd_messaging_context() slightly. | Michael Adam | 1 | -2/+5 |
2008-06-26 | smbd: don't panic if messaging_init() fails but return NULL | Michael Adam | 1 | -1/+1 |
2008-05-27 | Allow server manager to close open files selected by id. | Jeremy Allison | 1 | -0/+2 |
2008-04-23 | Fix CLEAR_IF_FIRST handling of messages.tdb | Volker Lendecke | 1 | -2/+3 |
2008-04-18 | smbd: create the messaging conntext earlier | Stefan Metzmacher | 1 | -11/+16 |
2008-04-18 | smbd: call reinit_after_fork() in the needed places | Stefan Metzmacher | 1 | -16/+6 |
2008-04-18 | smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb tree | Stefan Metzmacher | 1 | -2/+4 |
2008-04-13 | registry: rename init_registry() to registry_init_full() for consistency. | Michael Adam | 1 | -1/+1 |
2008-04-13 | registry: change init_registry() to return WERROR instead of bool. | Michael Adam | 1 | -1/+1 |
2008-04-12 | dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbindd | Stefan Metzmacher | 1 | -1/+5 |
2008-04-08 | Destroy DMAPI session when main smbd daemon exits. | Alexander Bokovoy | 1 | -0/+9 |
2008-03-20 | Port 3c1f1f0797e from 3-0-ctdb | root | 1 | -3/+57 |
2008-03-18 | [samba-3-0-ctdb.tridge @ tridge@samba.org-20070602053809-kpw5kjkcyjs8yjbl] | Andrew Tridgell | 1 | -1/+1 |
2008-02-18 | Check return code of secrets_init() function. | Tim Potter | 1 | -1/+2 |
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 |