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
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Fix a typo
Volker Lendecke
2010-04-14
1
-1
/
+1
*
Don't set "requested_posix_capabilities" in the sync code, already done in th...
Jeremy Allison
2010-04-13
1
-2
/
+0
*
Add basic DFS tests.
Jeremy Allison
2010-04-13
2
-0
/
+92
*
Split out the client unix capabilities to those the server offered, and those...
Jeremy Allison
2010-04-13
5
-9
/
+24
*
s3-winbind: Authenticate SAM users
Volker Lendecke
2010-04-13
2
-5
/
+75
*
s3-winbindd: Fix typo in comment.
Karolin Seeger
2010-04-13
1
-1
/
+1
*
s3: Cache the username map in gencache
Volker Lendecke
2010-04-13
3
-0
/
+61
*
Move to using 64-bit mid values in our internal open file database.
Jeremy Allison
2010-04-12
15
-166
/
+188
*
s3: Apply some const
Volker Lendecke
2010-04-12
2
-6
/
+10
*
s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" att...
Matthias Dieter Wallnöfer
2010-04-12
1
-3
/
+3
*
s3: Little refactoring: Factor out skip_space
Volker Lendecke
2010-04-12
1
-5
/
+10
*
s3: Remove a bogus 0-check, "isspace" can not return true for \0
Volker Lendecke
2010-04-12
1
-1
/
+1
*
s3: Cache the result of the username map script
Volker Lendecke
2010-04-12
1
-0
/
+1
*
s3: Move serverinfo_to_SamInfoX to auth/server_info.c
Volker Lendecke
2010-04-11
2
-287
/
+287
*
s3: Move [make|free]_user_info to auth/user_info.c
Volker Lendecke
2010-04-11
4
-108
/
+146
*
s3: Move make_server_info_sam to auth/server_info_sam.c
Volker Lendecke
2010-04-11
3
-121
/
+152
*
s3: Move sanitize_username to lib/util_str.c
Volker Lendecke
2010-04-11
3
-8
/
+9
*
s3: Move make_server_info to auth/server_info.c
Volker Lendecke
2010-04-11
4
-32
/
+60
*
s3: Move check_sam_security to auth/check_sam.c
Volker Lendecke
2010-04-11
3
-486
/
+513
*
s3: Make check_sam_security public
Volker Lendecke
2010-04-11
2
-20
/
+32
*
s3: Replace "auth_context" by "challenge" in need_to_increment_bad_pw_count args
Volker Lendecke
2010-04-11
1
-5
/
+5
*
s3: Replace "auth_context" by "challenge" in sam_password_ok args
Volker Lendecke
2010-04-11
1
-7
/
+10
*
s3: Move user_in_group() and create_token_from_username() to token_utils.c
Volker Lendecke
2010-04-11
2
-315
/
+315
*
[Bug 7345] Incomplete description of function return values in libsmbclient.h
Derrell Lipman
2010-04-11
1
-8
/
+14
*
s3: Use sizeof(chal) instead of a constant
Volker Lendecke
2010-04-11
1
-1
/
+1
*
s3: Use talloc_stackframe() in user_in_group
Volker Lendecke
2010-04-11
1
-7
/
+1
*
s3: Use talloc_stackframe() in user_in_group_sid
Volker Lendecke
2010-04-11
1
-8
/
+1
*
s3: Use talloc_stackframe() in create_token_from_username
Volker Lendecke
2010-04-11
1
-7
/
+1
*
s3: Fix a memleak in user_in_group_sid
Volker Lendecke
2010-04-11
1
-0
/
+1
*
s3: Remove the make_auth_methods routine
Volker Lendecke
2010-04-11
10
-72
/
+101
*
s3: Fix a typo
Volker Lendecke
2010-04-11
1
-1
/
+1
*
s3: Make "auth_context" its own talloc parent
Volker Lendecke
2010-04-11
5
-16
/
+9
*
s3: Fix some nonempty lines
Volker Lendecke
2010-04-11
6
-36
/
+35
*
s3: Cosmetics -- I could not spot where "chal" was initialized
Volker Lendecke
2010-04-11
1
-1
/
+1
*
s3: Use IS_DC macro in get_global_sam_name()
Volker Lendecke
2010-04-10
1
-1
/
+1
*
s3: Remove domain selection from dual_pam_auth
Volker Lendecke
2010-04-10
1
-53
/
+13
*
s3: Check 0 termination in GETALIASES
Volker Lendecke
2010-04-10
1
-7
/
+13
*
Plumb SMB2 stubs into all the places we defer SMB1 operations.
Jeremy Allison
2010-04-09
13
-111
/
+198
*
s3-spoolss: Fix two uninitialized vars in spoolss util code.
Günther Deschner
2010-04-09
1
-1
/
+2
*
s3: add iconv_convenience handle to pull/push sz helpers.
Günther Deschner
2010-04-09
15
-50
/
+58
*
s3: Fix a typo
Volker Lendecke
2010-04-09
1
-1
/
+1
*
s3: Use talloc_tos() as talloc ctx for fd_lines_load() in map_username()
Volker Lendecke
2010-04-09
1
-1
/
+1
*
s3: TALLOC_FREE(command) correctly in map_username()
Volker Lendecke
2010-04-09
1
-0
/
+2
*
Stop smb2 from calling into smb1 blocking lock request code.
Jeremy Allison
2010-04-08
6
-0
/
+72
*
Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()
Jeremy Allison
2010-04-08
3
-20
/
+4
*
Fix bug #7339 - MSDFS is non-functional in 3.5.x
Jeremy Allison
2010-04-08
4
-1
/
+6
*
s3-winreg: add winreg_DeleteKeyEx stub.
Günther Deschner
2010-04-09
1
-0
/
+12
*
s3-lanman: use spoolss for api_RDosPrintJobDel().
Günther Deschner
2010-04-08
1
-15
/
+59
*
s3-lanman: use spoolss for api_WPrintQueueCtrl().
Günther Deschner
2010-04-08
1
-7
/
+70
*
s3-registry: fix fill_in_printer_values() for datatype and printprocessor.
Günther Deschner
2010-04-08
1
-2
/
+2
[next]