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
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2000-03-01
Off by one error in detecting Win2k unicode bug.
Jeremy Allison
1
-1
/
+1
2000-03-01
Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it uses
Jeremy Allison
1
-12
/
+21
2000-02-29
Fixes for strange Win2K attempts to auto-inherit ACLs.
Jeremy Allison
1
-8
/
+27
2000-02-23
lib/system.c: Fixed gcc warnings.
Jeremy Allison
1
-1
/
+1
2000-02-18
Fix for reporting file system attributes correctly.
Jeremy Allison
1
-1
/
+2
2000-02-17
Don't assume that the (files_struct *) passed to fd_attempt_close()
Tim Potter
1
-2
/
+9
2000-02-15
Added replacement functions sys_popen and sys_pclose. These are based
Jeremy Allison
3
-14
/
+8
2000-02-07
Jeremy can you check lib/util_unistr.c for codepages support ?
Jean-François Micouleau
2
-2
/
+6
2000-02-07
Fix some more compile warnings.
Tim Potter
1
-1
/
+2
2000-02-04
Fix some compile warnings.
Tim Potter
2
-1
/
+8
2000-02-03
Put back lots of missing calls to dos_to_unix(). Thanks to
Tim Potter
7
-44
/
+59
2000-02-03
Mega-VFS merge. Yeah baby!
Tim Potter
14
-158
/
+261
2000-02-03
Comments to use vfs_* functions instead of dos_* unless really
Tim Potter
2
-0
/
+745
2000-01-29
Wrapped popen calls in HAVE_POPEN - needed if we are to add the
Jeremy Allison
1
-0
/
+2
2000-01-27
Fixed code page conversions of messages outgoing/incoming.
Jeremy Allison
1
-0
/
+10
2000-01-26
Added hash-based stat cache code from Ying Chen.
Jeremy Allison
2
-81
/
+93
2000-01-26
Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
2
-5
/
+5
2000-01-25
First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
4
-16
/
+0
2000-01-16
fixed some typos in access_table() which, amaziingly enough, make no
Andrew Tridgell
1
-3
/
+3
2000-01-16
made access_table() a pure logic function - makes it simpler to apply
Andrew Tridgell
1
-16
/
+26
2000-01-16
as obelix would say "these romans are crazy"
Andrew Tridgell
1
-40
/
+59
2000-01-16
rewrote the access_table() code to get it right for *.exe, *.dll,
Andrew Tridgell
1
-27
/
+41
2000-01-16
use string_set() instead of string_init()
Andrew Tridgell
2
-5
/
+5
2000-01-14
useable_space does not include the alignment offset calculations.
Jeremy Allison
1
-1
/
+8
2000-01-14
we now pass all byte range locking tests
Andrew Tridgell
1
-0
/
+2
2000-01-14
Added "inherit permissions" patch.
Jeremy Allison
6
-32
/
+84
2000-01-14
some more work on the byte range locking
Andrew Tridgell
1
-2
/
+7
2000-01-13
changes to reflect the new syntax of the locking calls.
Andrew Tridgell
3
-20
/
+19
2000-01-12
Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.
Jeremy Allison
1
-0
/
+212
2000-01-12
Use slprintf not snprintf.
Jeremy Allison
1
-1
/
+1
2000-01-08
fix a error in access_table revealed by the new deny test in smbtorture. We n...
Andrew Tridgell
1
-3
/
+5
2000-01-08
smbd/mangle.c
Jeremy Allison
3
-5
/
+14
2000-01-08
Fixed deny mode bug :
Jeremy Allison
1
-9
/
+9
2000-01-07
this looks like a big commit, but it isn't really :)
Andrew Tridgell
2
-9
/
+2
2000-01-06
Re-added "dfree command" functionality that was described in the man pages
Jeremy Allison
1
-1
/
+48
2000-01-05
Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.
Jeremy Allison
2
-43
/
+43
2000-01-05
client/client.c: I18N fixes.
Jeremy Allison
2
-67
/
+130
2000-01-05
implemented talloc() as described on samba-technical. This fixes the
Andrew Tridgell
1
-0
/
+3
2000-01-04
Fixed getgrent() recurse problem.
Jeremy Allison
1
-8
/
+45
2000-01-03
simple mods to add msrpc pipe redirection. default behaviour: fall back
Luke Leighton
3
-13
/
+63
2000-01-03
added suppport for unexpected udp/138 packets
Andrew Tridgell
1
-75
/
+88
2000-01-03
got rid of mem_man
Andrew Tridgell
1
-2
/
+0
2000-01-03
don't close the database after each claim_connection()
Andrew Tridgell
1
-2
/
+0
2000-01-02
- added tdb_flags option to tdb_open()
Andrew Tridgell
1
-22
/
+6
1999-12-21
Changed MAX to MIN in SET_FILE_BASIC_INFO as recommended by "Michael C. Adler...
Jeremy Allison
1
-1
/
+1
1999-12-21
converted all our existing shared memory code to use a tdb database
Andrew Tridgell
6
-61
/
+38
1999-12-21
first cut at using the tdb code for the connections structure, the
Andrew Tridgell
3
-160
/
+75
1999-12-21
Fix from tulipant-gergely@dbrt.hu for returning incorrect error code
Jeremy Allison
1
-1
/
+1
1999-12-20
*Finally*. Correct patch to fix timestamp problems from Paul Eggert <eggert@t...
Jeremy Allison
1
-3
/
+14
1999-12-13
2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...
Andrew Tridgell
4
-999
/
+0
[next]