repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lib: Fix integer overflowed argument issue with strtoul()
[Samba.git]
/
auth
/
wscript_build
blob
88e9a0393141c74841af94a2b129265a46fcbd2e
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_LIBRARY
(
'common_auth'
,
4
source
=
'auth_sam_reply.c wbc_auth_util.c auth_log.c'
,
5
deps
=
'talloc samba-security samba-util util_str_escape LIBTSOCKET jansson MESSAGING_SEND server_id_db '
,
6
private_library
=
True
)
7
8
bld
.
RECURSE
(
'gensec'
)
9
bld
.
RECURSE
(
'ntlmssp'
)
10
bld
.
RECURSE
(
'credentials'
)