index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
include
/
smb.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for interesting resource constraint condition. When all opens are
Jeremy Allison
2003-01-30
1
-1
/
+3
*
Fix problem with "hide unreadable". stat file opens are baaack :-).
Jeremy Allison
2003-01-03
1
-0
/
+1
*
BIG patch...
Andrew Bartlett
2003-01-02
1
-17
/
+17
*
merge of get_dc_name()-like code from APP_HEAD; better support password serve...
Gerald Carter
2002-12-12
1
-0
/
+8
*
The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
Jeremy Allison
2002-12-05
1
-1
/
+1
*
Fix for 64 bit issues with oplocks and allocation size.
Jeremy Allison
2002-12-04
1
-2
/
+2
*
Add smbtrans subcommands so we can stop hardcoding them
Jim McDonough
2002-11-07
1
-0
/
+5
*
Missed extern declaration.
Jeremy Allison
2002-11-05
1
-0
/
+1
*
Add more options to popt_common and use them. Current ones are:
Jelmer Vernooij
2002-11-02
1
-0
/
+3
*
Add popt_common_socket_options
Jelmer Vernooij
2002-11-02
1
-0
/
+1
*
- Remove RTLD_GLOBAL
Jelmer Vernooij
2002-10-30
1
-1
/
+1
*
Add init_module_function typedef for new module system
Jelmer Vernooij
2002-10-30
1
-0
/
+3
*
Tidyup of file specific access mask bits.
Tim Potter
2002-10-14
1
-14
/
+19
*
Nice *big* patch from metze.
Andrew Bartlett
2002-10-12
1
-18
/
+53
*
forgot some bits from previous rpc_secdesc.h rework patch
Simo Sorce
2002-10-07
1
-2
/
+0
*
try to put every security descriptors related definitions in the same file.
Simo Sorce
2002-10-06
1
-9
/
+2
*
Add more common options to popt_common - and start using
Jelmer Vernooij
2002-10-05
1
-0
/
+1
*
merge of working dsrolegetprimdominfo() client code from APP_HEAD
Gerald Carter
2002-10-04
1
-1
/
+1
*
merge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter
2002-10-04
1
-0
/
+11
*
Cope with rw errors and timeout to peer.
Jeremy Allison
2002-10-01
1
-0
/
+2
*
This patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> cleans up
Andrew Bartlett
2002-09-25
1
-1
/
+4
*
Changed Major/Minor version info reported to Server Manager to 4.9.
John Terpstra
2002-09-16
1
-8
/
+12
*
Winbind client-side cleanups.
Andrew Bartlett
2002-09-07
1
-2
/
+0
*
Move the fancy NT_STATUS macros to a new file, so we can include them earlier
Andrew Bartlett
2002-09-05
1
-38
/
+0
*
Add bcast_msg_flags to connection struct. Allows sender to filter when
Jeremy Allison
2002-09-04
1
-0
/
+1
*
Return correct FILE_SUPERSEDED response - IFSTEST strikes again...
Jeremy Allison
2002-08-28
1
-0
/
+1
*
Merged initial allocation code for IFSTEST fix.
Jeremy Allison
2002-08-23
1
-0
/
+1
*
Handle wrap-around on this number by making it unsigned.
Andrew Bartlett
2002-08-21
1
-1
/
+1
*
IFSTEST fixes for open fid, nametoolong.
Jeremy Allison
2002-08-20
1
-11
/
+12
*
Based orginally by work by Kai, this patch moves our NT_TOKEN generation into
Andrew Bartlett
2002-08-20
1
-3
/
+4
*
added support for smbd listening on port 445 and 139. It now listens
Andrew Tridgell
2002-07-31
1
-1
/
+3
*
OK!
Simo Sorce
2002-07-30
1
-3
/
+10
*
Added extern for popt_common_debug.
Tim Potter
2002-07-29
1
-0
/
+4
*
Another item off my long-term todo list:
Andrew Bartlett
2002-07-28
1
-2
/
+2
*
print_jobid in the fsp struct should be uint32.
Jeremy Allison
2002-07-16
1
-1
/
+1
*
(this should have been part of the previous commit)
Andrew Bartlett
2002-07-08
1
-0
/
+14
*
Kill off codepage related stuff, now we don't use codepages any more.
Andrew Bartlett
2002-07-03
1
-24
/
+0
*
Rework much of the service.c code:
Andrew Bartlett
2002-06-15
1
-0
/
+3
*
Fix spelling typo.
Jeremy Allison
2002-06-14
1
-11
/
+11
*
More of SMB signing for client - not yet finished (should be harmless).
Jeremy Allison
2002-06-14
1
-1
/
+2
*
Latest patch from metze <metze@metzemix.de> to move most of samba across
Andrew Bartlett
2002-06-13
1
-2
/
+2
*
Add flags2 for security signitures
Andrew Bartlett
2002-06-07
1
-0
/
+1
*
Removed some unused variables - tidy up some formating, add struct to
Jeremy Allison
2002-05-31
1
-1
/
+7
*
Include the extra #define for the last set of smbpasswd mods.
Andrew Bartlett
2002-05-18
1
-0
/
+1
*
A few things in this commit:
Andrew Bartlett
2002-05-18
1
-2
/
+7
*
This removes --with-ssl from Samba.
Andrew Bartlett
2002-05-17
1
-5
/
+0
*
Added hex values as comments for the standard access rights.
Tim Potter
2002-04-15
1
-5
/
+5
*
This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij
Andrew Bartlett
2002-04-13
1
-0
/
+2
*
Fix the mp3 rename bug - also tidy up our open code and remove the special
Jeremy Allison
2002-03-23
1
-6
/
+3
*
BUFFER_SIZE Should be 128k if large read write tests are to work.
Jeremy Allison
2002-03-20
1
-0
/
+5
[next]