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
...
*
|
fixes big endian unistring problems. Need to check that it didn't
Herb Lewis
2001-08-24
1
-2
/
+9
*
|
get rid of old debug code and possible socket leak
Herb Lewis
2001-08-24
1
-9
/
+1
*
|
better error reporting for servers that don't do port 445
Andrew Tridgell
2001-08-23
1
-1
/
+1
*
|
a bunch of fixes from the sflight to seattle
Andrew Tridgell
2001-08-20
3
-15
/
+26
*
|
More Realloc fixes.
Jeremy Allison
2001-08-19
1
-4
/
+3
*
|
removed unused file
Andrew Tridgell
2001-08-16
1
-113
/
+0
*
|
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
2001-08-12
4
-14
/
+32
*
|
Added Mike Davidsons Tru64 ACL patch.
Jeremy Allison
2001-08-10
1
-13
/
+23
*
|
Use the new client error api.
Tim Potter
2001-08-10
1
-2
/
+2
*
|
Change all realloc() statements to Realloc() (ecxept for tdb.c)
Simo Sorce
2001-08-08
2
-2
/
+2
*
|
me stupid.
Simo Sorce
2001-08-05
1
-1
/
+1
*
|
Some fixes about malloc/Realloc and mem leak
Simo Sorce
2001-08-05
3
-6
/
+15
*
|
Oops. Typo.
Jeremy Allison
2001-08-01
1
-1
/
+1
*
|
Pidfile check can be read-only. Removed old ifdef in password.c
Jeremy Allison
2001-08-01
1
-6
/
+6
*
|
Added "use mmap" for HPUX.
Jeremy Allison
2001-07-30
1
-1
/
+1
*
|
Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.
Jeremy Allison
2001-07-26
1
-6
/
+152
*
|
need to push smb_search strings in client charset
Andrew Tridgell
2001-07-25
1
-5
/
+5
*
|
got rid of INFO: msgs at debug level 1
Andrew Tridgell
2001-07-25
1
-2
/
+2
*
|
ucs2 is always a multiple of 2 bytes
Andrew Tridgell
2001-07-25
1
-0
/
+6
*
|
Convert other parameters (read list, write list, valid users...) to the P_LIS...
Simo Sorce
2001-07-24
1
-21
/
+33
*
|
Fix case insensitive password change code.
Jeremy Allison
2001-07-23
1
-0
/
+13
*
|
changed the iconv interface to go via ucs2 for all conversions. This
Andrew Tridgell
2001-07-22
2
-73
/
+186
*
|
switch from UCS2 to UCS-2LE
Andrew Tridgell
2001-07-22
2
-18
/
+3
*
|
^$&%&*$&)% readline uses \n characters instead of letting the terminal wrap
Tim Potter
2001-07-20
1
-13
/
+34
*
|
It looks like the rpc client code in libsmb hasn't been converted to the
Tim Potter
2001-07-20
1
-0
/
+10
*
|
removed some unnecessary code
Andrew Tridgell
2001-07-18
1
-10
/
+0
*
|
much better handling of broken DNS servers
Andrew Tridgell
2001-07-10
1
-16
/
+2
*
|
added sec_initial_uid() function so we can ask if a file is owned by
Andrew Tridgell
2001-07-08
1
-0
/
+8
*
|
fixed the auto-initialisation of the iconv descriptors
Andrew Tridgell
2001-07-08
1
-11
/
+11
*
|
Add backend encryption support for NTLMv2.
Andrew Bartlett
2001-07-07
4
-6
/
+387
*
|
fixed strrchr_m
Andrew Tridgell
2001-07-06
1
-4
/
+3
*
|
Wrapped dlerror() in the same way as the other dlxxx() calls.
Jeremy Allison
2001-07-06
1
-0
/
+9
*
|
formatting fixes
Andrew Tridgell
2001-07-06
1
-7
/
+7
*
|
check for initialisation in convert_string()
Andrew Tridgell
2001-07-06
1
-0
/
+6
*
|
fixed a silly bug in the internal UTF8 implementation
Andrew Tridgell
2001-07-06
1
-1
/
+14
*
|
got rid of insanely verbose debug messages on startup
Andrew Tridgell
2001-07-06
1
-1
/
+1
*
|
fixed inetd operation as non-root
Andrew Tridgell
2001-07-06
1
-4
/
+0
*
|
added some comments and removed an unnecessary check
Andrew Tridgell
2001-07-06
1
-3
/
+2
*
|
use alpha_strcpy on DNS names
Andrew Tridgell
2001-07-05
1
-0
/
+6
*
|
optimised the 7 bit case for utf8 conversion
Andrew Tridgell
2001-07-05
1
-4
/
+4
*
|
make sure we reset the shift state on error for charsets like SJIS
Andrew Tridgell
2001-07-05
1
-1
/
+10
*
|
unicode string length is twice longer ;-)
Jean-François Micouleau
2001-07-04
1
-1
/
+1
*
|
added builtin support for UTF8
Andrew Tridgell
2001-07-04
1
-1
/
+115
*
|
more portability fixes
Andrew Tridgell
2001-07-04
2
-4
/
+4
*
|
portability fixes
Andrew Tridgell
2001-07-04
1
-4
/
+9
*
|
got rid of __FUNCTION__ debug
Andrew Tridgell
2001-07-04
1
-2
/
+2
*
|
fixed uninitialised variable
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
|
missed a couple of strchr calls
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
|
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
12
-48
/
+48
*
|
The big character set handling changeover!
Andrew Tridgell
2001-07-04
13
-5123
/
+947
[prev]
[next]