summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_processlogon.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-03s3: remove unused librpc/ndr/sid.c.Günther Deschner1-0/+1
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-3/+3
2009-05-28s3:nmbd: fix typoBjörn Jacke1-1/+1
2009-04-23Fix Coverity bug #902, uninitialized variable.Jeremy Allison1-1/+1
2009-03-21s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requestsStefan Metzmacher1-0/+238
2009-02-13Replace get_myname() with the talloc version from v3-3-testVolker Lendecke1-1/+1
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher1-2/+1
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-1/+1
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-1/+1
2008-09-25s3-nbt: remove double nbt netlogon opcodes.Günther Deschner1-15/+15
2008-08-20fix build warning.Günther Deschner1-1/+1
2008-08-09nmbd: add support for delayed initial samlogon packages.Michael Adam1-6/+86
2008-04-21cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner1-2/+2
2008-01-23strtok -> strtok_rVolker Lendecke1-1/+2
2007-11-19Remove pstring from nmbd.Jeremy Allison1-12/+12
2007-11-08Remove more pstring/fstrings.Jeremy Allison1-2/+7
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison1-2/+7
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-4/+17
2007-10-10r25238: Make the error returns from the string functionsJeremy Allison1-3/+27
2007-10-10r25170: Remove pstring limits from ms_fnmatch and module load.Jeremy Allison1-4/+4
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-17/+82
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23783: Processing the UAS change message was causing problems on ppc64 LinuxAndrew Tridgell1-108/+2
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke1-1/+1
2007-10-10r22911: Pass a messaging_context to message_send_allVolker Lendecke1-2/+2
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke1-15/+1
2007-10-10r22045: As Volker noticed, skip_string's last argument isJeremy Allison1-10/+10
2007-10-10r22042: Try and clean up my own mess using the API VolkerJeremy Allison1-1/+1
2007-10-10r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison1-19/+19
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-3/+3
2007-10-10r18660: Fix build, one uuid->GUID was missed.Jim McDonough1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+1
2007-10-10r2261: fix getdc mailslot checks; testing with Windows 98se, WinME, WinNT 4.0...Gerald Carter1-3/+3
2007-10-10r2224: Make nmbd more robust against bad netbios packets.Jeremy Allison1-1/+103
2007-10-10r196: merging struct uuid from trunkGerald Carter1-3/+6
2004-03-15Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison1-2/+2
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison1-3/+3
2004-01-30Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison1-1/+1
2004-01-24A Samba DC is nothing special these days - so every domain controllerAndrew Bartlett1-8/+8
2003-11-06Final round of printf warnings fixes for the moment.Tim Potter1-1/+1
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison1-0/+3
2003-08-27Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison1-396/+417
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+0
2003-05-20Fix bug #98: DNS compression is required for proper building of theJim McDonough1-25/+42
2003-01-28Merge from HEAD:Andrew Bartlett1-2/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-12-03Stop using hacks for dns host/domain names.Jim McDonough1-3/+5