summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
2011-09-08s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher1-1/+1
2011-08-25s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2011-08-11s3-messaging: Fix messaging classes.Simo Sorce1-1/+3
2011-08-04s3-nmbd: fix talloc/malloc mismatch in create_listen_pollfds().Günther Deschner1-1/+1
2011-07-28s3:nmbd: use the lp_load_global() wrapper of lp_load()Michael Adam1-1/+1
2011-07-20debug: log early messages to stdout, and keep it openAndrew Bartlett1-1/+4
2011-07-03S3: Fix some nonempty blank linesVolker Lendecke1-26/+26
2011-07-02param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett1-1/+1
2011-06-30Part of fix for bug 8276 - FD_SET out of bounds access crash.Jeremy Allison1-9/+18
2011-06-30s3:nmbd_subnetdb: close all sockets attached to a subnet in close_subnet() (b...Stefan Metzmacher1-3/+11
2011-06-23s3-param Remove 'announce version' parameterAndrew Bartlett1-4/+4
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell1-1/+1
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett10-62/+62
2011-06-09s3-param Remove special case for global_scope()Andrew Bartlett2-6/+6
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-2/+2
2011-06-01lib/util/time.c: timeval_current_ofs_msecRusty Russell1-2/+1
2011-05-31s3:nmbd: add _NMBD_NMBD_H_ guard to nmbd.hMichael Adam1-0/+5
2011-05-31s3:nmbd: add GPL/Copyright header to nmbd.hMichael Adam1-0/+20
2011-05-31s3:nmbd/nmbd_proto.h: add GPL/Copyright headerMichael Adam1-0/+25
2011-05-29s3: Use cli_connect_nb in nmbd sync_childVolker Lendecke1-18/+4
2011-05-28s3: Fix some nonemtpy blank linesVolker Lendecke1-6/+5
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-1/+1
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner2-0/+2
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-05-05More simple const fixes.Jeremy Allison4-12/+12
2011-05-05More const compiler warning fixes.Jeremy Allison5-28/+28
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison3-6/+8
2011-05-04Remove overmalloc_safe_strcpy - can be simple strlcpy.Jeremy Allison2-2/+2
2011-05-04Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here as...Jeremy Allison1-1/+1
2011-05-04Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison1-1/+1
2011-04-14s3: only include smb profiling where needed.Günther Deschner3-0/+3
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-libsmb: put namequery headers to nmblib.hGünther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner5-0/+5
2011-03-27s3: Fix Coverity ID 2331: RESOURCE_LEAKVolker Lendecke1-0/+1
2011-03-23s3-config: say which config file we failed to openAndrew Tridgell1-1/+1
2011-03-23fault: get fault.c ready for use by s4Andrew Tridgell1-1/+1
2011-03-22s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell1-10/+1
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+1
2011-03-02s3-server_id: only include server_id where needed.Günther Deschner1-0/+1
2011-02-28s3: Use poll in nmbdVolker Lendecke1-102/+113
2011-02-14s3: Fix a typed-punned warningVolker Lendecke1-1/+1
2011-02-06s3: Fix some nonempty blank linesVolker Lendecke1-4/+3
2011-02-02s3: Remove superfluous ;Günther Deschner1-1/+1
2011-01-31Revert "s3:events: Call all ready fd event handlers on each iteration of the ...Stefan Metzmacher1-3/+3
2011-01-07s3-nmbd: Fix bug #7875Björn Baumbach1-2/+2