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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add support for autogen to take a --version-file argument
Tim Prouty
2008-10-09
2
-2
/
+26
*
Ensure we handle signals correctly during the async calls.
Jeremy Allison
2008-10-09
1
-2
/
+2
*
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
2008-10-09
20
-107
/
+68
*
Make use of ZERO_STRUCT (the first memset was actually wrong)
Volker Lendecke
2008-10-09
1
-3
/
+3
*
mount.cifs: make return codes match the return codes for /bin/mount (try #3)
Jeff Layton
2008-10-09
1
-36
/
+46
*
mount.cifs: have uppercase_string return success on NULL pointer
Jeff Layton
2008-10-09
1
-2
/
+2
*
wbclient: add wbcLookupDomainControllerEx call.
Günther Deschner
2008-10-09
2
-1
/
+159
*
wbclient: add wbcGuidToString and wbcStringToGuid helper functions.
Günther Deschner
2008-10-09
3
-0
/
+129
*
wbclient: add wbcGuid structure.
Günther Deschner
2008-10-09
1
-0
/
+13
*
wbclient: add my copyright.
Günther Deschner
2008-10-09
1
-0
/
+1
*
krb5-locator: fix dsgetdcname caller.
Günther Deschner
2008-10-09
1
-5
/
+22
*
wbinfo: fix dsgetdcname caller.
Günther Deschner
2008-10-09
1
-3
/
+11
*
s3-winbindd: use new, richer structures in WINBINDD_DSGETDCNAME implementation.
Günther Deschner
2008-10-09
1
-21
/
+40
*
Remove a pointless level of indirection
Volker Lendecke
2008-10-09
3
-12
/
+1
*
Fix a typo
Volker Lendecke
2008-10-09
1
-1
/
+1
*
build: add "make test_wbpad" for checking winbind 32/64bit structure padding.
Günther Deschner
2008-10-09
2
-0
/
+86
*
s3-winbindd: add dsgetdcname request and reply to winbind structure.
Günther Deschner
2008-10-09
1
-0
/
+17
*
For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bits
Jeremy Allison
2008-10-08
5
-2
/
+52
*
Fixed "might be uninitialized" warning
Tim Prouty
2008-10-08
1
-2
/
+2
*
Deal with inheritance from parent directory when setting Windows
Jeremy Allison
2008-10-08
3
-1
/
+20
*
Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...
Jeremy Allison
2008-10-08
1
-0
/
+23
*
Remove unused CHECK_FSP macro
Volker Lendecke
2008-10-08
2
-19
/
+2
*
Remove duplicate copy of manual page.
Jelmer Vernooij
2008-10-08
1
-83
/
+0
*
fix libclinbtsrcdir variable.
Jelmer Vernooij
2008-10-08
3
-8
/
+8
*
Add manpage for nmblookup, move nmblookup closer to nbt library.
Jelmer Vernooij
2008-10-08
4
-17
/
+237
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2008-10-08
13
-55
/
+53
|
\
|
*
Fix const warning.
Jeremy Allison
2008-10-07
1
-1
/
+1
|
*
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
2008-10-07
13
-54
/
+52
*
|
Fix subunit files location after cherrypicks.
Jelmer Vernooij
2008-10-08
8
-1
/
+2
*
|
Fix path apparently gone wrong by cherrypick.
Jelmer Vernooij
2008-10-08
1
-0
/
+0
*
|
Move all subunit files to lib directory.
Jelmer Vernooij
2008-10-08
8
-2
/
+3
*
|
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2008-10-08
36
-275
/
+906
|
\
|
|
*
Make map_errno_from_nt_status() a generic call, not just a cli specific one.
Jeremy Allison
2008-10-07
4
-160
/
+175
|
*
Changed variable name from f19086872ec734fff3f2119712ff24117bec4e5e to match ...
Tim Prouty
2008-10-07
1
-19
/
+19
|
*
Fixed build warning "passing arg from incompatible pointer type"
Tim Prouty
2008-10-06
1
-1
/
+3
|
*
Fixed "declaration shadows global declaration" warnings.
Tim Prouty
2008-10-06
1
-19
/
+19
|
*
Set default trust kvno to -1
Andrew Bartlett
2008-10-06
1
-1
/
+1
|
*
Fix cross-realm authentication in Samba4's KDC.
Andrew Bartlett
2008-10-06
1
-3
/
+5
|
*
Allow the PAC to be passed along during cross-realm authentication
Andrew Bartlett
2008-10-06
1
-18
/
+16
|
*
Use the trust password version as kvno for trusts in Kerberos.
Andrew Bartlett
2008-10-06
1
-0
/
+7
|
*
Start implementing AD-style trusted domains in Samba4's NETLOGON server
Andrew Bartlett
2008-10-06
1
-2
/
+50
|
*
Store trusted domain passwords in the LSA server
Andrew Bartlett
2008-10-06
1
-4
/
+64
|
*
Make RPC-LSA test for enumeration conditions more strict
Andrew Bartlett
2008-10-06
1
-3
/
+14
|
*
Add in secure channel type used by AD trusts
Andrew Bartlett
2008-10-06
1
-3
/
+5
|
*
Clarify use of manual parsers in trustInOutBlob (drsblobs.idl)
Andrew Bartlett
2008-10-06
1
-4
/
+6
|
*
Implement 'type unknown' names in the CrackNames code.
Andrew Bartlett
2008-10-06
3
-11
/
+50
|
*
Remove compleatly bogus rename test in partitions module.
Andrew Bartlett
2008-10-06
1
-17
/
+0
|
*
Remove DESCRIPTION from generated schema lines.
Andrew Bartlett
2008-10-06
2
-24
/
+11
[next]