index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add cli_pull_reply
Volker Lendecke
2008-08-28
4
-10
/
+85
|
*
Remove cli->event_ctx, pass it explicitly
Volker Lendecke
2008-08-28
6
-108
/
+99
|
*
Add async open&x
Volker Lendecke
2008-08-28
2
-33
/
+120
|
*
Add async cli_close
Volker Lendecke
2008-08-28
2
-13
/
+41
|
*
Refactoring: Add the routine cli_request_send()
Volker Lendecke
2008-08-28
4
-72
/
+88
|
*
winbindd: fix invalid sid copy (hit when enumerating sibling domains).
Günther Deschner
2008-08-28
1
-1
/
+1
|
*
Fix the wcache_invalidate_samlogon calls.
Jeremy Allison
2008-08-27
3
-4
/
+25
|
*
Correct the netsamlogon_clear_cached_user function.
Ephi Dror
2008-08-27
1
-36
/
+18
|
*
Add st_birthtime and friends for accurate create times on systems that suppor...
Jeremy Allison
2008-08-27
4
-14
/
+124
|
*
mount.cifs: unclear error message with "credentials"
Steve French
2008-08-27
1
-2
/
+3
|
*
Be explicit about setting perms for the ldb. Helps others who may use this api.
Jeremy Allison
2008-08-27
1
-0
/
+3
|
*
ldb: Fix permissions of new ldg files.
Karolin Seeger
2008-08-27
1
-1
/
+1
|
*
ldb: Fix permissions of group_mapping.ldb.
Andrew Tridgell
2008-08-27
1
-1
/
+7
|
*
Fix bug spotted by Simo - don't use legacy if expired entry.
Jeremy Allison
2008-08-26
1
-4
/
+4
|
*
Don't ask winbindd if we got a -ve cache entry.
Jeremy Allison
2008-08-26
1
-4
/
+38
*
|
Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel
Simo Sorce
2008-08-26
56
-590
/
+1023
|
\
|
|
*
Fix the build :-(. Ask winbindd if we find a negative cache entry (or should
Jeremy Allison
2008-08-26
1
-5
/
+17
|
*
Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid map...
Jeremy Allison
2008-08-26
1
-33
/
+51
|
*
Increase the default positive idmap cache time to a week
Volker Lendecke
2008-08-26
1
-1
/
+1
|
*
Move idmap_cache.c from winbindd/ to lib/
Volker Lendecke
2008-08-26
2
-3
/
+2
|
*
run make idl after idl change "Handle arbitrary new PAC types"
Michael Adam
2008-08-26
2
-16
/
+6
|
*
Handle arbitrary new PAC types
Andrew Tridgell
2008-08-26
1
-1
/
+1
|
*
EINVAL is also a valid error return, meaning "this filesystem
Andrew Tridgell
2008-08-26
1
-2
/
+3
|
*
become root for AIO operations
Andrew Tridgell
2008-08-26
1
-1
/
+7
|
*
Avoid a race condition in glibc between AIO and setresuid().
Andrew Tridgell
2008-08-26
1
-11
/
+13
|
*
fixed an errno handling bug that could lead to an infinite loop
Andrew Tridgell
2008-08-26
1
-2
/
+2
|
*
fixed tsmsm_sendfile(). The logic was totally broken.
Andrew Tridgell
2008-08-26
1
-4
/
+7
|
*
build: make sure to create CODEPAGEDIR and MODULESDIR.
Günther Deschner
2008-08-26
1
-1
/
+1
|
*
Fix bug 4516, no IPv6 on Solaris 2.6.
David Leonard
2008-08-25
1
-3
/
+22
|
*
winbindd: use set_auth_errors() in winbindd_dual_check_machine_acct as well.
Günther Deschner
2008-08-25
1
-4
/
+1
|
*
winbindd: move set_auth_errors to util functions.
Günther Deschner
2008-08-25
3
-12
/
+13
|
*
winbindd: only create machine pwd change event when in primary domain child.
Günther Deschner
2008-08-25
1
-1
/
+1
|
*
auth: Fix build warning.
Günther Deschner
2008-08-25
1
-2
/
+3
|
*
Fix some nonempty blank lines
Volker Lendecke
2008-08-24
1
-11
/
+11
|
*
Fix some C++ warnings
Volker Lendecke
2008-08-24
1
-4
/
+6
|
*
Revert "Protect against short read&x replies"
Volker Lendecke
2008-08-23
1
-4
/
+0
|
*
Protect against short read&x replies
Volker Lendecke
2008-08-23
1
-0
/
+4
|
*
Fix some nonempty blank lines
Volker Lendecke
2008-08-23
1
-26
/
+26
|
*
Use talloc_stackframe() in machine_password_change_handler
Volker Lendecke
2008-08-23
1
-9
/
+5
|
*
Fix a memleak in calculate_next_machine_pwd_change
Volker Lendecke
2008-08-23
1
-2
/
+7
|
*
winbindd: add event based machine password change.
Günther Deschner
2008-08-23
2
-0
/
+120
|
*
Don't re-initialize a token when we already have one. This fixes the build fa...
Jeremy Allison
2008-08-22
2
-10
/
+16
|
*
idmap_gid_to_sid: Fix a cut-a-npaste error.
Gerald (Jerry) Carter
2008-08-22
1
-1
/
+1
|
*
winbindd: Fix crash in cm_connect_sam()
Gerald (Jerry) Carter
2008-08-22
1
-2
/
+7
|
*
cifs.upcall: bump SPNEGO msg version number and don't reject old versions
Jeff Layton
2008-08-22
2
-3
/
+3
|
*
net: Add missing colon to unify usage messages.
Karolin Seeger
2008-08-22
1
-2
/
+2
|
*
loadparm: idmap backend is not depracated any longer.
Karolin Seeger
2008-08-22
1
-1
/
+1
|
*
cifs.upcall: fix build warning
Jeff Layton
2008-08-21
1
-1
/
+2
|
*
cifs.upcall: enable building by default on linux
Jeff Layton
2008-08-21
1
-4
/
+19
|
*
cifs.upcall: move default install location to EPREFIX/sbin
Jeff Layton
2008-08-21
1
-4
/
+4
[prev]
[next]