Age | Commit message (Expand) | Author | Files | Lines |
2000-12-06 | Changed to sourceforge tdb code. This includes spinlocks (so we now have | Jeremy Allison | 1 | -0/+1 |
2000-10-26 | TDB password backend support written by Simo Sorce <simo.sorce@polimi.it> | Gerald Carter | 1 | -1/+1 |
2000-10-06 | Herb's warning fixes. Also the POSIX locking fix. | Jeremy Allison | 1 | -5/+0 |
2000-10-06 | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 1 | -0/+3 |
2000-09-29 | added a hack to get 64 bit locking working with the broken fcntl() | Andrew Tridgell | 1 | -0/+13 |
2000-09-11 | the first cut of the internal messaging system. | Andrew Tridgell | 1 | -0/+1 |
2000-07-18 | Fixed some more client SPOOLSS functions. The following | Gerald Carter | 1 | -0/+1 |
2000-07-10 | Fixes for various compile warnings on Solaris 8. | Tim Potter | 1 | -14/+14 |
2000-07-06 | Include nss.h if present or define enough values to allow client access to | Tim Potter | 1 | -0/+15 |
2000-06-23 | Added MAX_SEC_CTX_DEPTH | Tim Potter | 1 | -0/+2 |
2000-06-21 | A neater way of solving the S_ISSOCK, S_ISFIFO problem. | Tim Potter | 1 | -0/+54 |
2000-06-15 | added support for kernel level share modes. These are a (small) hack, | Andrew Tridgell | 1 | -0/+9 |
2000-06-11 | fixed Linux capabilities handling | Andrew Tridgell | 1 | -12/+0 |
2000-06-11 | Linux kernel oplocks now seem to work, but need a _lot_ of testing | Andrew Tridgell | 1 | -0/+12 |
2000-05-09 | the beginnings of a new scheme I've working on to allow an easier | Andrew Tridgell | 1 | -8/+2 |
2000-05-08 | added secrets.tdb and changed storage of trust account password to use | Andrew Tridgell | 1 | -0/+1 |
2000-05-01 | allow a DEFAULT_PRINTING to be specified in CFLAGS | Andrew Tridgell | 1 | -0/+4 |
2000-04-25 | moved trans2.h and nterr.h into includes.h with all our other includes | Andrew Tridgell | 1 | -0/+4 |
2000-04-17 | got rid of some more old configure tests and includes | Andrew Tridgell | 1 | -51/+0 |
2000-04-11 | include/byteorder.h: ALIGN4/ALIGN2 macros. | Jeremy Allison | 1 | -0/+2 |
2000-03-09 | Big update moving the multi-pdu support from 2.0.x into HEAD for JF | Jeremy Allison | 1 | -2/+2 |
2000-03-08 | dded Microsoft Dfs services. | Shirish Kalele | 1 | -0/+2 |
2000-02-15 | Added replacement functions sys_popen and sys_pclose. These are based | Jeremy Allison | 1 | -0/+3 |
2000-02-07 | Added check for SGI IRIX brokenness with semaphores when using gcc. | Jeremy Allison | 1 | -1/+18 |
2000-02-03 | Busting up of source/include/smb.h into smaller pieces which can be | Tim Potter | 1 | -25/+9 |
2000-01-26 | Added hash-based stat cache code from Ying Chen. | Jeremy Allison | 1 | -0/+1 |
2000-01-16 | make a br_off a SMB_BIG_UINT | Andrew Tridgell | 1 | -1/+1 |
2000-01-13 | defined br_off as a type for byte range offsets. For now I've set it | Andrew Tridgell | 1 | -0/+3 |
2000-01-08 | smbd/mangle.c | Jeremy Allison | 1 | -1/+0 |
2000-01-05 | Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c. | Jeremy Allison | 1 | -0/+4 |
2000-01-05 | implemented talloc() as described on samba-technical. This fixes the | Andrew Tridgell | 1 | -0/+1 |
2000-01-03 | got rid of mem_man | Andrew Tridgell | 1 | -4/+0 |
1999-12-29 | Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents. | Jeremy Allison | 1 | -4/+4 |
1999-12-23 | Samba now includes a full ucs2 upper to lower case (and vica versa) map table. | Jeremy Allison | 1 | -0/+13 |
1999-12-22 | include/includes.h: Trimmed down unicode directory entry to be POSIX complient. | Jeremy Allison | 1 | -3/+1 |
1999-12-22 | First cut at unicode sys_xx functions. Now to start moving upwards..... | Jeremy Allison | 1 | -0/+25 |
1999-12-21 | first pass at the database code for Samba. This also includes a test | Andrew Tridgell | 1 | -0/+1 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -76/+164 |
1999-12-08 | moved sys/un.h to after sys/socket.h. done a gnu autoconf around sys/un.h | Luke Leighton | 1 | -1/+4 |
1999-12-01 | sys_select added one more argument (read, write selectors). | Luke Leighton | 1 | -0/+1 |
1999-11-24 | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1 | -0/+4 |
1999-08-08 | Some compilers want (void) instead of just () in function declarations. | Matthew Chapman | 1 | -1/+1 |
1999-07-09 | Put back in GNU readline support for smbclient accidentally trashed by | Tim Potter | 1 | -0/+8 |
1999-07-09 | Hived off string routines into a separate file. | Tim Potter | 1 | -19/+3 |
1999-04-01 | Ken McDonell from SGI was interested in adding some profiling | Andrew Tridgell | 1 | -8/+16 |
1999-03-08 | Bejamin Kuit. #define MYSQL and MYSQL_ROW to void iff <mysql.h> not found. | Luke Leighton | 1 | -0/+4 |
1999-03-02 | added <mysql.h> autoconf test. | Luke Leighton | 1 | -0/+4 |
1998-12-17 | and in head branch: | Andrew Tridgell | 1 | -1/+1 |
1998-12-16 | A while back, Andrew and I talked about making the debug parsing code a | Christopher R. Hertel | 1 | -2/+0 |
1998-12-15 | on Linux force fcntl/mmap based shared memory and on other systems | Andrew Tridgell | 1 | -0/+13 |