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
/
auth
/
auth_server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-17
s3: Avoid a few calls to cli_errstr
Volker Lendecke
1
-3
/
+3
2010-11-10
Remove fstring from map_username. Create a more sane interface than the calle...
Jeremy Allison
1
-4
/
+5
2010-08-19
s3: Remove smb_pam_accountcheck from the auth modules
Volker Lendecke
1
-9
/
+1
2010-08-14
s3:auth Add error paths for invalid password_state values
Andrew Bartlett
1
-0
/
+3
2010-08-14
s3:auth Make Samba3 use the new common struct auth_usersupplied_info
Andrew Bartlett
1
-12
/
+14
2010-06-10
s3:misc make use of server_[event/messaging]_context directly
Andreas Schneider
1
-1
/
+1
2010-06-07
s3:auth Rename user_info->domain -> user_info->mapped.domain_name
Andrew Bartlett
1
-5
/
+5
2010-06-07
s3:auth Rename user_info->internal_username -> user_info->mapped.account_name
Andrew Bartlett
1
-2
/
+2
2010-06-07
s3:auth Rename user_info->smb_name -> user_info->client.account_name
Andrew Bartlett
1
-2
/
+2
2010-05-29
s3:auth make it easier to trace auth modules
Simo Sorce
1
-0
/
+2
2010-04-11
s3: Remove the make_auth_methods routine
Volker Lendecke
1
-4
/
+9
2010-04-11
s3: Make "auth_context" its own talloc parent
Volker Lendecke
1
-1
/
+1
2010-04-11
s3: Fix some nonempty lines
Volker Lendecke
1
-6
/
+6
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
2009-07-28
Added prefer_ipv4 bool parameter to resolve_name().
Jeremy Allison
1
-1
/
+1
2008-12-19
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
1
-3
/
+6
2008-10-23
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
1
-1
/
+1
2008-07-22
Fix various build warnings
Zach Loafman
1
-1
/
+1
2008-05-30
Fix security=server, bug 5502
Volker Lendecke
1
-2
/
+4
2008-03-10
Use a separate tdb for mutexes
Volker Lendecke
1
-7
/
+9
2008-01-08
Fix CID 460 - resource leak on error.
Jeremy Allison
1
-0
/
+1
2007-12-16
Remove another static string and static passwd.
Jeremy Allison
1
-19
/
+22
2007-12-07
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
1
-17
/
+22
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-5
/
+5
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-5
/
+5
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-1
/
+1
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-9
/
+4
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
Jeremy Allison
1
-1
/
+6
2007-10-10
r22956: Fix security=server (bug #4622). Volker's patch
Jeremy Allison
1
-6
/
+0
2007-10-10
r22953: Well, this apparently has never been tested. But *this* code never saw a
Volker Lendecke
1
-6
/
+5
2007-10-10
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
1
-4
/
+4
2007-10-10
r21870: Move sending auth_server keepalives out of the main loop into an idle...
Volker Lendecke
1
-25
/
+60
2007-10-10
r20237: Replace exit_server with exit_server_cleanly where appropriate. All
James Peach
1
-1
/
+1
2007-10-10
r19980: Implement pam account stack checks when obey pam restrictions is true.
Simo Sorce
1
-1
/
+9
2007-10-10
r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS
Volker Lendecke
1
-28
/
+27
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-4
/
+5
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-1
/
+1
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-8
/
+8
2007-10-10
r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer)
Gerald Carter
1
-0
/
+1
2004-03-16
BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...
Gerald Carter
1
-11
/
+10
2003-11-23
Patch by emil@disksites.com <Emil Rasamat> to ensure we always always
Andrew Bartlett
1
-0
/
+2
2003-11-10
Patch from Andrew Bartlett <abartlet@samba.org> for security=server core
Jeremy Allison
1
-6
/
+8
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-1
/
+1
2003-07-03
This patch takes the work the jerry did for beta2, and generalises it:
Andrew Bartlett
1
-2
/
+2
2003-06-04
Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>
Jelmer Vernooij
1
-1
/
+1
2003-05-25
Get 'add user script' working again for Samba 3.0.
Andrew Bartlett
1
-2
/
+9
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
1
-2
/
+2
[next]