summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_processlogon.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-13/+9
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+2
2002-08-17sync 3.0 branch with headJelmer Vernooij1-11/+102
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-27How often did I read the CVS commit messageVolker Lendecke1-1/+1
2001-09-26From 2.2.Volker Lendecke1-0/+6
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-08-28Send a MSG_SMB_SAM_REPL when a UAS/SAM change netlogon message isTim Potter1-8/+34
2001-08-24Process the SAM/UAS change notification message.Tim Potter1-0/+73
2001-07-04The big character set handling changeover!Andrew Tridgell1-4/+4
2001-03-15AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison1-1/+1
2000-05-02Fixed wild pointer diff found by insure.Jeremy Allison1-1/+1
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-3/+8
2000-04-18updates from the TNG branchAndrew Tridgell1-10/+6
2000-04-12logic for domainsidsize is if size is zero, there's no sid, so don'tLuke Leighton1-1/+0
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison1-3/+3
2000-04-11add a commentAndrew Tridgell1-1/+1
2000-04-11some updates to the process logon code to reflect lukes latestAndrew Tridgell1-20/+38
2000-03-28damn, the test was the wrong way around for short_resuestAndrew Tridgell1-1/+1
2000-03-27changed the definition of dos_PutUniCodeAndrew Tridgell1-9/+4
2000-03-27the final part of the nmbd merge between head and tng - this gets theAndrew Tridgell1-25/+34
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison1-2/+2