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-05-05
Fix client authentication with -P switch in client tools (Bug 5435).
Günther Deschner
3
-2
/
+33
2008-04-30
Fix typo noticed by David Disseldorp <ddiss@sgi.com>. AF_INET should be AF_IN...
Jeremy Allison
1
-1
/
+1
2008-04-25
Move user/domain from rpc_pipe_client to cli_pipe_auth_data
Volker Lendecke
1
-3
/
+7
2008-04-23
Correctly initialize lp_load in smbstatus in the presence of registry on tdb2
Volker Lendecke
1
-4
/
+16
2008-04-23
libsmbconf: rewrite API to use smbconf_service struct
Michael Adam
1
-59
/
+37
2008-04-21
Remove the "pwd" struct from rpc_pipe_client
Volker Lendecke
1
-2
/
+7
2008-04-21
net: Add libnetapi context to net's impressive list of globals.
Günther Deschner
3
-11
/
+8
2008-04-21
cldap: avoid duplicate definitions so remove ads_cldap.h.
Günther Deschner
1
-10
/
+10
2008-04-21
cldap: add talloc context to ads_cldap_netlogon().
Günther Deschner
1
-2
/
+2
2008-04-21
libads: Use libnbt for CLDAP reply parsing.
Günther Deschner
1
-24
/
+21
2008-04-20
Introduce rpc_pipe_np_smb_conn()
Volker Lendecke
1
-10
/
+11
2008-04-20
Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct
Volker Lendecke
6
-23
/
+19
2008-04-20
Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_name
Volker Lendecke
1
-3
/
+3
2008-04-20
Move srv_name_slash from cli_state to rpc_pipe_client
Volker Lendecke
1
-6
/
+6
2008-04-20
Add "desthost" to rpc_pipe_client
Volker Lendecke
6
-39
/
+40
2008-04-17
Fix gcc uninitialized variable used warning.
Jeremy Allison
1
-6
/
+5
2008-04-17
net: Be more tolerant while joining.
Günther Deschner
1
-4
/
+9
2008-04-16
net: Remove unused rpc_user_add/del_internals code.
Günther Deschner
1
-257
/
+0
2008-04-16
net: Use NetUserAdd for "net rpc user add".
Günther Deschner
1
-2
/
+28
2008-04-16
net: use NetUserDel for "net rpc user delete".
Günther Deschner
1
-3
/
+31
2008-04-16
net/libnetapi: Include netapi headers early and free on exit.
Günther Deschner
3
-3
/
+9
2008-04-15
net conf: adapt output of NULL share params in net conf list.
Michael Adam
1
-2
/
+7
2008-04-15
net conf: simplify logic in test output of net conf import.
Michael Adam
1
-9
/
+5
2008-04-15
net conf: fix output of out-of-share parameters in test mode import
Michael Adam
1
-4
/
+12
2008-04-14
libnetjoin/net: Fix lp_config_backend_is_registry() handling.
Günther Deschner
1
-6
/
+12
2008-04-14
net: abort when lp_realm is not set in net_ads_leave().
Günther Deschner
1
-0
/
+5
2008-04-14
net: exit early in net_ads_join() if the domain is not set.
Günther Deschner
1
-0
/
+6
2008-04-14
net: use WERROR for check_ads_config().
Günther Deschner
1
-9
/
+7
2008-04-14
net: the success of secrets_init is checked by libnetjoin now.
Günther Deschner
1
-6
/
+0
2008-04-13
net conf: use the new smbconf_init() dispatcher instead of explicit backend i...
Michael Adam
1
-2
/
+9
2008-04-13
libsmbconf: remove the bool verbatim parameter from txt backend init function.
Michael Adam
1
-1
/
+1
2008-04-13
Fix the build of eventlogadm.
Günther Deschner
1
-1
/
+1
2008-04-13
net registry: remove superfluous regdb_close().
Michael Adam
1
-2
/
+0
2008-04-13
registry: change registry_init_basic() to return WERROR instead of bool
Michael Adam
1
-1
/
+1
2008-04-11
net_idmap: use wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functions
Stefan Metzmacher
1
-19
/
+27
2008-04-11
Cleanup size_t return values in convert_string_allocate
Tim Prouty
1
-4
/
+3
2008-04-10
objectclass -> objectClass
Karolin Seeger
1
-3
/
+3
2008-04-10
net conf: use talloc and talloc_strdup_lower throughout all net conf functions.
Michael Adam
1
-17
/
+59
2008-04-10
net conf: implement "net conf delincludes".
Michael Adam
1
-0
/
+40
2008-04-10
net conf: implement a "net conf setincludes" command.
Michael Adam
1
-0
/
+50
2008-04-10
net conf: implement "net conf getincludes".
Michael Adam
1
-0
/
+47
2008-04-10
net conf: add diagnostic message for failure to load text file.
Michael Adam
1
-0
/
+2
2008-04-10
net conf: reduce indentation by grouping testmode code together.
Michael Adam
1
-39
/
+37
2008-04-10
net conf: don't drop config in testmode
Michael Adam
1
-3
/
+5
2008-04-10
net conf: fix import to correctly add includes (at the end)
Michael Adam
1
-6
/
+34
2008-04-10
libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().
Michael Adam
1
-1
/
+1
2008-04-09
net rpc registry: add getvalue command.
Michael Adam
1
-0
/
+100
2008-04-09
net registry: add a getvalue subcommand that prints a single given value.
Michael Adam
1
-0
/
+41
2008-04-09
net (registry util): refactor printing of value without name out.
Michael Adam
4
-7
/
+14
2008-04-09
Fix typos.
Karolin Seeger
1
-1
/
+1
[next]