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
2013-09-05
Add a talloc context to sitename_fetch().
Jeremy Allison
1
-12
/
+5
2013-09-05
lib: Add "mem_ctx" to gencache_get_data_blob
Volker Lendecke
1
-1
/
+1
2013-08-21
smbtree: use the correct count variable from NetShareEnum result.
Michael Adam
1
-1
/
+1
2013-08-19
log2pcaphex: Fix nonempty line endings
Volker Lendecke
1
-16
/
+15
2013-08-15
s3:smbcacls: Add -m<MAX PROTOCOL> option to smbcacls.
Jeremy Allison
1
-0
/
+4
2013-08-10
libcli/auth: add more const to spnego_negTokenInit->mechTypes
Stefan Metzmacher
1
-1
/
+1
2013-08-10
auth/gensec: treat struct gensec_security_ops as const if possible.
Stefan Metzmacher
1
-11
/
+11
2013-08-10
auth/gensec: introduce gensec_internal.h
Stefan Metzmacher
1
-0
/
+1
2013-08-05
s3-net: avoid confusing output in net_rpc_oldjoin() if NET_FLAGS_EXPECT_FALLB...
Stefan Metzmacher
3
-3
/
+14
2013-08-05
s3-net: use libnetjoin for "net rpc join" newstyle.
Günther Deschner
3
-561
/
+107
2013-08-05
s3-net: use libnetjoin for "net rpc testjoin".
Günther Deschner
3
-30
/
+67
2013-08-05
s3-libnetjoin: move "net rpc oldjoin" to use libnetjoin.
Günther Deschner
1
-98
/
+84
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().
Günther Deschner
10
-27
/
+26
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_...
Günther Deschner
1
-2
/
+2
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel().
Günther Deschner
1
-1
/
+1
2013-08-05
s3-net: pass down ndr_interface_table to connect_dst_pipe().
Günther Deschner
4
-10
/
+10
2013-08-05
s3:ntlm_auth: remove pointless credentials->priv_data = NULL;
Stefan Metzmacher
1
-1
/
+0
2013-07-10
s3-smbstatus: display [u|g]id of -1 as "-1" in connection list
Björn Baumbach
1
-4
/
+20
2013-06-26
sharesec: Implement --view-all
Volker Lendecke
1
-1
/
+34
2013-06-21
s3:utils/net_sam make use of pdb_create_builtin helper function
Christian Ambach
1
-1
/
+1
2013-06-21
s3:utils/net_lookup fix a format-error
Christian Ambach
1
-1
/
+1
2013-06-04
smbcquotas.c: fix a bug of -t
Peng Haitao
1
-1
/
+1
2013-05-28
net: use smbconf_create_set_share() in "net conf import"
Michael Adam
1
-47
/
+2
2013-05-22
When message-type is drvupgrade, MSG_DEBUG should be replaced with MSG_PRINTE...
Peng Haitao
1
-1
/
+1
2013-05-22
When '--policies-reset' is success, the exit code should be 0.
Peng Haitao
1
-1
/
+1
2013-05-15
source3/utils/ntlm_auth.c: Fix typo in debug message.
Karolin Seeger
1
-1
/
+1
2013-05-06
s3:utils fix wrong usage of PRIu64 in sscanf
Christian Ambach
1
-1
/
+3
2013-04-29
regedit: Use color only when available.
Andreas Schneider
1
-1
/
+8
2013-04-29
regedit: Improve the while loop.
Andreas Schneider
1
-8
/
+7
2013-04-29
regedit: Remove talloc leak report.
Andreas Schneider
1
-4
/
+0
2013-04-29
regedit: Mark string values if they contain unprintable chars.
C. Davis
3
-3
/
+31
2013-04-29
regedit: Add an edit binary command.
C. Davis
3
-12
/
+27
2013-04-29
regedit: Handle zero-length buffers better with hexedit.
C. Davis
2
-2
/
+19
2013-04-29
regedit: Load values on startup.
C. Davis
1
-4
/
+12
2013-04-29
regedit: Simplify the editor dialog input loop.
C. Davis
1
-47
/
+56
2013-04-29
regedit: Fix white space and wrap long lines.
C. Davis
4
-16
/
+25
2013-04-29
regedit: Add missing copyright headers to hexedit code.
C. Davis
2
-0
/
+38
2013-04-29
regedit: Enable using tab to cycle thru dialog buttons.
C. Davis
1
-13
/
+65
2013-04-29
regedit: Restore cursor position when user tabs to a field.
C. Davis
1
-0
/
+5
2013-04-29
regedit: Add a general help section.
C. Davis
1
-7
/
+16
2013-04-29
regedit: Print help on left side of screen instead of the right.
C. Davis
1
-6
/
+5
2013-04-29
regedit: Reduce magic numbers in edit dialog, clean up edit dialog creation.
C. Davis
1
-79
/
+183
2013-04-29
regedit: Add help msgs for key and value sections at bottom of screen.
C. Davis
1
-2
/
+33
2013-04-29
regedit: Prefer copywin() over prefresh() for displaying path.
C. Davis
1
-4
/
+5
2013-04-29
regedit: Cut off the front of the path when screen width is too small.
C. Davis
3
-9
/
+24
2013-04-29
regedit: Uese a pad for path label.
C. Davis
2
-16
/
+28
2013-04-29
regedit: Improve padding for value summary.
C. Davis
1
-1
/
+1
2013-04-29
regedit: Update dialog position on screen resize.
C. Davis
4
-73
/
+131
2013-04-29
regedit: Handle term resizes.
C. Davis
6
-53
/
+116
2013-04-29
regedit: Create subkeys.
C. Davis
1
-32
/
+64
[next]