Age | Commit message (Expand) | Author | Files | Lines |
2003-05-20 | Fix bug #98: DNS compression is required for proper building of the | Jim McDonough | 1 | -25/+42 |
2003-01-28 | Merge from HEAD: | Andrew Bartlett | 1 | -2/+2 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -2/+2 |
2002-12-03 | Stop using hacks for dns host/domain names. | Jim McDonough | 1 | -3/+5 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -13/+9 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -1/+2 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -11/+102 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-12-21 | Add an output parameter to message_send_all that says how many | Martin Pool | 1 | -1/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-27 | How often did I read the CVS commit message | Volker Lendecke | 1 | -1/+1 |
2001-09-26 | From 2.2. | Volker Lendecke | 1 | -0/+6 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -1/+1 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 1 | -1/+1 |
2001-08-28 | Send a MSG_SMB_SAM_REPL when a UAS/SAM change netlogon message is | Tim Potter | 1 | -8/+34 |
2001-08-24 | Process the SAM/UAS change notification message. | Tim Potter | 1 | -0/+73 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -4/+4 |
2001-03-15 | AS/U on a sparc now joins and authenticates against a Samba PDC ! | Jeremy Allison | 1 | -1/+1 |
2000-05-02 | Fixed wild pointer diff found by insure. | Jeremy Allison | 1 | -1/+1 |
2000-04-22 | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 1 | -3/+8 |
2000-04-18 | updates from the TNG branch | Andrew Tridgell | 1 | -10/+6 |
2000-04-12 | logic for domainsidsize is if size is zero, there's no sid, so don't | Luke Leighton | 1 | -1/+0 |
2000-04-11 | include/byteorder.h: ALIGN4/ALIGN2 macros. | Jeremy Allison | 1 | -3/+3 |
2000-04-11 | add a comment | Andrew Tridgell | 1 | -1/+1 |
2000-04-11 | some updates to the process logon code to reflect lukes latest | Andrew Tridgell | 1 | -20/+38 |
2000-03-28 | damn, the test was the wrong way around for short_resuest | Andrew Tridgell | 1 | -1/+1 |
2000-03-27 | changed the definition of dos_PutUniCode | Andrew Tridgell | 1 | -9/+4 |
2000-03-27 | the final part of the nmbd merge between head and tng - this gets the | Andrew Tridgell | 1 | -25/+34 |
2000-02-23 | lib/system.c: Fixed gcc warnings. | Jeremy Allison | 1 | -2/+2 |
2000-02-22 | richard got the short request for GETDC right (hooray!) win9x _and_ nt | Luke Leighton | 1 | -11/+24 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -57/+34 |
1999-11-18 | responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, the | Luke Leighton | 1 | -8/+8 |
1999-11-18 | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1 | -0/+2 |
1999-11-15 | - added DCE/RPC "fault" PDU support. | Luke Leighton | 1 | -5/+21 |
1999-08-08 | Fix for Win95 not being able to find PDC (for User/Server Manager, and | Matthew Chapman | 1 | -11/+14 |
1999-03-17 | SAMLOGON query - alignment issue is beginning to get to me. | Luke Leighton | 1 | -0/+2 |
1999-03-17 | alignment issue for UDP SAMLOGON response. | Luke Leighton | 1 | -2/+2 |
1999-03-09 | alignment issue in UDP SAMLOGON response. | Luke Leighton | 1 | -3/+6 |
1999-03-09 | oh dear, it's this one again. removed check for MAILSLOT\NTLOGON because | Luke Leighton | 1 | -14/+12 |
1999-02-15 | Always null-terminate strings. | Matthew Chapman | 1 | -7/+7 |
1999-02-12 | UNICODE cleanup (see lib/util_unistr.c). | Matthew Chapman | 1 | -20/+21 |
1998-12-09 | removed the SID stuff from the head branch as well. | Andrew Tridgell | 1 | -23/+5 |
1998-10-31 | took out Lukes change as it breaks domain logons for Win95 clients | Andrew Tridgell | 1 | -4/+0 |
1998-10-21 | fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh). | Luke Leighton | 1 | -0/+6 |
1998-09-29 | Missed one removed multi-statement line. Grrr. | Jeremy Allison | 1 | -0/+1 |
1998-09-29 | Fixed bug introduced by me in dead code elimination. | Jeremy Allison | 1 | -22/+44 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 1 | -14/+1 |
1998-08-30 | added a dest_port parameter to send_mailslot() so we send replies to | Andrew Tridgell | 1 | -3/+3 |
1998-05-18 | chgpasswd.c: Changed back to getsmb... from getsam... | Jeremy Allison | 1 | -1/+1 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -9/+9 |