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
/
smbd
/
reply.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
As Andrew suggested, make smbrun return a fd for a deleted file which can then
Jeremy Allison
2001-04-13
1
-2
/
+2
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
1
-1
/
+1
*
converted reply_printqueue
Andrew Tridgell
2001-03-16
1
-3
/
+3
*
converted reply_search
Andrew Tridgell
2001-03-16
1
-7
/
+9
*
fixed srvstr_push() call
Andrew Tridgell
2001-03-13
1
-1
/
+1
*
converted a bunch more fns to unicode
Andrew Tridgell
2001-03-13
1
-14
/
+12
*
simpler and more correct srvstr_push()
Andrew Tridgell
2001-03-13
1
-6
/
+6
*
converted reply_tcon()
Andrew Tridgell
2001-03-13
1
-40
/
+22
*
converted a bunch more server functions to unicode
Andrew Tridgell
2001-03-13
1
-10
/
+20
*
- convert chkpath
Andrew Tridgell
2001-03-13
1
-4
/
+5
*
this patch does a number of things:
Andrew Tridgell
2001-03-13
1
-20
/
+20
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-2
/
+0
*
converted reply_open, reply_open_and_x and reply_fclose
Andrew Tridgell
2001-03-10
1
-8
/
+11
*
started support for unicode on the wire in smbd. Using a very similar
Andrew Tridgell
2001-03-10
1
-36
/
+33
*
merge of 'lanman auth' and 'min protocol' from 2.2
Gerald Carter
2001-03-09
1
-11
/
+22
*
configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...
Jeremy Allison
2001-02-16
1
-3
/
+2
*
Merge of i18n fixes from appliance branch. Samba can now talk to a network
Tim Potter
2001-02-14
1
-2
/
+5
*
Merge of JohnR's changes to appliance-head, JF's changes to 2.2,
Jeremy Allison
2001-02-12
1
-5
/
+5
*
smbd/process.c: & type with 0xff for paranioa sake...
Jeremy Allison
2001-01-24
1
-4
/
+1
*
only add the service name and client machine name to list of users names
Gerald Carter
2001-01-23
1
-1
/
+6
*
include/vfs.h:
Jeremy Allison
2001-01-23
1
-3
/
+3
*
rpc_server/srv_samr.c:
Jeremy Allison
2001-01-11
1
-5
/
+37
*
Extra part of fix that Gerald missed (sorry).
Jeremy Allison
2000-12-12
1
-1
/
+1
*
Don't forget to convert into UNIX character set before calling
Jeremy Allison
2000-11-21
1
-1
/
+1
*
Ok - fixed a bug in our levelII oplock code. We need to break a level II on
Jeremy Allison
2000-11-16
1
-7
/
+18
*
Merge from appliance head of JR's changes for driver versioning.
Jeremy Allison
2000-11-14
1
-23
/
+42
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-7
/
+11
*
Ok - this is a big patch - and it may break smbd a bit (although
Jeremy Allison
2000-10-19
1
-55
/
+52
*
a netlogon enum trust query doesn't have a function_code at end.
Jean-François Micouleau
2000-10-10
1
-1
/
+1
*
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
2000-10-06
1
-1
/
+1
*
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
2000-10-06
1
-98
/
+358
*
utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.
Jeremy Allison
2000-10-03
1
-2
/
+1
*
fixed a harmess mixup of bitops and a boolean
Andrew Tridgell
2000-09-29
1
-1
/
+1
*
Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
Jeremy Allison
2000-09-27
1
-1
/
+1
*
Fix to allow a timestamp of zero to cause an instantaneous changenotify
Jeremy Allison
2000-09-20
1
-1
/
+10
*
we should not lowercase the username we receive in
Andrew Tridgell
2000-09-12
1
-2
/
+0
*
Added vfs_unlink call to ensure vfs is used on unlink from client.
Jeremy Allison
2000-08-30
1
-1
/
+1
*
smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.
Jeremy Allison
2000-08-28
1
-2
/
+2
*
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
2000-08-01
1
-29
/
+18
*
Added some error checking and returns to the new 'move' code.
Jeremy Allison
2000-07-25
1
-0
/
+2
*
A rather big change set ! (listed in no particular order)
Jean-François Micouleau
2000-07-25
1
-8
/
+20
*
Luke, I am moving the code back into passdb/passdb.c, this the correct
Jeremy Allison
2000-06-09
1
-3
/
+1
*
reverted jeremy's changes that removed NET_USER_INFO_3. will you please
Luke Leighton
2000-06-09
1
-1
/
+3
*
include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...
Jeremy Allison
2000-06-08
1
-3
/
+1
*
added a NET_USER_INFO_3 struct to user_struct.
Luke Leighton
2000-06-08
1
-1
/
+4
*
Did a proper fix for the file access on IPC$. Denied all pipe opens on
Jeremy Allison
2000-05-23
1
-2
/
+6
*
Fixed bug where file access was allowed on IPC$ share.
Jeremy Allison
2000-05-23
1
-3
/
+3
*
passdb/secrets.c: Fix typo in comment.
Jeremy Allison
2000-05-15
1
-5
/
+0
*
use "winbind separator" option for domain/user separator character
Andrew Tridgell
2000-05-12
1
-1
/
+1
*
fixed a problem with appliance operation
Andrew Tridgell
2000-05-12
1
-2
/
+2
[prev]
[next]