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
*
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
*
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
2000-03-22
2
-52
/
+15
*
Fixes to add "paranoid" option to popen. Checks some basic things.
Jeremy Allison
2000-03-16
1
-1
/
+56
*
Fix from NAKAJI Hiroyuki for a trailing '\n\ in asctime.
Jeremy Allison
2000-03-15
1
-0
/
+2
*
Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...
Jeremy Allison
2000-03-10
1
-5
/
+5
*
changed prs_unistr to parse empty and non-empty strings the same way.
Jean-François Micouleau
2000-03-06
1
-14
/
+20
*
lib/system.c: Fixed gcc warnings.
Jeremy Allison
2000-02-23
1
-1
/
+0
*
Fix for crash bug from Paul Tyler <pct@ansto.gov.au>.
Jeremy Allison
2000-02-21
1
-10
/
+11
*
Fixes for Eastern Europe code page.
Jeremy Allison
2000-02-18
1
-0
/
+1
*
Added support for SO_REUSEPORT for systems that have it.
Jeremy Allison
2000-02-16
1
-1
/
+11
*
Added replacement functions sys_popen and sys_pclose. These are based
Jeremy Allison
2000-02-15
3
-15
/
+244
*
Fixed wildcard match bug with '****' with smbclient. Found by Andrew (damn hi...
Jeremy Allison
2000-02-09
1
-2
/
+3
*
Moved over lib/util_sec (with added fixes) as the HEAD source
Jeremy Allison
2000-02-08
1
-4
/
+50
*
Hum, I should remove my gloves when I'm in front of an xterm :)
Jean-François Micouleau
2000-02-07
1
-2
/
+2
*
Jeremy can you check lib/util_unistr.c for codepages support ?
Jean-François Micouleau
2000-02-07
2
-0
/
+109
*
Comments to use vfs_* functions instead of dos_* unless really
Tim Potter
2000-02-03
2
-4
/
+16
*
Added hash-based stat cache code from Ying Chen.
Jeremy Allison
2000-01-26
1
-0
/
+320
*
Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
2000-01-26
3
-42
/
+61
*
First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
2000-01-25
1
-137
/
+1
*
made cvs main up-to-date with samba_tng, with addition of process id to
Luke Leighton
2000-01-21
2
-7
/
+12
*
make string_init() static
Andrew Tridgell
2000-01-16
2
-2
/
+2
*
Added "inherit permissions" patch.
Jeremy Allison
2000-01-14
2
-0
/
+31
*
Fix problems with broken libc fvct returns.
Jeremy Allison
2000-01-12
1
-1
/
+8
*
Fixed pointer arithmetic found by IRIX compiler.
Jeremy Allison
2000-01-11
1
-1
/
+1
*
Fixed bug in unix_mask_match() that caused veto files not to work.
Jeremy Allison
2000-01-11
1
-31
/
+9
*
this looks like a big commit, but it isn't really :)
Andrew Tridgell
2000-01-07
2
-6
/
+4
*
Generic wildcard matching fix from weidel@multichart.de.
Jeremy Allison
2000-01-06
1
-19
/
+80
*
implemented talloc() as described on samba-technical. This fixes the
Andrew Tridgell
2000-01-05
1
-0
/
+96
*
simple mods to add msrpc pipe redirection. default behaviour: fall back
Luke Leighton
2000-01-03
7
-2
/
+1327
*
got rid of mem_man
Andrew Tridgell
2000-01-03
1
-7
/
+0
*
Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.
Jeremy Allison
1999-12-29
1
-37
/
+875
*
Fixed range checking in unicode to multibyte function. Oops.
Jeremy Allison
1999-12-23
1
-9
/
+15
*
Added wtoupper/wtolower.
Jeremy Allison
1999-12-23
1
-0
/
+19
*
Samba now includes a full ucs2 upper to lower case (and vica versa) map table.
Jeremy Allison
1999-12-23
1
-0
/
+56
*
include/includes.h: Trimmed down unicode directory entry to be POSIX complient.
Jeremy Allison
1999-12-22
2
-3
/
+18
*
First cut at unicode sys_xx functions. Now to start moving upwards.....
Jeremy Allison
1999-12-22
1
-0
/
+169
*
Ok - we now have the following functions for UNICODE support :
Jeremy Allison
1999-12-22
1
-0
/
+127
*
Added new unicode functions - not used yet, but are the basis for the
Jeremy Allison
1999-12-21
1
-1
/
+209
*
converted all our existing shared memory code to use a tdb database
Andrew Tridgell
1999-12-21
1
-0
/
+21
*
lib/fnmatch.c from 2.0.6
Andrew Tridgell
1999-12-17
1
-0
/
+200
*
interfaces.c from 2.0.6
Andrew Tridgell
1999-12-17
1
-0
/
+401
*
util_sec.c from 2.0.6
Andrew Tridgell
1999-12-17
1
-0
/
+326
*
Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI.
Jeremy Allison
1999-12-13
2
-2
/
+1319
*
2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...
Andrew Tridgell
1999-12-13
18
-6540
/
+0
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
25
-3050
/
+2890
[next]