summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_processlogon.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all uses of uint8/16/32 to _t in nmbd and the include file.Richard Sharpe2015-05-011-3/+3
* s3:nmbd: s/event_add_timed/tevent_add_timerStefan Metzmacher2013-02-191-1/+1
* s3:nmbd: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-1/+1
* s3:nmbd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-1/+1
* s3: Fix Coverity ID 2686 -- RESOURCE_LEAKVolker Lendecke2012-04-191-0/+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-171-1/+1
* 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-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-9/+9
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* lib/util/time.c: timeval_current_ofs_msecRusty Russell2011-06-011-2/+1
* More simple const fixes.Jeremy Allison2011-05-051-3/+3
* More const compiler warning fixes.Jeremy Allison2011-05-051-1/+1
* netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner2011-01-071-1/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* 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: move nmbd proto out of main proto.hGünther Deschner2010-08-261-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: remove unused librpc/ndr/sid.c.Günther Deschner2010-06-031-0/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-3/+3
* s3:nmbd: fix typoBjörn Jacke2009-05-281-1/+1
* Fix Coverity bug #902, uninitialized variable.Jeremy Allison2009-04-231-1/+1
* s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requestsStefan Metzmacher2009-03-211-0/+238
* Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2009-02-131-1/+1
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-2/+1
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-1/+1
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-1/+1
* s3-nbt: remove double nbt netlogon opcodes.Günther Deschner2008-09-251-15/+15
* fix build warning.Günther Deschner2008-08-201-1/+1
* nmbd: add support for delayed initial samlogon packages.Michael Adam2008-08-091-6/+86
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-211-2/+2
* strtok -> strtok_rVolker Lendecke2008-01-231-1/+2
* Remove pstring from nmbd.Jeremy Allison2007-11-191-12/+12
* Remove more pstring/fstrings.Jeremy Allison2007-11-081-2/+7
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-081-2/+7
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-4/+17
* r25238: Make the error returns from the string functionsJeremy Allison2007-10-101-3/+27
* r25170: Remove pstring limits from ms_fnmatch and module load.Jeremy Allison2007-10-101-4/+4
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-17/+82
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23783: Processing the UAS change message was causing problems on ppc64 LinuxAndrew Tridgell2007-10-101-108/+2