summaryrefslogtreecommitdiffstats
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison2012-05-311-1/+2
* s3-param: Rename lp_dns_proxy() -> lp_wins_dns_proxy() for clarityAndrew Bartlett2012-05-302-2/+2
* s3:libsmb: get rid of cli_negprotLuk Claes2012-05-281-1/+3
* s3: Fix Coverity ID 2686 -- RESOURCE_LEAKVolker Lendecke2012-04-191-0/+1
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-245-6/+6
* s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam2012-03-151-0/+11
* s3: piddir creation fix part 2.Ira Cooper2012-03-071-0/+4
* s3: Fix some format string warningsVolker Lendecke2012-03-061-9/+13
* s3-nmbd: Add stdin handler for nmbdAndrew Bartlett2012-03-041-0/+33
* lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett2012-02-161-1/+1
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-1/+1
* s3-nmbd: Initialise newly non-static variablesAndrew Bartlett2012-02-161-4/+4
* s3-nmbd: don't discard DGRAM frames from local addresses when we are a DCMatthieu Patou2012-02-031-15/+17
* s3: Remove a call to procid_self()Volker Lendecke2011-12-141-1/+1
* s3: Remove nmbd_messaging_context()Volker Lendecke2011-12-141-31/+18
* s3: Fix some pointless staticsVolker Lendecke2011-12-141-5/+5
* s3: Remove a call to procid_self()Volker Lendecke2011-12-141-6/+8
* s3: Remove a call to procid_self()Volker Lendecke2011-12-141-7/+10
* s3: Pass messaging_context to nmbd/process()Volker Lendecke2011-12-141-4/+3
* s3: Make nmbd_messaging_context staticVolker Lendecke2011-12-142-2/+1
* s3: Centralize nmbd_messaging_context in nmbd.cVolker Lendecke2011-12-144-13/+12
* s3: Fix some nonempty blank linesVolker Lendecke2011-12-141-4/+4
* s3: Fix some nonempty blank linesVolker Lendecke2011-12-131-10/+10
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-122-2/+2
* s3:nmbd: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-1/+1
* s3-nmbd Remove AD netlogon response from s3 nmbd serverAndrew Bartlett2011-11-171-92/+15
* s3-param remove lp_domain_logons(), always use IS_DCAndrew Bartlett2011-11-172-2/+2
* s3:nmbd: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-2/+2
* libcli/cldap: don't pass tevent_context to cldap_socket_init()Stefan Metzmacher2011-10-101-2/+1
* libcli/cldap: pass tevent_context to cldap_netlogon_send()Stefan Metzmacher2011-10-101-1/+1
* s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2011-09-151-1/+1
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-081-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-251-3/+3
* s3-messaging: Fix messaging classes.Simo Sorce2011-08-111-1/+3
* s3-nmbd: fix talloc/malloc mismatch in create_listen_pollfds().Günther Deschner2011-08-041-1/+1
* s3:nmbd: use the lp_load_global() wrapper of lp_load()Michael Adam2011-07-281-1/+1
* debug: log early messages to stdout, and keep it openAndrew Bartlett2011-07-201-1/+4
* 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