summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_processlogon.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-02-22richard got the short request for GETDC right (hooray!) win9x _and_ ntLuke Leighton1-11/+24
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-57/+34
1999-11-18responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, theLuke Leighton1-8/+8
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-0/+2
1999-11-15- added DCE/RPC "fault" PDU support.Luke Leighton1-5/+21
1999-08-08Fix for Win95 not being able to find PDC (for User/Server Manager, andMatthew Chapman1-11/+14
1999-03-17SAMLOGON query - alignment issue is beginning to get to me.Luke Leighton1-0/+2
1999-03-17alignment issue for UDP SAMLOGON response.Luke Leighton1-2/+2
1999-03-09alignment issue in UDP SAMLOGON response.Luke Leighton1-3/+6
1999-03-09oh dear, it's this one again. removed check for MAILSLOT\NTLOGON becauseLuke Leighton1-14/+12
1999-02-15Always null-terminate strings.Matthew Chapman1-7/+7
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-20/+21
1998-12-09removed the SID stuff from the head branch as well.Andrew Tridgell1-23/+5
1998-10-31took out Lukes change as it breaks domain logons for Win95 clientsAndrew Tridgell1-4/+0