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-09-05
net: use netapi for rpc_sh_share_delete as well.
Günther Deschner
1
-10
/
+1
2008-09-05
net: use netapi for deleting shares.
Günther Deschner
1
-36
/
+2
2008-09-05
net: use netapi for rpc_sh_share_add as well.
Günther Deschner
1
-21
/
+15
2008-09-05
net: use netapi to add shares.
Günther Deschner
1
-49
/
+43
2008-09-01
Fix some nonempty blank lines
Volker Lendecke
1
-21
/
+21
2008-08-29
netapi: use NETSETUP join flags in examples.
Günther Deschner
1
-4
/
+4
2008-08-29
net: now that "net rpc user" uses netapi calls exclusivly, net rpc shell needs
Günther Deschner
1
-0
/
+9
2008-08-29
net: use netapi for "net rpc user info" to enumerate user group membership.
Günther Deschner
1
-112
/
+27
2008-08-29
net: use netapi function to set user password.
Günther Deschner
1
-113
/
+18
2008-08-29
net: use netapi function to list users.
Günther Deschner
1
-63
/
+33
2008-08-29
net: use netapi for rpc_user_rename.
Günther Deschner
1
-113
/
+15
2008-08-22
net: Add missing colon to unify usage messages.
Karolin Seeger
1
-2
/
+2
2008-08-21
Fix broken net rpc join message when DC can't be found. Ensure we pass in a d...
Jeremy Allison
1
-2
/
+3
2008-08-18
Make the change to smbcontrol for "all" to mean broadcast,
Jeremy Allison
1
-4
/
+3
2008-08-13
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
1
-2
/
+0
2008-08-13
Exit smbstatus cleanly if messaging_init fails
Volker Lendecke
1
-0
/
+6
2008-08-11
libnetjoin: support kerberized joining/unjoing (fix #5416).
Günther Deschner
1
-2
/
+8
2008-08-07
Fix a build failure on host sunX
Volker Lendecke
1
-1
/
+1
2008-08-01
vampire keytab: add command line switch --clean-old-entries .
Michael Adam
3
-0
/
+3
2008-08-01
vampire keytab: introduce switch --single-obj-repl.
Michael Adam
3
-1
/
+4
2008-08-01
libnet dssync: rename flag single to single_object_replication
Michael Adam
1
-1
/
+1
2008-08-01
net rpc vampire: rename --repl-nodiff to --force-full-repl.
Michael Adam
3
-3
/
+3
2008-08-01
libnet dssync: rename repl_nodiff flag to force_full_replication.
Michael Adam
1
-1
/
+1
2008-08-01
libnet dssync: support lists of dns (instead of one dn) for single object rep...
Michael Adam
1
-1
/
+2
2008-08-01
vampire keytab: add switch --repl-nodiff to trigger full replication.
Michael Adam
3
-0
/
+5
2008-08-01
dssync: allow replications of a single obj with net rpc vampire keytab.
Michael Adam
1
-0
/
+4
2008-08-01
dssync: replace the processing_fn by startup/process/finish ops.
Michael Adam
1
-1
/
+1
2008-07-31
netapi: when using NetApi functions forward net's kerberos setting.
Günther Deschner
2
-0
/
+9
2008-07-31
net: Use NetLocalGroupAdd() for adding aliases.
Günther Deschner
1
-62
/
+21
2008-07-31
net: add "-k" switch for kerberos authentication (in preparation for #5416).
Günther Deschner
4
-4
/
+17
2008-07-31
rpc_client: use init_samr_CryptPassword(Ex) in client tools.
Günther Deschner
2
-19
/
+16
2008-07-22
Fix warnings on FreeBSD-based platforms
Zach Loafman
1
-8
/
+8
2008-07-21
Refactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idx
Volker Lendecke
4
-10
/
+19
2008-07-21
Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idx
Volker Lendecke
5
-32
/
+31
2008-07-21
Refactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idx
Volker Lendecke
8
-105
/
+116
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel
Volker Lendecke
1
-5
/
+5
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_key
Volker Lendecke
1
-11
/
+10
2008-07-20
Refactoring: Make get_schannel_session_key return NTSTATUS
Volker Lendecke
1
-2
/
+3
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp
Volker Lendecke
1
-6
/
+5
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
9
-47
/
+70
2008-07-18
net rpc vampire: eliminate missing proto warning by making rpc_vampire_keytab...
Michael Adam
1
-8
/
+8
2008-07-15
testparm: allow the default debug level of 2 to be changed from the command l...
Michael Adam
1
-1
/
+8
2008-07-15
testparm: refactor the per-share logic checks out into do_per_share_checks().
Michael Adam
1
-58
/
+67
2008-07-15
testparm: skip the per-share logic checks when --skip-logic-checks is specified.
Michael Adam
1
-1
/
+1
2008-07-15
testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checks
Michael Adam
1
-3
/
+3
2008-07-15
testparm: add a switch --skip-global-checks.
Michael Adam
1
-1
/
+5
2008-07-11
Revert "Return timed out entries from gencache_get if timeout param != NULL"
Volker Lendecke
1
-2
/
+1
2008-07-07
Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.
Jeremy Allison
1
-1
/
+2
2008-07-03
Return timed out entries from gencache_get if timeout param != NULL
Volker Lendecke
1
-1
/
+2
2008-07-01
net_vampire: add code to vampire to a Kerberos keytab file using DRSUAPI.
Günther Deschner
1
-0
/
+50
[next]