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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
net_conf: rename "ctx" to "mem_ctx" for clarity.
Michael Adam
2008-03-26
1
-22
/
+22
*
net_conf: use talloc_stackframe() instead of talloc_init().
Michael Adam
2008-03-26
1
-5
/
+5
*
net_conf: fix import function by using the new text backend of smbconf.
Michael Adam
2008-03-26
1
-195
/
+59
*
Fix usage message for 'net idmap dump'.
Karolin Seeger
2008-03-25
1
-1
/
+1
*
Fix Coverity ID 479
Volker Lendecke
2008-03-23
1
-1
/
+1
*
Fix Coverity ID 480
Volker Lendecke
2008-03-23
1
-1
/
+1
*
libsmbconf: add a "path" variable to the conf context.
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: add backend specific init function.
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: rename smbconf_close() to smbconf_shutdown().
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: rename smbconf_open() to smbconf_init().
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: change the API to always take the smbconf_ctx parameter first.
Michael Adam
2008-03-21
1
-4
/
+4
*
Move svc_status_string() out of rpc_client/cli_svcctl.c
Günther Deschner
2008-03-20
1
-0
/
+37
*
No need to compose CLI_SERVER_NAME_SLASH in "net rpc service" anymore.
Günther Deschner
2008-03-20
1
-34
/
+6
*
ntlm_auth: Improve compliance to the Squid helper protocol
Kai Blin
2008-03-19
1
-31
/
+44
*
Bind Group Policy processing closer to the samba registry.
Günther Deschner
2008-03-18
1
-37
/
+157
*
testparm: only check for %u und passwd program when passwd program is given.
Michael Adam
2008-03-18
1
-5
/
+10
*
testparm: correctly check for empty lp_passwd_prog().
Michael Adam
2008-03-18
1
-1
/
+3
*
testparm: fix irritating indentation.
Michael Adam
2008-03-18
1
-2
/
+1
*
testparm: fix a segfault triggered by setting "unix password sync = yes".
Michael Adam
2008-03-18
1
-1
/
+0
*
Some simplifications
Volker Lendecke
2008-03-17
1
-1
/
+1
*
Coverity fixes
Marc VanHeyningen
2008-03-17
3
-4
/
+13
*
libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .
Michael Adam
2008-03-17
1
-48
/
+46
*
In smbstatus, mark locking.tdb and sessionid.tdb as CLEAR_IF_FIRST
Volker Lendecke
2008-03-17
1
-2
/
+2
*
Add "net idmap aclmapset"
Volker Lendecke
2008-03-17
1
-0
/
+65
*
Fix typo.
Günther Deschner
2008-03-15
1
-1
/
+1
*
The attached patch removes some global variables, and make them local to main().
Charles
2008-03-11
1
-8
/
+9
*
Use rpccli_srvsvc_NetFileEnum in net and rpcclient.
Günther Deschner
2008-03-10
1
-19
/
+27
*
Convert "net" to use rpccli_srvsvc_NetShare* interfaces everywhere.
Günther Deschner
2008-03-10
1
-182
/
+119
*
Use rpccli_srvsvc_NetShareAdd in net.
Günther Deschner
2008-03-10
1
-11
/
+45
*
Use rpccli_srvsvc_NetShareGetInfo in 2 places in "net".
Günther Deschner
2008-03-10
1
-24
/
+23
*
Use rpccli_srvsvc_NetShareEnumAll in smbtree.
Günther Deschner
2008-03-10
1
-15
/
+21
*
Fix return code.
Charles
2008-03-09
1
-1
/
+1
*
smbget: Make global variables static.
Charles
2008-03-09
1
-6
/
+6
*
Use rpccli_srvsvc_NetShareDel in net.
Günther Deschner
2008-03-07
1
-4
/
+13
*
Enable libnetjoin debugging for now but avoid printing passwords.
Günther Deschner
2008-03-07
1
-2
/
+2
*
Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test
Jelmer Vernooij
2008-03-05
12
-1538
/
+999
|
\
|
*
Move talloc_init to the right place in "net ads join".
Günther Deschner
2008-03-04
1
-6
/
+6
|
*
winbind: use a struct element for WBFLAG_PAM_UNIX_NAME
Stefan Metzmacher
2008-02-28
1
-1
/
+1
|
*
Remove original copy of now redundant join code.
Günther Deschner
2008-02-28
2
-717
/
+0
|
*
Use libnetapi_get_error_string() in "net dom" commands.
Günther Deschner
2008-02-28
1
-2
/
+2
|
*
Some fixes for net ads join (uninitialized vars).
Günther Deschner
2008-02-28
1
-9
/
+8
|
*
Use libnet_Join() for "net ads join".
Günther Deschner
2008-02-28
1
-150
/
+33
|
*
Nicen error output in net_ads_leave.
Günther Deschner
2008-02-28
1
-2
/
+3
|
*
Re-arrange dns update block during "net ads join" a little.
Günther Deschner
2008-02-28
1
-20
/
+22
|
*
Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.
Günther Deschner
2008-02-28
1
-2
/
+5
|
*
Use libnet_Unjoin() for "net ads leave".
Günther Deschner
2008-02-28
1
-47
/
+37
|
*
Some cosmetics for net_derive_salting_principal().
Günther Deschner
2008-02-28
1
-3
/
+1
|
*
Add my copyright.
Günther Deschner
2008-02-27
6
-2
/
+6
|
*
Fix some typos.
Karolin Seeger
2008-02-26
1
-3
/
+3
|
*
Fix a C++ warning
Volker Lendecke
2008-02-23
1
-1
/
+1
[prev]
[next]