summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_processlogon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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