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-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
2008-06-28
Fix the build
Volker Lendecke
1
-3
/
+4
2008-06-27
Fix bug #5568 net rpc trustdom add broken !
Jeremy Allison
1
-3
/
+23
2008-06-27
Fix usage message for net rpc trustdom add.
Jeremy Allison
1
-2
/
+2
2008-06-24
net: add basic support for sealed RPC connections (using NET_FLAGS_SEAL).
Günther Deschner
2
-1
/
+12
2008-06-24
net_vampire: add code to vampire a SAM database to a keytab file.
Günther Deschner
3
-2
/
+93
2008-06-24
net ads: Fix typos.
Karolin Seeger
1
-2
/
+2
2008-06-23
net_vampire: more libnet_samsync restructuring.
Günther Deschner
1
-27
/
+29
2008-06-23
net_vampire: prepend libnet_ to the public samsync functions.
Günther Deschner
1
-29
/
+29
2008-06-23
net_vampire: move out display routines to one file.
Günther Deschner
1
-275
/
+0
2008-06-23
net_vampire: move out passdb routines to one file.
Günther Deschner
1
-762
/
+0
2008-06-23
net_vampire: display more deltas while doing samdump.
Günther Deschner
1
-41
/
+44
2008-06-23
net_vampire: move pull_netr_AcctLockStr() to libnet.
Günther Deschner
1
-34
/
+0
2008-06-23
time: move uint64s_nt_time_to_unix_abs() to lib/time.c
Günther Deschner
1
-7
/
+0
2008-06-21
net: Don't crash on invalid command line options.
Kai Blin
2
-8
/
+1
[prev]
[next]