Age | Commit message (Expand) | Author | Files | Lines |
2000-04-16 | added tdb_get_int() and tdb_store_int() | Andrew Tridgell | 1 | -0/+34 |
2000-04-16 | the changes to the main smb code | Andrew Tridgell | 6 | -358/+318 |
2000-04-16 | JF and Jeremy - please have a look at what I did to the spoolss | Andrew Tridgell | 1 | -183/+59 |
2000-04-16 | the bulk of the changes. Also split the loadparm related code into printing/l... | Andrew Tridgell | 2 | -309/+797 |
2000-04-16 | the new file_lines_load() and file_lines_free() routines. Very useful! | Andrew Tridgell | 1 | -0/+64 |
2000-04-16 | the fsp needs a jobid in it now | Andrew Tridgell | 2 | -14/+34 |
2000-04-16 | The following series of commits are for the new tdb based printing | Andrew Tridgell | 3 | -11/+13 |
2000-04-15 | added standard_sub_snum() function for modules that don't have | Andrew Tridgell | 1 | -1/+8 |
2000-04-15 | use macros for table boundaries | Andrew Tridgell | 1 | -6/+9 |
2000-04-15 | don't need this monster any more | Andrew Tridgell | 1 | -65536/+0 |
2000-04-15 | a quick hack to reduce the size of the unicode map table headers from | Andrew Tridgell | 3 | -9/+10769 |
2000-04-15 | use open() not fopen() on codepage files. | Andrew Tridgell | 1 | -7/+7 |
2000-04-15 | Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>. | Jeremy Allison | 3 | -7/+40 |
2000-04-14 | Ensure sign&seal work. Data len must have RPC_HEADER_LEN removed, but | Jeremy Allison | 1 | -1/+5 |
2000-04-14 | use interpret_addr2() instead of inet_aton() | Andrew Tridgell | 1 | -1/+1 |
2000-04-13 | rpc_parse/parse_rpc.c: Changes from TNG (thanks Luke) for NTLMSSP parsing. | Jeremy Allison | 1 | -10/+9 |
2000-04-13 | Typo - missing '}'. | Jeremy Allison | 1 | -0/+1 |
2000-04-12 | Removed "ole locking compat" parameter (no longer used). | Jeremy Allison | 3 | -56/+114 |
2000-04-12 | Implmented mapping of lock offset/count from 64 bit MS ranges | Jeremy Allison | 2 | -14/+158 |
2000-04-12 | Code to map tdb locks onto POSIX. Mainly placeholder code at the moment, | Jeremy Allison | 5 | -13/+170 |
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-12 | Ensure that CHECK_FNUM rejects fd == -1 correctly. | Jeremy Allison | 1 | -1/+4 |
2000-04-12 | Roll back to using static MACHINE.SID after consultation with Andrew. This | Jeremy Allison | 4 | -363/+203 |
2000-04-11 | Andrew made it faster :-). | Jeremy Allison | 1 | -2/+2 |
2000-04-11 | Bloody typo ! It should be & 3 , & 1 *not* &~3, &~1. | Jeremy Allison | 1 | -2/+2 |
2000-04-11 | The changes made here broke NT security descriptor returning to NT clients. | Jeremy Allison | 1 | -0/+2 |
2000-04-11 | The latest open() code changes broke the NT directory opens. Detect if a | Jeremy Allison | 3 | -10/+28 |
2000-04-11 | include/byteorder.h: ALIGN4/ALIGN2 macros. | Jeremy Allison | 9 | -152/+75 |
2000-04-11 | prototypes | Andrew Tridgell | 1 | -0/+1 |
2000-04-11 | add a comment | Andrew Tridgell | 1 | -1/+1 |
2000-04-11 | add an align4() function | Andrew Tridgell | 1 | -1/+14 |
2000-04-11 | some updates to the process logon code to reflect lukes latest | Andrew Tridgell | 1 | -20/+38 |
2000-04-11 | new prototypes | Andrew Tridgell | 1 | -4/+8 |
2000-04-11 | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 19 | -217/+195 |
2000-04-11 | added a cheap and nasty skip_unibuf() fn to allow easier merging from | Andrew Tridgell | 1 | -0/+10 |
2000-04-11 | two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu... | Andrew Tridgell | 2 | -0/+4 |
2000-04-10 | added checks to open both \\server\printer and \\server\share. | Jean-François Micouleau | 1 | -3/+44 |
2000-04-10 | Fix for soft quotas not being set from | Jeremy Allison | 1 | -0/+24 |
2000-04-10 | initialise fsp->fd to -1 | Andrew Tridgell | 1 | -0/+1 |
2000-04-10 | new prototypes | Andrew Tridgell | 1 | -11/+10 |
2000-04-10 | the bulk of the changes to get rid of fd_ptr and move print open | Andrew Tridgell | 11 | -1023/+231 |
2000-04-10 | rather than doing print file open processing in open.c we now handle | Andrew Tridgell | 1 | -0/+74 |
2000-04-10 | the first of a bunch of changes to code with getting rid of the fd_ptr | Andrew Tridgell | 1 | -6/+23 |
2000-04-10 | got rid of the file_fd_struct structure completely. | Andrew Tridgell | 1 | -22/+4 |
2000-04-10 | removed the read prediction code from the head branch. I think the | Andrew Tridgell | 1 | -1/+1 |
2000-04-10 | split out the lpq parsing code into a separate file | Andrew Tridgell | 4 | -861/+886 |
2000-04-10 | don't echo warning messages twice | Andrew Tridgell | 1 | -2/+2 |
2000-04-10 | utmp compile fix from peter@cadcamlab.org | Andrew Tridgell | 1 | -2/+2 |
2000-04-06 | Modified interfaces and added checks around *all* *alloc calls | Jeremy Allison | 5 | -99/+215 |
2000-04-06 | filled the architecture table (useless for the moment). | Jean-François Micouleau | 2 | -24/+43 |