summaryrefslogtreecommitdiffstats
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* S3: Fix some nonempty blank linesVolker Lendecke2011-07-031-26/+26
* param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett2011-07-021-1/+1
* Part of fix for bug 8276 - FD_SET out of bounds access crash.Jeremy Allison2011-06-301-9/+18
* s3:nmbd_subnetdb: close all sockets attached to a subnet in close_subnet() (b...Stefan Metzmacher2011-06-301-3/+11
* s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-231-4/+4
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-1/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-0910-62/+62
* s3-param Remove special case for global_scope()Andrew Bartlett2011-06-092-6/+6
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-2/+2
* lib/util/time.c: timeval_current_ofs_msecRusty Russell2011-06-011-2/+1
* s3:nmbd: add _NMBD_NMBD_H_ guard to nmbd.hMichael Adam2011-05-311-0/+5
* s3:nmbd: add GPL/Copyright header to nmbd.hMichael Adam2011-05-311-0/+20
* s3:nmbd/nmbd_proto.h: add GPL/Copyright headerMichael Adam2011-05-311-0/+25
* s3: Use cli_connect_nb in nmbd sync_childVolker Lendecke2011-05-291-18/+4
* s3: Fix some nonemtpy blank linesVolker Lendecke2011-05-281-6/+5
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-062-0/+2
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* More simple const fixes.Jeremy Allison2011-05-054-12/+12
* More const compiler warning fixes.Jeremy Allison2011-05-055-28/+28
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-043-6/+8
* Remove overmalloc_safe_strcpy - can be simple strlcpy.Jeremy Allison2011-05-042-2/+2
* Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here as...Jeremy Allison2011-05-041-1/+1
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-1/+1
* s3: only include smb profiling where needed.Günther Deschner2011-04-143-0/+3
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-305-0/+5
* s3: Fix Coverity ID 2331: RESOURCE_LEAKVolker Lendecke2011-03-271-0/+1
* s3-config: say which config file we failed to openAndrew Tridgell2011-03-231-1/+1
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-231-1/+1
* s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2011-03-221-10/+1
* s3-libsmb: only include rap client when needed.Günther Deschner2011-03-151-0/+1
* s3-server_id: only include server_id where needed.Günther Deschner2011-03-021-0/+1
* s3: Use poll in nmbdVolker Lendecke2011-02-281-102/+113
* s3: Fix a typed-punned warningVolker Lendecke2011-02-141-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-061-4/+3
* s3: Remove superfluous ;Günther Deschner2011-02-021-1/+1
* Revert "s3:events: Call all ready fd event handlers on each iteration of the ...Stefan Metzmacher2011-01-311-3/+3
* s3-nmbd: Fix bug #7875Björn Baumbach2011-01-071-2/+2
* netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner2011-01-071-1/+1
* s3: Remove some unused codeVolker Lendecke2011-01-072-18/+2
* s3: Limit the number of unexpected clients to 200Volker Lendecke2011-01-071-2/+4
* s3: Make nmbd listen on the unexpected socketVolker Lendecke2011-01-073-0/+27
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-051-26/+25
* All calls to event_add_to_select_args() call GetTimeOfDay() andJeremy Allison2010-12-231-5/+2