index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-04
net_rpc_registry: use split_hive_key to normalize hive befor open.
Michael Adam
1
-28
/
+39
2008-04-04
net_rpc_registry: use utility function print_registry_value().
Michael Adam
1
-30
/
+1
2008-04-04
net_rpc_registy: use function print_registry_key
Michael Adam
1
-5
/
+2
2008-04-04
net_registry: split utility function of common interest out into util module.
Michael Adam
3
-87
/
+150
2008-04-02
Fix "net rpc trustdom establish" for win2k8 trusts.
Günther Deschner
1
-14
/
+52
2008-04-02
Fix NETLOGON credential chain with Windows 2008 all over the place.
Günther Deschner
2
-3
/
+3
2008-04-01
Fix SRVSVC NetShareInfo level 502 client-side.
Günther Deschner
1
-2
/
+2
2008-03-29
Fix a segfault (an uninitialized variable)
Volker Lendecke
1
-3
/
+3
2008-03-29
Zero initial return_authenticator in net rpc samdump.
Günther Deschner
1
-0
/
+2
2008-03-28
net: add a "net registry" subcommand to locally access the registry.
Michael Adam
2
-0
/
+531
2008-03-28
Fix blob used in pull_netr_AcctLockStr().
Günther Deschner
1
-1
/
+1
2008-03-27
Re-add support for display and vampire of account policies in "net".
Günther Deschner
1
-25
/
+78
2008-03-27
Minor fix for net rpc samdump.
Günther Deschner
1
-4
/
+5
2008-03-27
net_conf: fix non-testmode import function.
Michael Adam
1
-1
/
+11
2008-03-26
net_conf: reformat - re-indent one function call.
Michael Adam
1
-2
/
+5
2008-03-26
net_conf: add casts to avoid compiler warnings.
Michael Adam
1
-6
/
+6
2008-03-26
net_conf: rename "ctx" to "mem_ctx" for clarity.
Michael Adam
1
-22
/
+22
2008-03-26
net_conf: use talloc_stackframe() instead of talloc_init().
Michael Adam
1
-5
/
+5
2008-03-26
net_conf: fix import function by using the new text backend of smbconf.
Michael Adam
1
-195
/
+59
2008-03-25
Fix usage message for 'net idmap dump'.
Karolin Seeger
1
-1
/
+1
2008-03-23
Fix Coverity ID 479
Volker Lendecke
1
-1
/
+1
2008-03-23
Fix Coverity ID 480
Volker Lendecke
1
-1
/
+1
2008-03-21
libsmbconf: add a "path" variable to the conf context.
Michael Adam
1
-1
/
+1
2008-03-21
libsmbconf: add backend specific init function.
Michael Adam
1
-1
/
+1
2008-03-21
libsmbconf: rename smbconf_close() to smbconf_shutdown().
Michael Adam
1
-1
/
+1
2008-03-21
libsmbconf: rename smbconf_open() to smbconf_init().
Michael Adam
1
-1
/
+1
2008-03-21
libsmbconf: change the API to always take the smbconf_ctx parameter first.
Michael Adam
1
-4
/
+4
2008-03-20
Move svc_status_string() out of rpc_client/cli_svcctl.c
Günther Deschner
1
-0
/
+37
2008-03-20
No need to compose CLI_SERVER_NAME_SLASH in "net rpc service" anymore.
Günther Deschner
1
-34
/
+6
2008-03-19
ntlm_auth: Improve compliance to the Squid helper protocol
Kai Blin
1
-31
/
+44
2008-03-18
Bind Group Policy processing closer to the samba registry.
Günther Deschner
1
-37
/
+157
2008-03-18
testparm: only check for %u und passwd program when passwd program is given.
Michael Adam
1
-5
/
+10
2008-03-18
testparm: correctly check for empty lp_passwd_prog().
Michael Adam
1
-1
/
+3
2008-03-18
testparm: fix irritating indentation.
Michael Adam
1
-2
/
+1
2008-03-18
testparm: fix a segfault triggered by setting "unix password sync = yes".
Michael Adam
1
-1
/
+0
2008-03-17
Some simplifications
Volker Lendecke
1
-1
/
+1
2008-03-17
Coverity fixes
Marc VanHeyningen
3
-4
/
+13
2008-03-17
libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .
Michael Adam
1
-48
/
+46
2008-03-17
In smbstatus, mark locking.tdb and sessionid.tdb as CLEAR_IF_FIRST
Volker Lendecke
1
-2
/
+2
2008-03-17
Add "net idmap aclmapset"
Volker Lendecke
1
-0
/
+65
2008-03-15
Fix typo.
Günther Deschner
1
-1
/
+1
2008-03-11
The attached patch removes some global variables, and make them local to main().
Charles
1
-8
/
+9
2008-03-10
Use rpccli_srvsvc_NetFileEnum in net and rpcclient.
Günther Deschner
1
-19
/
+27
2008-03-10
Convert "net" to use rpccli_srvsvc_NetShare* interfaces everywhere.
Günther Deschner
1
-182
/
+119
2008-03-10
Use rpccli_srvsvc_NetShareAdd in net.
Günther Deschner
1
-11
/
+45
2008-03-10
Use rpccli_srvsvc_NetShareGetInfo in 2 places in "net".
Günther Deschner
1
-24
/
+23
2008-03-10
Use rpccli_srvsvc_NetShareEnumAll in smbtree.
Günther Deschner
1
-15
/
+21
2008-03-09
Fix return code.
Charles
1
-1
/
+1
2008-03-09
smbget: Make global variables static.
Charles
1
-6
/
+6
2008-03-07
Use rpccli_srvsvc_NetShareDel in net.
Günther Deschner
1
-4
/
+13
[next]