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
/
rpcclient
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r14579: Add REJECT_REASON_OTHER in the rpcclient chgpasswd3.
Günther Deschner
1
-1
/
+2
2007-10-10
r14495: Allow to play with the logon_param flag when testing samlogons.
Günther Deschner
1
-22
/
+21
2007-10-10
r14399: Fix deadcode coverity bug #3.
Jeremy Allison
1
-4
/
+1
2007-10-10
r14340: Fix coverity #78, resource leak in error path.
Jeremy Allison
1
-12
/
+20
2007-10-10
r14245: We've dereferenced argv before, no point in checking.
Volker Lendecke
1
-7
/
+5
2007-10-10
r14217: Fix Coverity Bug # 7
Volker Lendecke
1
-1
/
+1
2007-10-10
r14216: Fix Coverity bug # 8
Volker Lendecke
1
-1
/
+1
2007-10-10
r14146: Just some typos.
Günther Deschner
1
-1
/
+1
2007-10-10
r14144: allow to set sec_info in rpcclients lsa_query_secobj.
Günther Deschner
1
-3
/
+6
2007-10-10
r13945: Move display_sec.c to lib/ (as suggested by Volker).
Günther Deschner
1
-187
/
+0
2007-10-10
r13864: Some cleanup and the samr set security object function client-side.
Günther Deschner
2
-5
/
+52
2007-10-10
r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
Günther Deschner
1
-4
/
+4
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-1
/
+1
2007-10-10
r13523: Fix indent.
Günther Deschner
1
-13
/
+13
2007-10-10
r13522: Add SAMR_GET_USRDOM_PWINFO client-side.
Günther Deschner
1
-39
/
+81
2007-10-10
r13448: Fix the build (again).
Günther Deschner
1
-1
/
+1
2007-10-10
r13442: Implement samr_chgpasswd_user3 server-side.
Günther Deschner
1
-0
/
+77
2007-10-10
r13394: Fix rpcclient to obey the -W parameter. Not that I *like* the smbclient
Volker Lendecke
1
-0
/
+12
2007-10-10
r13379: Andrew correctly noted that this breaks -s. Not sure what to do...
Volker Lendecke
1
-10
/
+10
2007-10-10
r13378: Not sure what this breaks, but we have to do the popt processing afte...
Volker Lendecke
1
-10
/
+10
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
3
-47
/
+205
2007-10-10
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
1
-1
/
+1
2007-10-10
r13162: Allow to set the flags for a ds_enum_domain_trusts query in rpcclient.
Günther Deschner
1
-1
/
+5
2007-10-10
r12935: After discussion with Volker fix bug #3397 using a variant of the pat...
Alexander Bokovoy
1
-0
/
+11
2007-10-10
r12901: Fix netfileenum returning WERR_BUF_TOO_SMALL.
Günther Deschner
1
-1
/
+1
2007-10-10
r12581: And another one :-)
Volker Lendecke
1
-0
/
+2
2007-10-10
r12414: Remove the unnecessary SMB_STRDUP in server_role_str() + reuse the role
Günther Deschner
1
-21
/
+0
2007-10-10
r12131: Fix it really, this time :)
Günther Deschner
1
-2
/
+2
2007-10-10
r12130: display domain GUID.
Günther Deschner
1
-1
/
+1
2007-10-10
r11998: Add lookupname to rpcclient query_user as a fallback, we now accept b...
Volker Lendecke
1
-1
/
+22
2007-10-10
r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's what
Günther Deschner
1
-7
/
+25
2007-10-10
r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...
Volker Lendecke
1
-8
/
+15
2007-10-10
r11858: Fill in the clientside TRUSTED_DOMAIN_INFO_EX query.
Günther Deschner
1
-1
/
+15
2007-10-10
r11857: Fix the build.
Günther Deschner
1
-1
/
+1
2007-10-10
r11856: Replace unknown1 with group_attr.
Günther Deschner
1
-1
/
+14
2007-10-10
r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs).
Günther Deschner
1
-0
/
+26
2007-10-10
r11852: Fill in samr_get_dom_pwinfo based on Samba4.
Günther Deschner
1
-4
/
+23
2007-10-10
r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo...
Volker Lendecke
1
-0
/
+30
2007-10-10
r11573: Adding Andrew Bartlett's patch to make machine account
Jeremy Allison
1
-1
/
+1
2007-10-10
r11492: Fix bug #3224 (I hope). Correctly use machine_account_name
Jeremy Allison
1
-3
/
+4
2007-10-10
r11454: Last 2 uninitialized warnings.
Jeremy Allison
1
-17
/
+11
2007-10-10
r11286: Fix a potential segfault
Volker Lendecke
1
-7
/
+10
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
2
-3
/
+3
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
12
-583
/
+931
2007-10-10
r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
Gerald Carter
1
-5
/
+8
2007-10-10
r9200: Add support for REG_BINARY to rpcclient getdata and setprinterdata.
Volker Lendecke
1
-6
/
+24
2007-10-10
r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.
Volker Lendecke
1
-4
/
+3
2007-10-10
r9189: Add the capability to set different registry value types (string, dwor...
Volker Lendecke
1
-14
/
+85
2007-10-10
r9076: fix two other issues invented along the
Günther Deschner
1
-1
/
+1
2007-10-10
r8938: fix querydispinfo search semantics.
Günther Deschner
1
-3
/
+3
[prev]
[next]