index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixed some crash bugs in the nt forms parsing
Andrew Tridgell
2000-04-18
2
-6
/
+8
*
ReadDirName calls vfs->readdirname calls dos_readdirname.
Luke Leighton
2000-04-18
1
-5
/
+5
*
Corrected minor parsing errors.
Shirish Kalele
2000-04-17
2
-4
/
+5
*
When parsing a dfs map for a service, see if the mount points exist that stand
Shirish Kalele
2000-04-17
1
-3
/
+27
*
got rid of some more old configure tests and includes
Andrew Tridgell
2000-04-17
8
-166
/
+85
*
removed some obsolete configure tests (sysv ipc etc)
Andrew Tridgell
2000-04-17
7
-442
/
+161
*
moved standard_sub() and friends into a separate module
Andrew Tridgell
2000-04-17
3
-270
/
+297
*
converted a couple more functions to use a fd instead of a FILE*
Andrew Tridgell
2000-04-16
4
-15
/
+41
*
converted a bunch more functions to use a fd instead of a FILE*
Andrew Tridgell
2000-04-16
8
-320
/
+282
*
got rid of FILE* in the unix name mapping code
Andrew Tridgell
2000-04-16
1
-8
/
+8
*
got rid of all the FILE* calls in the NT print system.
Andrew Tridgell
2000-04-16
1
-118
/
+112
*
added fdprintf()
Andrew Tridgell
2000-04-16
3
-2
/
+44
*
removed old comments
Andrew Tridgell
2000-04-16
1
-2
/
+0
*
improved the error handling and added queue pause and resume
Andrew Tridgell
2000-04-16
1
-25
/
+43
*
use some symbolic names for print queue status
Andrew Tridgell
2000-04-16
1
-11
/
+17
*
added helper fns to change from internal status codes to nt spoolss codes
Andrew Tridgell
2000-04-16
1
-5
/
+41
*
- put the job status in english not french!
Andrew Tridgell
2000-04-16
1
-7
/
+49
*
added tdb_get_int() and tdb_store_int()
Andrew Tridgell
2000-04-16
1
-0
/
+34
*
the changes to the main smb code
Andrew Tridgell
2000-04-16
6
-358
/
+318
*
JF and Jeremy - please have a look at what I did to the spoolss
Andrew Tridgell
2000-04-16
1
-183
/
+59
*
the bulk of the changes. Also split the loadparm related code into printing/l...
Andrew Tridgell
2000-04-16
2
-309
/
+797
*
the new file_lines_load() and file_lines_free() routines. Very useful!
Andrew Tridgell
2000-04-16
1
-0
/
+64
*
the fsp needs a jobid in it now
Andrew Tridgell
2000-04-16
2
-14
/
+34
*
The following series of commits are for the new tdb based printing
Andrew Tridgell
2000-04-16
3
-11
/
+13
*
added standard_sub_snum() function for modules that don't have
Andrew Tridgell
2000-04-15
1
-1
/
+8
*
use macros for table boundaries
Andrew Tridgell
2000-04-15
1
-6
/
+9
*
don't need this monster any more
Andrew Tridgell
2000-04-15
1
-65536
/
+0
*
a quick hack to reduce the size of the unicode map table headers from
Andrew Tridgell
2000-04-15
3
-9
/
+10769
*
use open() not fopen() on codepage files.
Andrew Tridgell
2000-04-15
1
-7
/
+7
*
Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.
Jeremy Allison
2000-04-15
3
-7
/
+40
*
Ensure sign&seal work. Data len must have RPC_HEADER_LEN removed, but
Jeremy Allison
2000-04-14
1
-1
/
+5
*
use interpret_addr2() instead of inet_aton()
Andrew Tridgell
2000-04-14
1
-1
/
+1
*
rpc_parse/parse_rpc.c: Changes from TNG (thanks Luke) for NTLMSSP parsing.
Jeremy Allison
2000-04-13
1
-10
/
+9
*
Typo - missing '}'.
Jeremy Allison
2000-04-13
1
-0
/
+1
*
Removed "ole locking compat" parameter (no longer used).
Jeremy Allison
2000-04-12
3
-56
/
+114
*
Implmented mapping of lock offset/count from 64 bit MS ranges
Jeremy Allison
2000-04-12
2
-14
/
+158
*
Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,
Jeremy Allison
2000-04-12
5
-13
/
+170
*
logic for domainsidsize is if size is zero, there's no sid, so don't
Luke Leighton
2000-04-12
1
-1
/
+0
*
Ensure that CHECK_FNUM rejects fd == -1 correctly.
Jeremy Allison
2000-04-12
1
-1
/
+4
*
Roll back to using static MACHINE.SID after consultation with Andrew. This
Jeremy Allison
2000-04-12
4
-363
/
+203
*
Andrew made it faster :-).
Jeremy Allison
2000-04-11
1
-2
/
+2
*
Bloody typo ! It should be & 3 , & 1 *not* &~3, &~1.
Jeremy Allison
2000-04-11
1
-2
/
+2
*
The changes made here broke NT security descriptor returning to NT clients.
Jeremy Allison
2000-04-11
1
-0
/
+2
*
The latest open() code changes broke the NT directory opens. Detect if a
Jeremy Allison
2000-04-11
3
-10
/
+28
*
include/byteorder.h: ALIGN4/ALIGN2 macros.
Jeremy Allison
2000-04-11
9
-152
/
+75
*
prototypes
Andrew Tridgell
2000-04-11
1
-0
/
+1
*
add a comment
Andrew Tridgell
2000-04-11
1
-1
/
+1
*
add an align4() function
Andrew Tridgell
2000-04-11
1
-1
/
+14
*
some updates to the process logon code to reflect lukes latest
Andrew Tridgell
2000-04-11
1
-20
/
+38
*
new prototypes
Andrew Tridgell
2000-04-11
1
-4
/
+8
[prev]
[next]