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-30
some cleanups
Andrew Tridgell
1
-10
/
+13
2000-04-30
we don't need fnmatch.c any more
Andrew Tridgell
2
-201
/
+1
2000-04-30
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
2
-627
/
+69
2000-04-30
YIPEE!!!!!
Andrew Tridgell
2
-1
/
+147
2000-04-25
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
1
-1
/
+0
2000-04-24
Now that fsp's are created on successful file open, the structure member
Jeremy Allison
1
-1
/
+0
2000-04-24
moved the INSURE hook into util.c
Andrew Tridgell
1
-0
/
+26
2000-04-23
don't close high fd's in smbrun when using insure (prevents closing
Andrew Tridgell
1
-1
/
+3
2000-04-23
split out standard_sub_basic() again to fix a bug where %p was being
Andrew Tridgell
1
-14
/
+29
2000-04-23
if using insure then don't close fd 2
Andrew Tridgell
1
-1
/
+4
2000-04-22
return NULL for a zero size memdup
Andrew Tridgell
1
-0
/
+1
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
[next]