summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-07netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner1-1/+1
2011-01-07s3: Remove some unused codeVolker Lendecke2-18/+2
2011-01-07s3: Limit the number of unexpected clients to 200Volker Lendecke1-2/+4
2011-01-07s3: Make nmbd listen on the unexpected socketVolker Lendecke3-0/+27
2011-01-05s3: Fix some nonempty blank linesVolker Lendecke1-26/+25
2010-12-23All calls to event_add_to_select_args() call GetTimeOfDay() andJeremy Allison1-5/+2
2010-11-14Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison2-3/+8
2010-11-14Move error reporting of messaging context creation fail intoJeremy Allison1-15/+6
2010-11-02s3-debug Convert from x_file to real file descriptors.Andrew Bartlett1-2/+0
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-4/+7
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
2010-10-08Move talloc_enable_null_tracking() to the s3 daemonsVolker Lendecke1-1/+7
2010-10-01s3:events: Call all ready fd event handlers on each iteration of the main loopSteven Danneman1-3/+3
2010-10-01samba: share select wrappers.Günther Deschner1-0/+1
2010-09-27Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison1-1/+2
2010-09-20s3-nmbd: move SYNC_DNS to nmbd.hGünther Deschner1-0/+3
2010-09-09s3-nmbd: use NETLOGON_NT_VERSION_1 in LOGON_PRIMARY_RESPONSE.Günther Deschner1-1/+1
2010-09-09s3-nmbd: use autogenerated marshalling for LOGON_SAM_LOGON_REQUEST.Günther Deschner1-301/+94
2010-09-09s3-nmbd: use autogenerated marshalling for LOGON_PRIMARY_QUERY.Günther Deschner1-109/+33
2010-09-09s3-nmbd: use autogenerated marshalling for LOGON_REQUEST.Günther Deschner1-47/+29
2010-09-09s3-nmbd: handle source_name in one location in nmbd_process_logon().Günther Deschner1-5/+4
2010-09-09s3-nmbd: use nbt_netlogon_packet in process_logon_packet().Günther Deschner1-5/+24
2010-09-08s3-nmbd: fix indentation in process_logon_packet().Günther Deschner1-523/+519