| Commit message (Expand) | Author | Age | Files | Lines |
* | r2261: fix getdc mailslot checks; testing with Windows 98se, WinME, WinNT 4.0... | Gerald Carter | 2007-10-10 | 1 | -3/+3 |
* | r2224: Make nmbd more robust against bad netbios packets. | Jeremy Allison | 2007-10-10 | 1 | -1/+103 |
* | r196: merging struct uuid from trunk | Gerald Carter | 2007-10-10 | 1 | -3/+6 |
* | Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios | Jeremy Allison | 2004-03-15 | 1 | -2/+2 |
* | Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ... | Jeremy Allison | 2004-03-13 | 1 | -3/+3 |
* | Fix up name canonicalization (needed for krb5 keytab support later). | Jeremy Allison | 2004-01-30 | 1 | -1/+1 |
* | A Samba DC is nothing special these days - so every domain controller | Andrew Bartlett | 2004-01-24 | 1 | -8/+8 |
* | Final round of printf warnings fixes for the moment. | Tim Potter | 2003-11-06 | 1 | -1/+1 |
* | Fixes to check for wraps which could cause coredumps. | Jeremy Allison | 2003-10-29 | 1 | -0/+3 |
* | Fix the character set handling properly in nmbd. Also fix bug where | Jeremy Allison | 2003-08-27 | 1 | -396/+417 |
* | Update my copyrights according to my agreement with IBM | Jim McDonough | 2003-08-01 | 1 | -1/+1 |
* | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 2003-08-01 | 1 | -1/+0 |
* | Fix bug #98: DNS compression is required for proper building of the | Jim McDonough | 2003-05-20 | 1 | -25/+42 |
* | Merge from HEAD: | Andrew Bartlett | 2003-01-28 | 1 | -2/+2 |
* | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 2003-01-03 | 1 | -2/+2 |
* | Stop using hacks for dns host/domain names. | Jim McDonough | 2002-12-03 | 1 | -3/+5 |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -13/+9 |
* | sync'ing up for 3.0alpha20 release | Gerald Carter | 2002-09-25 | 1 | -1/+2 |
* | sync 3.0 branch with head | Jelmer Vernooij | 2002-08-17 | 1 | -11/+102 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
* | Add an output parameter to message_send_all that says how many | Martin Pool | 2001-12-21 | 1 | -1/+1 |
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -2/+0 |
* | How often did I read the CVS commit message | Volker Lendecke | 2001-09-27 | 1 | -1/+1 |
* | From 2.2. | Volker Lendecke | 2001-09-26 | 1 | -0/+6 |
* | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -1/+1 |
* | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 2001-09-06 | 1 | -1/+1 |
* | Send a MSG_SMB_SAM_REPL when a UAS/SAM change netlogon message is | Tim Potter | 2001-08-28 | 1 | -8/+34 |
* | Process the SAM/UAS change notification message. | Tim Potter | 2001-08-24 | 1 | -0/+73 |
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 1 | -4/+4 |
* | AS/U on a sparc now joins and authenticates against a Samba PDC ! | Jeremy Allison | 2001-03-15 | 1 | -1/+1 |
* | Fixed wild pointer diff found by insure. | Jeremy Allison | 2000-05-02 | 1 | -1/+1 |
* | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 2000-04-22 | 1 | -3/+8 |
* | updates from the TNG branch | Andrew Tridgell | 2000-04-18 | 1 | -10/+6 |
* | logic for domainsidsize is if size is zero, there's no sid, so don't | Luke Leighton | 2000-04-12 | 1 | -1/+0 |
* | include/byteorder.h: ALIGN4/ALIGN2 macros. | Jeremy Allison | 2000-04-11 | 1 | -3/+3 |
* | add a comment | Andrew Tridgell | 2000-04-11 | 1 | -1/+1 |
* | some updates to the process logon code to reflect lukes latest | Andrew Tridgell | 2000-04-11 | 1 | -20/+38 |
* | damn, the test was the wrong way around for short_resuest | Andrew Tridgell | 2000-03-28 | 1 | -1/+1 |
* | changed the definition of dos_PutUniCode | Andrew Tridgell | 2000-03-27 | 1 | -9/+4 |
* | the final part of the nmbd merge between head and tng - this gets the | Andrew Tridgell | 2000-03-27 | 1 | -25/+34 |
* | lib/system.c: Fixed gcc warnings. | Jeremy Allison | 2000-02-23 | 1 | -2/+2 |
* | richard got the short request for GETDC right (hooray!) win9x _and_ nt | Luke Leighton | 2000-02-22 | 1 | -11/+24 |
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -57/+34 |
* | responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, the | Luke Leighton | 1999-11-18 | 1 | -8/+8 |
* | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1999-11-18 | 1 | -0/+2 |
* | - added DCE/RPC "fault" PDU support. | Luke Leighton | 1999-11-15 | 1 | -5/+21 |
* | Fix for Win95 not being able to find PDC (for User/Server Manager, and | Matthew Chapman | 1999-08-08 | 1 | -11/+14 |
* | SAMLOGON query - alignment issue is beginning to get to me. | Luke Leighton | 1999-03-17 | 1 | -0/+2 |
* | alignment issue for UDP SAMLOGON response. | Luke Leighton | 1999-03-17 | 1 | -2/+2 |
* | alignment issue in UDP SAMLOGON response. | Luke Leighton | 1999-03-09 | 1 | -3/+6 |