index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2000-04-22
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
1
-19
/
+12
2000-04-19
split fsusage() into a separate module (to fix linking problems with
Andrew Tridgell
1
-0
/
+149
2000-04-19
- got rid of the "passive" option
Andrew Tridgell
2
-77
/
+54
2000-04-18
fixed some crash bugs in the nt forms parsing
Andrew Tridgell
1
-0
/
+2
2000-04-17
got rid of some more old configure tests and includes
Andrew Tridgell
1
-17
/
+0
2000-04-17
moved standard_sub() and friends into a separate module
Andrew Tridgell
2
-269
/
+296
2000-04-16
converted a couple more functions to use a fd instead of a FILE*
Andrew Tridgell
1
-0
/
+23
2000-04-16
converted a bunch more functions to use a fd instead of a FILE*
Andrew Tridgell
2
-99
/
+105
2000-04-16
added fdprintf()
Andrew Tridgell
2
-2
/
+34
2000-04-16
the new file_lines_load() and file_lines_free() routines. Very useful!
Andrew Tridgell
1
-0
/
+64
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
a quick hack to reduce the size of the unicode map table headers from
Andrew Tridgell
1
-9
/
+39
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
1
-6
/
+32
2000-04-14
use interpret_addr2() instead of inet_aton()
Andrew Tridgell
1
-1
/
+1
2000-04-12
Removed "ole locking compat" parameter (no longer used).
Jeremy Allison
1
-34
/
+1
2000-04-12
Roll back to using static MACHINE.SID after consultation with Andrew. This
Jeremy Allison
1
-288
/
+0
2000-04-11
include/byteorder.h: ALIGN4/ALIGN2 macros.
Jeremy Allison
1
-25
/
+0
2000-04-11
add an align4() function
Andrew Tridgell
1
-1
/
+14
2000-04-11
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
3
-119
/
+94
2000-04-11
added a cheap and nasty skip_unibuf() fn to allow easier merging from
Andrew Tridgell
1
-0
/
+10
2000-03-27
changed the definition of dos_PutUniCode
Andrew Tridgell
1
-4
/
+9
2000-03-27
moved nmblib-specific code from util.c to nmblib.c.
Luke Leighton
1
-191
/
+0
2000-03-22
Correctly convert from little-endian UNICODE to dos_codepage when doing
Jeremy Allison
1
-0
/
+2
2000-03-22
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
2
-52
/
+15
2000-03-16
Fixes to add "paranoid" option to popen. Checks some basic things.
Jeremy Allison
1
-1
/
+56
2000-03-15
Fix from NAKAJI Hiroyuki for a trailing '\n\ in asctime.
Jeremy Allison
1
-0
/
+2
2000-03-10
Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...
Jeremy Allison
1
-5
/
+5
2000-03-06
changed prs_unistr to parse empty and non-empty strings the same way.
Jean-François Micouleau
1
-14
/
+20
2000-02-23
lib/system.c: Fixed gcc warnings.
Jeremy Allison
1
-1
/
+0
2000-02-21
Fix for crash bug from Paul Tyler <pct@ansto.gov.au>.
Jeremy Allison
1
-10
/
+11
2000-02-18
Fixes for Eastern Europe code page.
Jeremy Allison
1
-0
/
+1
2000-02-16
Added support for SO_REUSEPORT for systems that have it.
Jeremy Allison
1
-1
/
+11
2000-02-15
Added replacement functions sys_popen and sys_pclose. These are based
Jeremy Allison
3
-15
/
+244
2000-02-09
Fixed wildcard match bug with '****' with smbclient. Found by Andrew (damn hi...
Jeremy Allison
1
-2
/
+3
2000-02-08
Moved over lib/util_sec (with added fixes) as the HEAD source
Jeremy Allison
1
-4
/
+50
2000-02-07
Hum, I should remove my gloves when I'm in front of an xterm :)
Jean-François Micouleau
1
-2
/
+2
2000-02-07
Jeremy can you check lib/util_unistr.c for codepages support ?
Jean-François Micouleau
2
-0
/
+109
2000-02-03
Comments to use vfs_* functions instead of dos_* unless really
Tim Potter
2
-4
/
+16
2000-01-26
Added hash-based stat cache code from Ying Chen.
Jeremy Allison
1
-0
/
+320
2000-01-26
Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
3
-42
/
+61
2000-01-25
First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
1
-137
/
+1
2000-01-21
made cvs main up-to-date with samba_tng, with addition of process id to
Luke Leighton
2
-7
/
+12
2000-01-16
make string_init() static
Andrew Tridgell
2
-2
/
+2
2000-01-14
Added "inherit permissions" patch.
Jeremy Allison
2
-0
/
+31
2000-01-12
Fix problems with broken libc fvct returns.
Jeremy Allison
1
-1
/
+8
2000-01-11
Fixed pointer arithmetic found by IRIX compiler.
Jeremy Allison
1
-1
/
+1
2000-01-11
Fixed bug in unix_mask_match() that caused veto files not to work.
Jeremy Allison
1
-31
/
+9
2000-01-07
this looks like a big commit, but it isn't really :)
Andrew Tridgell
2
-6
/
+4
[next]