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
2009-04-27
s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob
Michael Adam
1
-5
/
+5
2009-04-27
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
2
-6
/
+6
2009-04-27
s3:net conf: support dangling parameters by specifying "" as the section name.
Michael Adam
1
-12
/
+30
2009-04-22
Make cli_chkpath async.
Jeremy Allison
1
-3
/
+3
2009-04-21
Make cli_mkdir async. Change it to return NTSTATUS.
Jeremy Allison
1
-2
/
+2
2009-04-21
s3-secdesc: move all winreg access bits to IDL.
Günther Deschner
1
-3
/
+3
2009-04-21
s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.
Günther Deschner
2
-3
/
+3
2009-04-21
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED.
Günther Deschner
2
-2
/
+2
2009-04-21
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
8
-23
/
+23
2009-04-20
Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if
Jelmer Vernooij
1
-1
/
+1
2009-04-20
libgpo: fix the build of gpext plugins.
Günther Deschner
1
-2
/
+2
2009-04-20
Adjust samba 3 to the new gpo API. Still untested code.
Wilco Baan Hofman
1
-2
/
+4
2009-04-20
Fix to use modified cli_rpc_pipe_open_schannel_with_key API
Andrew Bartlett
1
-1
/
+1
2009-04-20
Merge commit 'origin/master' into libcli-auth-merge-without-netlogond
Andrew Bartlett
7
-17
/
+32
2009-04-20
Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()
Andrew Bartlett
1
-1
/
+1
2009-04-17
s3:net: add --request-timeout option
Stefan Metzmacher
3
-0
/
+4
2009-04-17
s3:net_rpc: don't shutdown a cli_state passed from the caller
Stefan Metzmacher
1
-9
/
+8
2009-04-17
Merge branch 'master' of /home/jmcd/samba/git.samba.org/samba-master into mym...
Jim McDonough
1
-0
/
+8
2009-04-16
Don't look up local user for remote changes, even when root.
Jim McDonough
1
-6
/
+10
2009-04-16
In net_conf_import, start a transaction when importing a single share.
Martin Schwenke
1
-0
/
+8
2009-04-15
Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+
Jeremy Allison
2
-2
/
+2
2009-04-14
s3: Fix ntlm_auth and winbindd to use new common libcli/auth APIs
Andrew Bartlett
1
-2
/
+2
2009-04-14
Make Samba3 use the new common libcli/auth code
Andrew Bartlett
1
-3
/
+3
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
4
-10
/
+16
2009-04-14
Add some harmless use of talloc_tos() in ntlm_auth
Andrew Bartlett
2
-5
/
+5
2009-04-14
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
3
-22
/
+22
2009-04-08
s3-net: Fix Bug #5329: add "net rpc service delete/create".
Günther Deschner
1
-0
/
+204
2009-04-08
s3-eventlog: split out evlog_convert_tdb_to_evt().
Günther Deschner
1
-52
/
+2
2009-04-07
s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context
Andrew Bartlett
1
-4
/
+2
2009-04-07
s3-libads: avoid NULL talloc context with ads_get_dn().
Günther Deschner
1
-4
/
+4
2009-04-06
s3:libads Make ads_get_dn() take a talloc context
Andrew Bartlett
2
-12
/
+10
2009-04-05
Remove a silly check
Volker Lendecke
1
-7
/
+0
2009-04-02
s3:net conf: don't store share names as lower case, but as given.
Michael Adam
1
-11
/
+11
2009-03-26
s3:rpc_parse: remove unused init_unistr().
Günther Deschner
1
-5
/
+4
2009-03-20
s3-net: Fix Coverity #861 (UNINIT).
Günther Deschner
1
-1
/
+1
2009-03-20
s3-net: Fix Coverity #898 (UNINIT).
Günther Deschner
1
-1
/
+1
2009-03-20
s3-spoolss: pure comsetics.
Günther Deschner
1
-41
/
+41
2009-03-20
s3-net: Fix Coverity #886 (FORWARD_NULL).
Günther Deschner
1
-1
/
+1
2009-03-18
s3: remove POLICY_HND.
Günther Deschner
11
-86
/
+86
2009-03-18
s3-smbcontrol: use correct PRINTER_NOTIFY flags.
Günther Deschner
1
-3
/
+3
2009-03-18
spoolss: add my copyright.
Günther Deschner
1
-1
/
+1
2009-03-18
s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.
Günther Deschner
3
-24
/
+24
2009-03-18
s3-net: use rpccli_spoolss_enumprinterdataex.
Günther Deschner
1
-24
/
+44
2009-03-17
Remove the global "struct cm_cred_struct" and associated calls, make
Jeremy Allison
4
-19
/
+4
2009-03-17
s3-net: use rpccli_spoolss_enumprinterkey wrapper.
Günther Deschner
1
-17
/
+6
2009-03-17
s3-net: fix net_spoolss_setprinterdataex.
Günther Deschner
1
-1
/
+1
2009-03-17
s3-net: fix net_spoolss_setprinterdata.
Günther Deschner
1
-7
/
+13
2009-03-17
s3-net: use rpccli_spoolss_EnumPrinterData.
Günther Deschner
1
-16
/
+59
2009-03-17
s3-net: temporary disable net_spoolss_setprinterdata.
Günther Deschner
1
-1
/
+4
2009-03-13
s3-net: use rpccli_spoolss_enumprinters wrapper.
Günther Deschner
1
-134
/
+71
[prev]
[next]