Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-12 | s3:smbd: make struct pending_message_list private | Stefan Metzmacher | 1 | -14/+0 | |
metze | |||||
2011-12-12 | s3:smbd: remember the smbd_server_connection on pending_message_list | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-12-02 | s3: Use autogenerated open_files.idl | Volker Lendecke | 1 | -69/+0 | |
2011-11-23 | s3: Move server_info_struct to nmbd | Volker Lendecke | 1 | -9/+0 | |
That's the only place where it's used. | |||||
2011-11-23 | s3: Replace delete_token_list by an array | Volker Lendecke | 1 | -3/+3 | |
This will make it easier to convert locking.tdb to IDL, and I don't think there will be enough entries to justify a linked list over an array. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 23 09:02:12 CET 2011 on sn-devel-104 | |||||
2011-10-26 | libcli/smb: merge NEGOTIATE_SECURITY_* flags to smb_constants.h | Stefan Metzmacher | 1 | -6/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Oct 26 11:27:12 CEST 2011 on sn-devel-104 | |||||
2011-10-24 | libcli/smb: merge LOCKING_ANDX_* and OPLOCK_* defines to smb_constants.h | Stefan Metzmacher | 1 | -11/+4 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 24 17:46:47 CEST 2011 on sn-devel-104 | |||||
2011-10-24 | libcli/smb: move more defines to smb_constants.h | Stefan Metzmacher | 1 | -106/+0 | |
metze | |||||
2011-10-24 | libcli/smb: move CAP_* defines to smb_constants.h | Stefan Metzmacher | 1 | -46/+0 | |
metze | |||||
2011-10-22 | Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ↵ | Jeremy Allison | 1 | -0/+1 | |
outside of the share. The key is to only allow the lookup to succeed if it's a UNIX level lookup or readlink, but disallow all other operations. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Oct 22 01:37:41 CEST 2011 on sn-devel-104 | |||||
2011-10-21 | libcli/smb: move some common defines to smb_constants.h | Stefan Metzmacher | 1 | -27/+0 | |
metze | |||||
2011-10-11 | libcli/smb Move CSC_POLICY_* definition to smb_constants.h | Andrew Bartlett | 1 | -6/+0 | |
This removes the duplicate definition between smb.h and lib/param/loadparm.c which in turn allows this file to be compiled with the s3 includes.h Andrew Bartlett | |||||
2011-09-15 | s3:include: add some masks for SMB1 CAP_* flags | Stefan Metzmacher | 1 | -0/+25 | |
The flags are devided into 3 sections: - client only flags - flags used in both directions - server only flags metze | |||||
2011-08-30 | s3:include: add CAP_LWIO and CAP_DYNAMIC_REAUTH defines | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2011-08-10 | s3:include: smb.h base old smb header offsets on new defines | Stefan Metzmacher | 1 | -32/+32 | |
metze | |||||
2011-08-10 | s3:include: smb.h merge some stuff from source4 | Stefan Metzmacher | 1 | -0/+35 | |
metze | |||||
2011-07-20 | s3-auth Use the common auth_session_info | Andrew Bartlett | 1 | -3/+3 | |
This patch finally has the same structure being used to describe the authorization data of a user across the whole codebase. This will allow of our session handling to be accomplished with common code. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-20 | s3-auth Use struct auth3_session_info outside the auth subsystem | Andrew Bartlett | 1 | -3/+3 | |
This seperation between the structure used inside the auth modules and in the wider codebase allows for a gradual migration from struct auth_serversupplied_info -> struct auth_session_info (from auth.idl) The idea here is that we keep a clear seperation between the structure before and after the local groups, local user lookup and the session key modifications have been processed, as the lack of this seperation has caused issues in the past. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-12 | s3:include: remove SMBkeepalive | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2011-07-08 | s3:libsmb: remove unused enum smb_read_errors infrastructure | Stefan Metzmacher | 1 | -13/+0 | |
metze | |||||
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 | |
This allows us to remove another _SAMBA_BUILD_ conditional Andrew Bartlett | |||||
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 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-04 | s3: RIP 'struct client_address'. | Andreas Schneider | 1 | -5/+0 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-06-29 | param: Merge param headers into lib/param/loadparm.h | Andrew Bartlett | 1 | -50/+0 | |
This defines a common table format, so we can in future define a common table. Andrew Bartlett | |||||
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 | |
This will allow the parameter tables to be shared between source3 and source4. Andrew Bartlett | |||||
2011-06-29 | s3-param Use .offset rather than .ptr when defining parameters | Andrew Bartlett | 1 | -1/+1 | |
This change has a number of purposes: * It removes the fancy logic around pointers into sDefault for all per-share parameters. Instead, this is always expressed as an offset, rather than implicitly via PTR_DIFF macros. * It makes struct parm_struct almost identical to that as used in source4/param. This will very shortly allow the loadparm tables and most of the 'special' helper functions to be placed in common. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Jun 29 05:50:46 CEST 2011 on sn-devel-104 | |||||
2011-06-29 | s3-param use lp_parm_ptr() rather than parm.ptr directly | Andrew Bartlett | 1 | -0/+2 | |
This will help with a change from .ptr to .offset Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Jun 29 03:26:21 CEST 2011 on sn-devel-104 | |||||
2011-06-23 | s3-param Remove 'announce version' parameter | Andrew Bartlett | 1 | -2/+2 | |
The only users I can find of this on the internet involve confused users, and our own documentation recommends never setting this. Don't confuse our users any longer. Andrew Bartlett | |||||
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 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-05-06 | s3-lib Remove unused dos error codes from errmap_unix | Andrew Bartlett | 1 | -7/+0 | |
This also makes unix_nt_errmap private to errmap_unix.c and errormap.c so the tables themselves cannot be duplicate symbols until merged. Andrew Bartlett | |||||
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 | |
Guenther | |||||
2011-05-03 | s3-include: use new roles.h | Andrew Tridgell | 1 | -8/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH | Andrew Bartlett | 1 | -3/+0 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 1 | -1/+0 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLID | Andrew Bartlett | 1 | -1/+0 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM | Andrew Bartlett | 1 | -1/+0 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 1 | -1/+0 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY | Andrew Bartlett | 1 | -1/+0 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
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 | |
Guenther | |||||
2011-04-14 | s3-includes: remove unused schema_types enum. | Günther Deschner | 1 | -3/+0 | |
Guenther | |||||
2011-04-14 | s3-includes: move struct pipe_open_rec to srvsvc rpc server. | Günther Deschner | 1 | -10/+0 | |
Guenther | |||||
2011-04-13 | s3-build: finally remove references to ndr and dcerpc headers that were ↵ | Günther Deschner | 1 | -1/+0 | |
included globally. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Apr 13 23:07:05 CEST 2011 on sn-devel-104 | |||||
2011-03-30 | s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to. | Günther Deschner | 1 | -21/+0 | |
Guenther | |||||
2011-03-30 | s3-passdb: move some passdb defines to passdb.h | Günther Deschner | 1 | -29/+0 | |
Guenther |