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
/
reply.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-07-25
Added some error checking and returns to the new 'move' code.
Jeremy Allison
1
-0
/
+2
2000-07-25
A rather big change set ! (listed in no particular order)
Jean-François Micouleau
1
-8
/
+20
2000-06-09
Luke, I am moving the code back into passdb/passdb.c, this the correct
Jeremy Allison
1
-3
/
+1
2000-06-09
reverted jeremy's changes that removed NET_USER_INFO_3. will you please
Luke Leighton
1
-1
/
+3
2000-06-08
include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...
Jeremy Allison
1
-3
/
+1
2000-06-08
added a NET_USER_INFO_3 struct to user_struct.
Luke Leighton
1
-1
/
+4
2000-05-23
Did a proper fix for the file access on IPC$. Denied all pipe opens on
Jeremy Allison
1
-2
/
+6
2000-05-23
Fixed bug where file access was allowed on IPC$ share.
Jeremy Allison
1
-3
/
+3
2000-05-15
passdb/secrets.c: Fix typo in comment.
Jeremy Allison
1
-5
/
+0
2000-05-12
use "winbind separator" option for domain/user separator character
Andrew Tridgell
1
-1
/
+1
2000-05-12
fixed a problem with appliance operation
Andrew Tridgell
1
-2
/
+2
2000-05-10
- changed smb_getpwnam() to use winbind style usernames
Andrew Tridgell
1
-8
/
+19
2000-05-10
more merging voodoo
Andrew Tridgell
1
-0
/
+2
2000-05-10
Fix for misunderstanding of fsync added when vfs layer
Herb Lewis
1
-7
/
+7
2000-05-09
- use smb_gwtpwnam() in another couple of places
Andrew Tridgell
1
-7
/
+9
2000-05-08
added secrets.tdb and changed storage of trust account password to use
Andrew Tridgell
1
-8
/
+1
2000-05-04
a minimal change to get appliance mode to work with winbindd
Andrew Tridgell
1
-3
/
+3
2000-04-30
fixed dptr_wcard handling (need to use strdup)
Andrew Tridgell
1
-1
/
+1
2000-04-30
removed more cruft from our old wildcard matching code
Andrew Tridgell
1
-37
/
+0
2000-04-30
fixed our smbsearch code. We now store the mask with the dptr, this
Andrew Tridgell
1
-22
/
+8
2000-04-30
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
1
-9
/
+6
2000-04-27
Fixed range check on writeX.
Jeremy Allison
1
-1
/
+4
2000-04-27
Tidyup of smbecho.
Jeremy Allison
1
-2
/
+4
2000-04-25
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
1
-2
/
+0
2000-04-24
Now that fsp's are created on successful file open, the structure member
Jeremy Allison
1
-1
/
+1
2000-04-22
fixed overlapping strcpy() found by insure
Andrew Tridgell
1
-9
/
+6
2000-04-22
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
1
-50
/
+14
2000-04-16
the changes to the main smb code
Andrew Tridgell
1
-6
/
+6
2000-04-12
Implmented mapping of lock offset/count from 64 bit MS ranges
Jeremy Allison
1
-1
/
+1
2000-04-11
include/byteorder.h: ALIGN4/ALIGN2 macros.
Jeremy Allison
1
-105
/
+53
2000-04-11
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
1
-13
/
+12
2000-04-10
the bulk of the changes to get rid of fd_ptr and move print open
Andrew Tridgell
1
-103
/
+28
2000-03-29
More Japanese filename fixes wrt VFS code from
Tim Potter
1
-6
/
+9
2000-03-13
include/smb.h:
Jeremy Allison
1
-5
/
+5
2000-03-08
dded Microsoft Dfs services.
Shirish Kalele
1
-1
/
+34
2000-02-03
Put back lots of missing calls to dos_to_unix(). Thanks to
Tim Potter
1
-19
/
+22
2000-02-03
Mega-VFS merge. Yeah baby!
Tim Potter
1
-58
/
+62
2000-01-26
Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
1
-1
/
+1
2000-01-14
Added "inherit permissions" patch.
Jeremy Allison
1
-7
/
+12
2000-01-13
changes to reflect the new syntax of the locking calls.
Andrew Tridgell
1
-15
/
+14
1999-12-21
first cut at using the tdb code for the connections structure, the
Andrew Tridgell
1
-1
/
+1
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-718
/
+1111
1999-12-12
changed function name of get_home_dir() to get_unixhome_dir(), to stop
Luke Leighton
1
-1
/
+1
1999-12-12
final part of "first" phase converting over to msrpc daemon architecture.
Luke Leighton
1
-35
/
+3
1999-12-06
the first independent msrpc daemon - lsarpcd.
Luke Leighton
1
-2
/
+3
1999-12-02
domain_client_validate() no longer takes serverlist, it calls
Luke Leighton
1
-10
/
+1
1999-12-02
need a domain resolving function, but get_trusted_serverlist() will do.
Luke Leighton
1
-30
/
+6
1999-11-21
implement server-side generation of NTLMv2 session key. YESSS :-)
Luke Leighton
1
-1
/
+1
1999-11-21
hmmm... have to add client-side support in domain_client_validate() to
Luke Leighton
1
-4
/
+6
1999-11-20
modified domain_client_validate to take trust account name / type. this
Luke Leighton
1
-5
/
+56
[next]