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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
unistr_to_dos not unistr_to_ascii
Luke Leighton
2000-05-27
1
-0
/
+22
*
fixed nttrans.c
Luke Leighton
2000-05-27
2
-1
/
+680
*
Changed name of case_sensitive in mask_match to avaid gcc "shadow global"
Jeremy Allison
2000-05-17
1
-4
/
+2
*
Added unicode_to_dos_char() function to address converting single UNICODE
Jeremy Allison
2000-05-12
1
-0
/
+22
*
use "winbind separator" option for domain/user separator character
Andrew Tridgell
2000-05-12
1
-14
/
+0
*
lib/util_unistr.c:
Jeremy Allison
2000-05-10
1
-11
/
+15
*
- changed smb_getpwnam() to use winbind style usernames
Andrew Tridgell
2000-05-10
1
-7
/
+6
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-0
/
+4
*
Fix for VMS platforms from "John E. Malmberg" <wb8tyw@qsl.net>
Jeremy Allison
2000-05-08
1
-0
/
+2
*
a minimal change to get appliance mode to work with winbindd
Andrew Tridgell
2000-05-04
1
-0
/
+35
*
split the username in the vuser structure into a separate
Andrew Tridgell
2000-05-02
1
-2
/
+2
*
Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS
Jeremy Allison
2000-05-02
1
-102
/
+6
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
9
-10
/
+42
*
- added some error checking
Andrew Tridgell
2000-04-30
1
-1
/
+1
*
some cleanups
Andrew Tridgell
2000-04-30
1
-10
/
+13
*
we don't need fnmatch.c any more
Andrew Tridgell
2000-04-30
2
-201
/
+1
*
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
2000-04-30
2
-627
/
+69
*
YIPEE!!!!!
Andrew Tridgell
2000-04-30
2
-1
/
+147
*
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
2000-04-25
1
-1
/
+0
*
Now that fsp's are created on successful file open, the structure member
Jeremy Allison
2000-04-24
1
-1
/
+0
*
moved the INSURE hook into util.c
Andrew Tridgell
2000-04-24
1
-0
/
+26
*
don't close high fd's in smbrun when using insure (prevents closing
Andrew Tridgell
2000-04-23
1
-1
/
+3
*
split out standard_sub_basic() again to fix a bug where %p was being
Andrew Tridgell
2000-04-23
1
-14
/
+29
*
if using insure then don't close fd 2
Andrew Tridgell
2000-04-23
1
-1
/
+4
*
return NULL for a zero size memdup
Andrew Tridgell
2000-04-22
1
-0
/
+1
*
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
2000-04-22
1
-19
/
+12
*
split fsusage() into a separate module (to fix linking problems with
Andrew Tridgell
2000-04-19
1
-0
/
+149
*
- got rid of the "passive" option
Andrew Tridgell
2000-04-19
2
-77
/
+54
*
fixed some crash bugs in the nt forms parsing
Andrew Tridgell
2000-04-18
1
-0
/
+2
*
got rid of some more old configure tests and includes
Andrew Tridgell
2000-04-17
1
-17
/
+0
*
moved standard_sub() and friends into a separate module
Andrew Tridgell
2000-04-17
2
-269
/
+296
*
converted a couple more functions to use a fd instead of a FILE*
Andrew Tridgell
2000-04-16
1
-0
/
+23
*
converted a bunch more functions to use a fd instead of a FILE*
Andrew Tridgell
2000-04-16
2
-99
/
+105
*
added fdprintf()
Andrew Tridgell
2000-04-16
2
-2
/
+34
*
the new file_lines_load() and file_lines_free() routines. Very useful!
Andrew Tridgell
2000-04-16
1
-0
/
+64
*
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
*
a quick hack to reduce the size of the unicode map table headers from
Andrew Tridgell
2000-04-15
1
-9
/
+39
*
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
1
-6
/
+32
*
use interpret_addr2() instead of inet_aton()
Andrew Tridgell
2000-04-14
1
-1
/
+1
*
Removed "ole locking compat" parameter (no longer used).
Jeremy Allison
2000-04-12
1
-34
/
+1
*
Roll back to using static MACHINE.SID after consultation with Andrew. This
Jeremy Allison
2000-04-12
1
-288
/
+0
*
include/byteorder.h: ALIGN4/ALIGN2 macros.
Jeremy Allison
2000-04-11
1
-25
/
+0
*
add an align4() function
Andrew Tridgell
2000-04-11
1
-1
/
+14
*
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
2000-04-11
3
-119
/
+94
*
added a cheap and nasty skip_unibuf() fn to allow easier merging from
Andrew Tridgell
2000-04-11
1
-0
/
+10
*
changed the definition of dos_PutUniCode
Andrew Tridgell
2000-03-27
1
-4
/
+9
*
moved nmblib-specific code from util.c to nmblib.c.
Luke Leighton
2000-03-27
1
-191
/
+0
*
Correctly convert from little-endian UNICODE to dos_codepage when doing
Jeremy Allison
2000-03-22
1
-0
/
+2
[next]