Age | Commit message (Expand) | Author | Files | Lines |
2000-02-15 | Added replacement functions sys_popen and sys_pclose. These are based | Jeremy Allison | 3 | -343/+350 |
2000-02-15 | fix the reply of rpc_alter_context | Jean-François Micouleau | 2 | -444/+437 |
2000-02-07 | make proto ... | Jean-François Micouleau | 1 | -340/+675 |
2000-02-07 | spoolss include definitions | Jean-François Micouleau | 5 | -15/+35 |
2000-02-07 | First commit of the spoolss code to the HEAD branch. | Jean-François Micouleau | 2 | -0/+1678 |
2000-02-07 | Added check for SGI IRIX brokenness with semaphores when using gcc. | Jeremy Allison | 2 | -4/+20 |
2000-02-07 | Fixed compile warning in locking.c:traverse_fn() | Tim Potter | 1 | -340/+340 |
2000-02-04 | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 2 | -345/+357 |
2000-02-03 | make proto | Tim Potter | 1 | -332/+373 |
2000-02-03 | Busting up of source/include/smb.h into smaller pieces which can be | Tim Potter | 6 | -349/+608 |
2000-01-29 | Wrapped popen calls in HAVE_POPEN - needed if we are to add the | Jeremy Allison | 1 | -0/+3 |
2000-01-26 | Added hash-based stat cache code from Ying Chen. | Jeremy Allison | 3 | -0/+86 |
2000-01-26 | Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 2 | -1/+5 |
2000-01-25 | First set of speed improvements from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 2 | -13/+75 |
2000-01-21 | made cvs main up-to-date with samba_tng, with addition of process id to | Luke Leighton | 3 | -1/+9 |
2000-01-17 | SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code. | Luke Leighton | 1 | -1/+0 |
2000-01-16 | proto update | Andrew Tridgell | 1 | -2/+4 |
2000-01-16 | make a br_off a SMB_BIG_UINT | Andrew Tridgell | 1 | -1/+1 |
2000-01-14 | damn, Solaris already has a "enum lock_type" | Andrew Tridgell | 2 | -8/+7 |
2000-01-14 | we now pass all byte range locking tests | Andrew Tridgell | 1 | -3/+5 |
2000-01-14 | Added "inherit permissions" patch. | Jeremy Allison | 1 | -1/+3 |
2000-01-13 | added Enosuchshare and a lock_type enum | Andrew Tridgell | 1 | -0/+4 |
2000-01-13 | new prototypes | Andrew Tridgell | 1 | -5/+22 |
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-12 | Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>. | Jeremy Allison | 2 | -0/+9 |
2000-01-11 | modified smbd/msrpc credential transfer system. user session key | Luke Leighton | 1 | -1/+3 |
2000-01-10 | I'm currently designing a new locking system (using a tdb database!) | Andrew Tridgell | 1 | -2/+5 |
2000-01-08 | smbd/mangle.c | Jeremy Allison | 1 | -1/+0 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 1 | -1/+1 |
2000-01-06 | Re-added "dfree command" functionality that was described in the man pages | Jeremy Allison | 1 | -0/+1 |
2000-01-05 | Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c. | Jeremy Allison | 3 | -0/+9 |
2000-01-05 | implemented talloc() as described on samba-technical. This fixes the | Andrew Tridgell | 3 | -0/+40 |
2000-01-03 | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 5 | -22/+268 |
2000-01-03 | added suppport for unexpected udp/138 packets | Andrew Tridgell | 1 | -2/+4 |
2000-01-03 | got rid of mem_man | Andrew Tridgell | 1 | -4/+0 |
2000-01-03 | added the unexpected packet database (unexpected.tdb) | Andrew Tridgell | 2 | -5/+15 |
2000-01-02 | - added tdb_flags option to tdb_open() | Andrew Tridgell | 1 | -2/+2 |
1999-12-29 | Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents. | Jeremy Allison | 4 | -13/+60 |
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-23 | Upper to lower case map table for unicode. | Jeremy Allison | 1 | -0/+65536 |
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 | 3 | -6/+54 |
1999-12-22 | Ok - we now have the following functions for UNICODE support : | Jeremy Allison | 1 | -0/+2 |
1999-12-21 | Added new unicode functions - not used yet, but are the basis for the | Jeremy Allison | 1 | -17/+3 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 2 | -9/+28 |
1999-12-21 | first cut at using the tdb code for the connections structure, the | Andrew Tridgell | 2 | -12/+22 |
1999-12-21 | first pass at the database code for Samba. This also includes a test | Andrew Tridgell | 2 | -0/+12 |
1999-12-17 | update version to pre-3.0.0 | Andrew Tridgell | 1 | -1/+1 |
1999-12-17 | interfaces.h from 2.0.6 | Andrew Tridgell | 1 | -0/+10 |
1999-12-13 | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 16 | -3010/+0 |