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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support "make test-X" to run all tests that match regex X.
Jelmer Vernooij
2008-10-11
1
-0
/
+3
*
Use xfile from common lib/util in Samba 3.
Jelmer Vernooij
2008-10-11
3
-419
/
+31
*
Remove duplicate copy of dlinklist.h.
Jelmer Vernooij
2008-10-11
3
-115
/
+2
*
Fix merged build locations.
Jelmer Vernooij
2008-10-11
1
-7
/
+7
*
Fix include, clean up .o files in ../lib and ../libcli
Jelmer Vernooij
2008-10-11
2
-2
/
+2
*
Clean up properly.
Jelmer Vernooij
2008-10-11
3
-2
/
+4
*
Fix libutil path.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
142
-151
/
+151
*
Move lib/util from source4 to top-level libutil.
Jelmer Vernooij
2008-10-11
65
-33
/
+33
*
Provide malloc_array() in Samba 4.
Jelmer Vernooij
2008-10-11
1
-0
/
+9
*
Use data_blob() for now, since it seems to be the only function available in ...
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
Provide the same set of helper functions for DEBUG in Samba 3 and Samba
Jelmer Vernooij
2008-10-11
8
-35
/
+54
*
Make sure to allocate copy for arc4 data, to avoid problems freeing
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
Prevent errors with data_blob() being a macro in s4 and function in s3.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4
Jelmer Vernooij
2008-10-11
374
-13646
/
+16534
|
\
|
*
Make use of talloc_tos()
Volker Lendecke
2008-10-11
1
-2
/
+2
|
*
Fix some nonempty blank lines
Volker Lendecke
2008-10-11
2
-23
/
+23
|
*
Fix a "nexted extern declaration" warning
Volker Lendecke
2008-10-11
1
-1
/
+1
|
*
Initialize near creation of resource. Makes code clearer.
Jeremy Allison
2008-10-10
1
-0
/
+2
|
*
Ensure we do reinit_after_fork().
Jeremy Allison
2008-10-10
1
-0
/
+5
|
*
Allow data flow to be debugged and only log on error. All seems ok now.
Jeremy Allison
2008-10-10
1
-8
/
+40
|
*
Async is trickier than it looks :-). Don't use a stack variable for a private...
Jeremy Allison
2008-10-10
1
-6
/
+18
|
*
If you have a large number of cups printers, then scanning for print info can...
Jeremy Allison
2008-10-10
6
-34
/
+267
|
*
pam_winbind: document mkhomedir option.
Günther Deschner
2008-10-10
1
-0
/
+8
|
*
pam_winbind: re-add mkhomedir option.
Günther Deschner
2008-10-10
3
-3
/
+136
|
*
pam_winbind: remove unused pam_winbind_request().
Günther Deschner
2008-10-10
1
-47
/
+0
|
*
pam_winbind: fix wbc_auth_error_to_pam_error().
Günther Deschner
2008-10-10
1
-18
/
+14
|
*
pam_winbind: remove some unused macros.
Günther Deschner
2008-10-10
1
-47
/
+0
|
*
pam_winbind: remove NETLOGON_CACHED_ACCOUNT and NETLOGON_GRACE_LOGON.
Günther Deschner
2008-10-10
1
-7
/
+2
|
*
pam_winbind: remove ACB_PWNOEXP.
Günther Deschner
2008-10-10
2
-4
/
+2
|
*
pam_winbind: use libwbclient for WINBINDD_PAM_AUTH.
Günther Deschner
2008-10-10
1
-116
/
+251
|
*
pam_winbind: use libwbclient for WINBINDD_PAM_LOGOFF.
Günther Deschner
2008-10-10
1
-19
/
+56
|
*
pam_winbind: use libwbclient for WINBINDD_PAM_CHAUTHTOK.
Günther Deschner
2008-10-10
2
-81
/
+71
|
*
pam_winbind: use libwbclient for WINBINDD_LOOKUPNAME/LOOKUPSID.
Günther Deschner
2008-10-10
1
-51
/
+23
|
*
pam_winbind: use libwbclient for WINBINDD_INFO.
Günther Deschner
2008-10-10
1
-9
/
+12
|
*
pam_winbind: use libwbclient for WINBINDD_GETPWNAM.
Günther Deschner
2008-10-10
1
-15
/
+11
|
*
pam_winbind: add _pam_check_remark_auth_err().
Günther Deschner
2008-10-10
1
-0
/
+41
|
*
pam_winbind: add wbc_auth_error_to_pam_error().
Günther Deschner
2008-10-10
1
-8
/
+45
|
*
pam_winbind: add wbc_error_to_pam_error().
Günther Deschner
2008-10-10
1
-0
/
+36
|
*
pam_winbind: prepare to use libwbclient inside pam_winbind.
Günther Deschner
2008-10-10
2
-2
/
+3
|
*
pam_winbind: convert to use talloc.
Günther Deschner
2008-10-10
3
-59
/
+58
|
*
libwbclient: add wbcLogonUser().
Günther Deschner
2008-10-10
2
-0
/
+228
|
*
libwbclient: add wbcLogoffUserEx().
Günther Deschner
2008-10-10
2
-0
/
+108
|
*
libwbclient: add wbcAddNamedBlob.
Günther Deschner
2008-10-10
2
-1
/
+54
|
*
libwbclient: add wbcBlob and wbcNamedBlob.
Günther Deschner
2008-10-10
1
-0
/
+19
|
*
libwbclient: fix wbcAuthenticateUserEx() to not ignore provided flags field.
Günther Deschner
2008-10-10
1
-0
/
+5
|
*
Use const.
Jelmer Vernooij
2008-10-10
1
-5
/
+5
|
*
Fix executability of samba3-srv.
Jelmer Vernooij
2008-10-10
2
-3
/
+0
|
*
krb5_locator: use wbcLookupDomainControllerEx() for query.
Günther Deschner
2008-10-10
2
-24
/
+21
|
*
remove common lib object files on make cleanlib from source3
Tim Prouty
2008-10-09
1
-0
/
+4
[next]