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
/
include
/
smb.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-08
s3:libsmb: remove unused enum smb_read_errors infrastructure
Stefan Metzmacher
1
-13
/
+0
2011-07-08
lib/util Move bitmap.c to lib/util
Andrew Bartlett
1
-5
/
+0
2011-07-06
libcli/smb move FILE_TYPE constants in common
Andrew Bartlett
1
-8
/
+0
2011-07-06
libcli/smb move enum protocol_types to a common header
Andrew Bartlett
1
-12
/
+0
2011-07-05
s3: Calculate&store the maximum share access mask
Volker Lendecke
1
-0
/
+1
2011-07-04
s3: RIP 'struct client_address'.
Andreas Schneider
1
-5
/
+0
2011-06-29
param: Merge param headers into lib/param/loadparm.h
Andrew Bartlett
1
-50
/
+0
2011-06-29
s3-param Remove unused FLAG_DOS_STRING
Andrew Bartlett
1
-1
/
+0
2011-06-29
param: Merge struct parm_struct definitions
Andrew Bartlett
1
-1
/
+3
2011-06-29
s3-param Use .offset rather than .ptr when defining parameters
Andrew Bartlett
1
-1
/
+1
2011-06-29
s3-param use lp_parm_ptr() rather than parm.ptr directly
Andrew Bartlett
1
-0
/
+2
2011-06-23
s3-param Remove 'announce version' parameter
Andrew Bartlett
1
-2
/
+2
2011-05-18
s3-param: remove unused share_iterator functions
Andrew Bartlett
1
-4
/
+0
2011-05-08
libds: moved enum security_types to a common header
Andrew Tridgell
1
-3
/
+0
2011-05-06
s3-lib Remove unused dos error codes from errmap_unix
Andrew Bartlett
1
-7
/
+0
2011-05-05
Fix many const compiler warnings.
Jeremy Allison
1
-1
/
+1
2011-05-03
s3-includes: move enum flush_reason_enum to smb.h
Günther Deschner
1
-0
/
+16
2011-05-03
s3-include: use new roles.h
Andrew Tridgell
1
-8
/
+1
2011-04-29
s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
Andrew Bartlett
1
-3
/
+0
2011-04-29
s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
Andrew Bartlett
1
-1
/
+0
2011-04-29
s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLID
Andrew Bartlett
1
-1
/
+0
2011-04-29
s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
Andrew Bartlett
1
-1
/
+0
2011-04-29
s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
Andrew Bartlett
1
-1
/
+0
2011-04-29
s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
Andrew Bartlett
1
-1
/
+0
2011-04-29
libcli/smb Move FILE_ATTRIBUTE defines to the top level
Andrew Bartlett
1
-20
/
+0
2011-04-14
s3-includes: include lib/util/debug.h headers in includes.h not smb.h
Günther Deschner
1
-4
/
+0
2011-04-14
s3-includes: remove unused schema_types enum.
Günther Deschner
1
-3
/
+0
2011-04-14
s3-includes: move struct pipe_open_rec to srvsvc rpc server.
Günther Deschner
1
-10
/
+0
2011-04-13
s3-build: finally remove references to ndr and dcerpc headers that were inclu...
Günther Deschner
1
-1
/
+0
2011-03-30
s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to.
Günther Deschner
1
-21
/
+0
2011-03-30
s3-passdb: move some passdb defines to passdb.h
Günther Deschner
1
-29
/
+0
2011-03-30
s3-passdb: move lsa_dom_info and lsa_name_info out of smb.h into passdb.
Günther Deschner
1
-15
/
+0
2011-03-30
s3-messages: only include messages.h where needed.
Günther Deschner
1
-0
/
+2
2011-03-25
libcli: created smb_constants.h
Andrew Tridgell
1
-15
/
+2
2011-03-01
s3-auth struct security_unix_token replaces UNIX_USER_TOKEN
Andrew Bartlett
1
-9
/
+2
2011-03-01
lib/util: new merged debug system
Andrew Bartlett
1
-1
/
+2
2011-02-25
Detect Mac OS X as a separate client type.
Justin Maggard
1
-1
/
+1
2011-02-22
s3-printing: move more printing structs to printing.h
Günther Deschner
1
-40
/
+0
2011-02-22
s3:auth: change num_groups to from size_t to uint32_t
Stefan Metzmacher
1
-1
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-3
/
+3
2011-02-17
s3-cluster remove more CLUSTER_SUPPORT #ifdef stuff
Andrew Bartlett
1
-4
/
+0
2011-02-14
s3-librpc: no need to globally include endpointmapper headers.
Günther Deschner
1
-1
/
+0
2011-02-09
s3: move some stuff out of smb.h to better locations.
Günther Deschner
1
-6
/
+0
2011-02-09
s3: remove unused struct uuid_flat.
Günther Deschner
1
-7
/
+0
2011-01-25
Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.
Jeremy Allison
1
-10
/
+18
2011-01-25
Add name_hash into the share mode entry struct (as yet only use for renames t...
Jeremy Allison
1
-4
/
+7
2011-01-25
Add name_hash to files_struct. Set within fsp_set_smb_fname().
Jeremy Allison
1
-0
/
+1
2011-01-02
s3: Happy New Year 2011
Stefan Metzmacher
1
-1
/
+1
2010-12-28
s3: Remove an ancient typedef
Volker Lendecke
1
-2
/
+2
2010-12-21
Keep track of the sparse status of an open file handle. Allows bypass of
Jeremy Allison
1
-0
/
+1
[next]