Age | Commit message (Expand) | Author | Files | Lines |
2001-10-17 | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 1 | -2/+2 |
2001-10-11 | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 1 | -0/+26 |
2001-10-03 | switched over to a new method of handling uppercase/lowercase mappings | Andrew Tridgell | 1 | -0/+10 |
2001-10-02 | Fixed up the change password bug when not using PAM. | Jeremy Allison | 1 | -4/+116 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-26 | OpenSSL merge from 2.2 | Gerald Carter | 1 | -1/+1 |
2001-09-17 | fixed ctemp in server and client. It turns out that ctemp on NT is completely... | Andrew Tridgell | 1 | -3/+4 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -14/+10 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 1 | -10/+0 |
2001-09-04 | Merge of transfer file code from 2.2, fix for readbraw. | Jeremy Allison | 1 | -66/+39 |
2001-09-04 | Fixed some compiler warnings. | Tim Potter | 1 | -2/+0 |
2001-08-20 | a bunch of fixes from the sflight to seattle | Andrew Tridgell | 1 | -3/+6 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 1 | -2/+6 |
2001-08-05 | me stupid. | Simo Sorce | 1 | -1/+1 |
2001-08-05 | Some fixes about malloc/Realloc and mem leak | Simo Sorce | 1 | -1/+1 |
2001-07-25 | need to push smb_search strings in client charset | Andrew Tridgell | 1 | -5/+5 |
2001-07-23 | Fix case insensitive password change code. | Jeremy Allison | 1 | -0/+13 |
2001-07-07 | Add backend encryption support for NTLMv2. | Andrew Bartlett | 1 | -3/+3 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -10/+10 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -17/+2 |
2001-06-25 | Ensure numeric group or user names don't get misinterpreted. | Jeremy Allison | 1 | -4/+8 |
2001-06-21 | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 1 | -1/+1 |
2001-06-18 | Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive | Tim Potter | 1 | -65/+4 |
2001-05-07 | removed need for scandir in client.c | Andrew Tridgell | 1 | -1/+3 |
2001-04-18 | Removed mktemp from HEAD - same as done in 2.2. | Jeremy Allison | 1 | -39/+4 |
2001-04-13 | Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hard | Jeremy Allison | 1 | -0/+24 |
2001-04-13 | As Andrew suggested, make smbrun return a fd for a deleted file which can then | Jeremy Allison | 1 | -2/+3 |
2001-04-11 | To stop people complaining about the mktemp call, move it into lib/util.c. Th... | Jeremy Allison | 1 | -0/+14 |
2001-04-10 | Fixed --with-automount compile error. | Jeremy Allison | 1 | -2/+2 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -1/+1 |
2001-03-26 | Patch to make automount lookup fallback to get home directory from getpwnam. | Jeremy Allison | 1 | -19/+25 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -1/+1 |
2001-03-10 | started support for unicode on the wire in smbd. Using a very similar | Andrew Tridgell | 1 | -0/+9 |
2001-02-20 | - neater setting of bcc | Andrew Tridgell | 1 | -6/+16 |
2000-11-16 | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 1 | -51/+0 |
2000-10-13 | Fix to allow smbd to call winbindd if it is running for all group enumeration, | Jeremy Allison | 1 | -15/+35 |
2000-09-27 | Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them | Jeremy Allison | 1 | -131/+0 |
2000-06-11 | Linux kernel oplocks now seem to work, but need a _lot_ of testing | Andrew Tridgell | 1 | -1/+1 |
2000-05-17 | Changed name of case_sensitive in mask_match to avaid gcc "shadow global" | Jeremy Allison | 1 | -4/+2 |
2000-05-02 | Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS | Jeremy Allison | 1 | -102/+6 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -3/+3 |
2000-04-30 | - removed all our old wildcard matching code and replaced it with a | Andrew Tridgell | 1 | -604/+53 |
2000-04-30 | YIPEE!!!!! | Andrew Tridgell | 1 | -1/+1 |
2000-04-24 | moved the INSURE hook into util.c | Andrew Tridgell | 1 | -0/+26 |
2000-04-23 | if using insure then don't close fd 2 | Andrew Tridgell | 1 | -1/+4 |
2000-04-22 | return NULL for a zero size memdup | Andrew Tridgell | 1 | -0/+1 |
2000-04-17 | moved standard_sub() and friends into a separate module | Andrew Tridgell | 1 | -269/+1 |
2000-04-15 | added standard_sub_snum() function for modules that don't have | Andrew Tridgell | 1 | -1/+8 |
2000-04-12 | Removed "ole locking compat" parameter (no longer used). | Jeremy Allison | 1 | -34/+1 |
2000-04-11 | include/byteorder.h: ALIGN4/ALIGN2 macros. | Jeremy Allison | 1 | -25/+0 |