Age | Commit message (Expand) | Author | Files | Lines |
2011-06-30 | s3:nmbd_subnetdb: close all sockets attached to a subnet in close_subnet() (b... | Stefan Metzmacher | 1 | -3/+11 |
2011-06-23 | s3-param Remove 'announce version' parameter | Andrew Bartlett | 1 | -4/+4 |
2011-06-20 | tdb_fetch_compat: use instead of tdb_fetch. | Rusty Russell | 1 | -1/+1 |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 10 | -62/+62 |
2011-06-09 | s3-param Remove special case for global_scope() | Andrew Bartlett | 2 | -6/+6 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -2/+2 |
2011-06-01 | lib/util/time.c: timeval_current_ofs_msec | Rusty Russell | 1 | -2/+1 |
2011-05-31 | s3:nmbd: add _NMBD_NMBD_H_ guard to nmbd.h | Michael Adam | 1 | -0/+5 |
2011-05-31 | s3:nmbd: add GPL/Copyright header to nmbd.h | Michael Adam | 1 | -0/+20 |
2011-05-31 | s3:nmbd/nmbd_proto.h: add GPL/Copyright header | Michael Adam | 1 | -0/+25 |
2011-05-29 | s3: Use cli_connect_nb in nmbd sync_child | Volker Lendecke | 1 | -18/+4 |
2011-05-28 | s3: Fix some nonemtpy blank lines | Volker Lendecke | 1 | -6/+5 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -1/+1 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 2 | -0/+2 |
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-05-05 | More simple const fixes. | Jeremy Allison | 4 | -12/+12 |
2011-05-05 | More const compiler warning fixes. | Jeremy Allison | 5 | -28/+28 |
2011-05-04 | Fix warning messages caused by addition of null check in fstrcpy macro. | Jeremy Allison | 3 | -6/+8 |
2011-05-04 | Remove overmalloc_safe_strcpy - can be simple strlcpy. | Jeremy Allison | 2 | -2/+2 |
2011-05-04 | Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here as... | Jeremy Allison | 1 | -1/+1 |
2011-05-04 | Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1. | Jeremy Allison | 1 | -1/+1 |
2011-04-14 | s3: only include smb profiling where needed. | Günther Deschner | 3 | -0/+3 |
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 1 | -1/+0 |
2011-03-30 | s3-messages: only include messages.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-libsmb: put namequery headers to nmblib.h | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 5 | -0/+5 |
2011-03-27 | s3: Fix Coverity ID 2331: RESOURCE_LEAK | Volker Lendecke | 1 | -0/+1 |
2011-03-23 | s3-config: say which config file we failed to open | Andrew Tridgell | 1 | -1/+1 |
2011-03-23 | fault: get fault.c ready for use by s4 | Andrew Tridgell | 1 | -1/+1 |
2011-03-22 | s3-fault: removed the cont_fn from fault_setup() | Andrew Tridgell | 1 | -10/+1 |
2011-03-15 | s3-libsmb: only include rap client when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-02 | s3-server_id: only include server_id where needed. | Günther Deschner | 1 | -0/+1 |
2011-02-28 | s3: Use poll in nmbd | Volker Lendecke | 1 | -102/+113 |
2011-02-14 | s3: Fix a typed-punned warning | Volker Lendecke | 1 | -1/+1 |
2011-02-06 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -4/+3 |
2011-02-02 | s3: Remove superfluous ; | Günther Deschner | 1 | -1/+1 |
2011-01-31 | Revert "s3:events: Call all ready fd event handlers on each iteration of the ... | Stefan Metzmacher | 1 | -3/+3 |
2011-01-07 | s3-nmbd: Fix bug #7875 | Björn Baumbach | 1 | -2/+2 |
2011-01-07 | netlogon: move netlogon helpers to ../libcli/netlogon. | Günther Deschner | 1 | -1/+1 |
2011-01-07 | s3: Remove some unused code | Volker Lendecke | 2 | -18/+2 |
2011-01-07 | s3: Limit the number of unexpected clients to 200 | Volker Lendecke | 1 | -2/+4 |
2011-01-07 | s3: Make nmbd listen on the unexpected socket | Volker Lendecke | 3 | -0/+27 |
2011-01-05 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -26/+25 |
2010-12-23 | All calls to event_add_to_select_args() call GetTimeOfDay() and | Jeremy Allison | 1 | -5/+2 |
2010-11-14 | Fix the unexpected.tdb database problem. Change nmbd to store the | Jeremy Allison | 2 | -3/+8 |
2010-11-14 | Move error reporting of messaging context creation fail into | Jeremy Allison | 1 | -15/+6 |
2010-11-02 | s3-debug Convert from x_file to real file descriptors. | Andrew Bartlett | 1 | -2/+0 |