summaryrefslogtreecommitdiffstats
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* s3-nmbd: use NETLOGON_NT_VERSION_1 in LOGON_PRIMARY_RESPONSE.Günther Deschner2010-09-091-1/+1
* s3-nmbd: use autogenerated marshalling for LOGON_SAM_LOGON_REQUEST.Günther Deschner2010-09-091-301/+94
* s3-nmbd: use autogenerated marshalling for LOGON_PRIMARY_QUERY.Günther Deschner2010-09-091-109/+33
* s3-nmbd: use autogenerated marshalling for LOGON_REQUEST.Günther Deschner2010-09-091-47/+29
* s3-nmbd: handle source_name in one location in nmbd_process_logon().Günther Deschner2010-09-091-5/+4
* s3-nmbd: use nbt_netlogon_packet in process_logon_packet().Günther Deschner2010-09-091-5/+24
* s3-nmbd: fix indentation in process_logon_packet().Günther Deschner2010-09-081-523/+519
* s3-nmbd: remove trailing whitespace in nmbd_processlogon.cGünther Deschner2010-09-081-9/+9
* s3/nmbd: tidy up debug message: ttl isn't a hex valueBjörn Jacke2010-09-071-1/+1
* s3-nmbd: move nmbd proto out of main proto.hGünther Deschner2010-08-2629-0/+386
* s3-nmbd: include svcctl.h where needed.Günther Deschner2010-08-068-0/+8
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: Pass the new server_id through reinit_after_forkVolker Lendecke2010-07-042-4/+12
* s3: Fix some type-punned warningsVolker Lendecke2010-07-041-6/+9
* s3: Remove serverid_[de]register_selfVolker Lendecke2010-07-041-2/+3
* s3-nmbd: Leave the sync function if there are no syncs.Andreas Schneider2010-06-281-0/+5
* s3: remove unused librpc/ndr/sid.c.Günther Deschner2010-06-031-0/+1
* s3: only use netlogon/nbt header when needed.Günther Deschner2010-05-311-0/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-3/+3
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider2010-03-261-1/+1
* Fix bug #7191 - WINS doesn't respond after > 86 #1c registrations.Craig Miskell2010-03-151-4/+115
* s3: Fix a long-standing problem with recycled PIDsVolker Lendecke2010-03-101-1/+6
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-231-1/+1
* s3-nmbd: Remove obsolete signal type cast.Andreas Schneider2010-02-233-7/+7
* s3-nmbd: note TODO item for qsortAndrew Tridgell2010-02-141-0/+2
* Fix unused variable warning after change to new DLINK macros.Jeremy Allison2010-02-101-2/+0
* s3-nmbd: update nmbd to use new DLIST_ macrosAndrew Tridgell2010-02-104-73/+9
* More of the fix for bug #7118 - nmbd problems with socket address.Jeremy Allison2010-02-101-0/+89
* Make "nmbd bind explicit broadcast" on by default.Jeremy Allison2010-02-081-1/+1
* s3:nmbd: change "nmbd:bind explicit broadcast" into "nmbd bind explicit broad...Stefan Metzmacher2010-02-081-1/+1
* s3:nmbd: also listen explicit on the subnet broadcast addressesStefan Metzmacher2010-02-083-110/+207
* Reduce debug log level from 0 -> 7 on non-critical message.Jeremy Allison2009-09-241-1/+1
* Make gencache more stableVolker Lendecke2009-07-151-0/+2
* Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke2009-06-181-0/+2
* s3:nmbd: fix typoBjörn Jacke2009-05-281-1/+1
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-272-4/+4
* Fix Coverity bug #902, uninitialized variable.Jeremy Allison2009-04-232-2/+4
* Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett2009-04-141-5/+5
* Fix bug #6224 - nmbd waits 5 minutes at startup before checking if it needs t...Jeremy Allison2009-03-261-3/+0
* s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requestsStefan Metzmacher2009-03-212-0/+244
* Fix bug #6186 - map readonly does not workJeremy Allison2009-03-121-0/+8
* More warning fixes for Solaris.Jeremy Allison2009-02-231-7/+7
* Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2009-02-131-1/+1
* Have nmbd check all available interfaces for WINS before failingAravind Srinivasan2009-02-042-2/+4
* Make cli_tcon_andx asyncVolker Lendecke2009-01-301-1/+1
* s3:nmbd: handle SIG_TERM and SIGHUP via teventStefan Metzmacher2009-01-271-48/+67
* s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...Stefan Metzmacher2009-01-273-23/+0
* s3:nmbd: install the SIG_DFL handler for SIGTERM while we're waiting for inte...Stefan Metzmacher2009-01-271-12/+4