Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-30 | More strlcat/strlcpy truncate checks. | Jeremy Allison | 1 | -10/+45 | |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | |||||
2011-05-04 | Remove obvious use of safe_strcpy + safe_strcat -> strlcpy + strlcat. | Jeremy Allison | 1 | -10/+10 | |
2011-03-30 | s3-auth: use auth.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-14 | s3:auth Make Samba3 use the new common struct auth_usersupplied_info | Andrew Bartlett | 1 | -4/+4 | |
This common structure will make it much easier to produce an auth module for s3compat that calls Samba4's auth subsystem. In order the make the link work properly (and not map twice), we mark both that we did try and map the user, as well as if we changed the user during the mapping. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-06-07 | s3:auth Rename user_info->domain -> user_info->mapped.domain_name | Andrew Bartlett | 1 | -3/+3 | |
This is closer to the structure I want for a common struct auth_usersupplied_info. Andrew Bartlett | |||||
2010-06-07 | s3:auth Rename user_info->smb_name -> user_info->client.account_name | Andrew Bartlett | 1 | -3/+3 | |
This is closer to the structure I want for a common struct auth_usersupplied_info. Andrew Bartlett | |||||
2010-04-11 | s3: Remove the make_auth_methods routine | Volker Lendecke | 1 | -5/+9 | |
This was just TALLOC_ZERO_P | |||||
2010-04-11 | s3: Fix some nonempty lines | Volker Lendecke | 1 | -3/+3 | |
2010-01-10 | s3: Remove the typedef for "auth_serversupplied_info" | Volker Lendecke | 1 | -1/+1 | |
2010-01-10 | s3: Remove the typedef for "auth_usersupplied_info" | Volker Lendecke | 1 | -1/+1 | |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) | |||||
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | |||||
2007-10-10 | r20268: merge -r 20261:20263 from samba_3_0_24 | Herb Lewis | 1 | -0/+1 | |
get rid of previous prototype warnings (This used to be commit 90265c83ff1c7f11672694ff005d8ecc5d4a867f) | |||||
2007-10-10 | r18665: Remove two type-punned warnings | Volker Lendecke | 1 | -2/+3 | |
(This used to be commit 157b2c0c262dc9b9ae2a8a3133479e66e6c8db07) | |||||
2007-10-10 | r17584: Some C++ Warnings | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit f6194cf4b263454bbdf180a7d014ffc3498df497) | |||||
2007-10-10 | r15368: Remove some dead code. -- paulg | Paul Green | 1 | -8/+0 | |
(This used to be commit e1bd357fe87a66861d092fcdbdde1ff6ffcc8cf2) | |||||
2007-10-10 | r15285: Fix the build. | Paul Green | 1 | -1/+2 | |
(This used to be commit 2270a5196db071bbf15aed92637a24f81d179cd5) | |||||
2007-10-10 | r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the ↵ | Paul Green | 1 | -3/+1 | |
patch to SAMBA_3_0 to declare prototypes for the initialization functions. These are the same changes I just made to head. --paulg (This used to be commit 17774387ad879b6a72dd1cf406326318add31b04) | |||||
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -5/+5 | |
Sync with trunk as off r13315 (This used to be commit 17e63ac4ed8325c0d44fe62b2442449f3298559f) | |||||
2007-10-10 | r10234: Add new auth module "auth_script" to allow valid users to | Jeremy Allison | 1 | -0/+155 | |
be provisioned on demand - calls script with domain, username, challenge and LM and NT responses - passing the info through a pipe. Jeremy. (This used to be commit 67be4ee41cd244bcc0445cac7c9e1e2d40e93c9b) |