summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd_processlogon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-101-1/+1
* r22911: Pass a messaging_context to message_send_allVolker Lendecke2007-10-101-2/+2
* r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-10-101-15/+1
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-101-10/+10
* r22042: Try and clean up my own mess using the API VolkerJeremy Allison2007-10-101-1/+1
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-101-19/+19
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-3/+3
* r18660: Fix build, one uuid->GUID was missed.Jim McDonough2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+1
* r2261: fix getdc mailslot checks; testing with Windows 98se, WinME, WinNT 4.0...Gerald Carter2007-10-101-3/+3
* r2224: Make nmbd more robust against bad netbios packets.Jeremy Allison2007-10-101-1/+103
* r196: merging struct uuid from trunkGerald Carter2007-10-101-3/+6
* Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-151-2/+2
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-3/+3
* Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison2004-01-301-1/+1
* A Samba DC is nothing special these days - so every domain controllerAndrew Bartlett2004-01-241-8/+8
* Final round of printf warnings fixes for the moment.Tim Potter2003-11-061-1/+1
* Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-291-0/+3
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-271-396/+417
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough2003-08-011-1/+0
* Fix bug #98: DNS compression is required for proper building of theJim McDonough2003-05-201-25/+42
* Merge from HEAD:Andrew Bartlett2003-01-281-2/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Stop using hacks for dns host/domain names.Jim McDonough2002-12-031-3/+5
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-13/+9
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+2
* sync 3.0 branch with headJelmer Vernooij2002-08-171-11/+102
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Add an output parameter to message_send_all that says how manyMartin Pool2001-12-211-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* How often did I read the CVS commit messageVolker Lendecke2001-09-271-1/+1
* From 2.2.Volker Lendecke2001-09-261-0/+6
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* Send a MSG_SMB_SAM_REPL when a UAS/SAM change netlogon message isTim Potter2001-08-281-8/+34
* Process the SAM/UAS change notification message.Tim Potter2001-08-241-0/+73
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+4
* AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison2001-03-151-1/+1
* Fixed wild pointer diff found by insure.Jeremy Allison2000-05-021-1/+1
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-3/+8
* updates from the TNG branchAndrew Tridgell2000-04-181-10/+6
* logic for domainsidsize is if size is zero, there's no sid, so don'tLuke Leighton2000-04-121-1/+0
* include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-111-3/+3
* add a commentAndrew Tridgell2000-04-111-1/+1
* some updates to the process logon code to reflect lukes latestAndrew Tridgell2000-04-111-20/+38
* damn, the test was the wrong way around for short_resuestAndrew Tridgell2000-03-281-1/+1