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
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2008-04-17
7
-110
/
+306
|
\
|
*
Merge commit 'samba/v3-2-test' into wbc-test
Gerald W. Carter
2008-04-17
27
-372
/
+9321
|
|
\
|
|
*
nbt.idl: fix parsing und pushing of dom_sids by using dom_sid0
Stefan Metzmacher
2008-04-17
1
-6
/
+4
|
*
|
Remove unused variable from wbcCheckTrustCredentials().
Gerald W. Carter
2008-04-17
1
-1
/
+0
|
*
|
Convert "wbinfo -m" to use wbcListTrusts() API call.
Gerald W. Carter
2008-04-17
1
-84
/
+50
|
*
|
Add wbcListTrusts() API call to libwbclient.so
Gerald W. Carter
2008-04-17
2
-6
/
+238
|
*
|
Follow error code name convention in libwbclient.
Gerald W. Carter
2008-04-17
4
-14
/
+14
*
|
|
Fix the problem when -L is used with IPv6 addresses. Don't try to
Jeremy Allison
2008-04-17
1
-0
/
+8
|
|
/
|
/
|
*
|
rpc_parse: Use UUIDs from librpc/gen_ndr/ when possible to reduce
Jelmer Vernooij
2008-04-17
4
-196
/
+33
*
|
Fix gcc uninitialized variable used warning.
Jeremy Allison
2008-04-17
1
-6
/
+5
*
|
build: add missing dependency for libtdb.so to pam_smbpass
Michael Adam
2008-04-17
1
-1
/
+1
*
|
Move GETDC mailslot out of winbindd.
Günther Deschner
2008-04-17
2
-162
/
+167
*
|
IDL: build generated nbt code.
Günther Deschner
2008-04-17
5
-3
/
+23
*
|
IDL: Add autogenerated nbt files.
Günther Deschner
2008-04-17
5
-0
/
+5963
*
|
IDL: Build nbt.idl always.
Günther Deschner
2008-04-17
1
-1
/
+1
*
|
IDL: Add nbt.idl from Samba4.
Günther Deschner
2008-04-17
1
-0
/
+700
*
|
wbclient: Remove unused string.
Günther Deschner
2008-04-17
1
-1
/
+0
*
|
libnetapi: Disable talloc_enable_leak_report.
Günther Deschner
2008-04-17
1
-1
/
+1
*
|
netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.
Günther Deschner
2008-04-17
1
-1
/
+1
*
|
libgpo: try nicer output when dumping gpo registry values.
Günther Deschner
2008-04-17
1
-1
/
+1
*
|
libgpo: Fallback to NTLMSSP fails while pulling policy from SYSVOL.
Günther Deschner
2008-04-17
1
-1
/
+2
*
|
Add some comments.
Jelmer Vernooij
2008-04-17
2
-5
/
+23
*
|
Remove copying of interface syntax id.
Jelmer Vernooij
2008-04-17
2
-6
/
+2
*
|
fix return code.
Jelmer Vernooij
2008-04-17
1
-1
/
+3
*
|
Actually connect to RPC.
Jelmer Vernooij
2008-04-17
3
-5
/
+50
*
|
Add simple implementation of several functions in the Samba 4 RPC
Jelmer Vernooij
2008-04-17
6
-1
/
+2366
|
/
*
wbinfo: use wbcCheckTrustCredentials()
Stefan Metzmacher
2008-04-17
1
-10
/
+12
*
libwbclient: add wbcCheckTrustCredentials()
Stefan Metzmacher
2008-04-17
2
-0
/
+58
*
wbinfo: use wbcResolveWinsByName() and wbcResolveWinsByIP()
Stefan Metzmacher
2008-04-17
1
-26
/
+16
*
libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP()
Stefan Metzmacher
2008-04-17
2
-0
/
+87
*
net: Be more tolerant while joining.
Günther Deschner
2008-04-17
1
-4
/
+9
*
NetrUnjoinDomain2: Honor registry config to try config changes.
Günther Deschner
2008-04-17
1
-0
/
+1
*
dsgetdcname: Fix discover_dc_dns.
Günther Deschner
2008-04-17
1
-14
/
+26
*
libsmbconf: fix segfault in listing share names / config.
Michael Adam
2008-04-16
1
-1
/
+1
*
add AC_TRY_RUN_STRICT support for Sun Studio compiler
Björn Jacke
2008-04-16
1
-0
/
+12
*
Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.
Gerald W. Carter
2008-04-16
3
-8
/
+8
*
libnetapi: Add initial inline doxygen comments.
Günther Deschner
2008-04-16
1
-36
/
+195
*
net: Remove unused rpc_user_add/del_internals code.
Günther Deschner
2008-04-16
1
-257
/
+0
*
net: Use NetUserAdd for "net rpc user add".
Günther Deschner
2008-04-16
1
-2
/
+28
*
net: use NetUserDel for "net rpc user delete".
Günther Deschner
2008-04-16
1
-3
/
+31
*
libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.
Günther Deschner
2008-04-16
1
-10
/
+20
*
errors: Add WERR_NO_SUCH_USER.
Günther Deschner
2008-04-16
2
-0
/
+3
*
errors: Add WERR_NONE_MAPPED.
Günther Deschner
2008-04-16
2
-0
/
+3
*
net/libnetapi: Include netapi headers early and free on exit.
Günther Deschner
2008-04-16
3
-3
/
+9
*
libnetapi: do not overwrite status in libnetapi_get_error_string().
Günther Deschner
2008-04-16
1
-2
/
+3
*
loadparm: remove pfunc parameter from process_registry_globals().
Michael Adam
2008-04-15
1
-4
/
+5
*
libnetapi: Add missing headers.
Günther Deschner
2008-04-15
1
-0
/
+25
*
IDL: For the fun of it, build drsuapi.idl.
Günther Deschner
2008-04-15
1
-1
/
+1
*
IDL: Fix several DRSUAPI calls.
Günther Deschner
2008-04-15
1
-33
/
+40
*
IDL: Import drsuapi.idl from samba4.
Günther Deschner
2008-04-15
1
-0
/
+1496
[next]