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
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
2007-10-10
r8937: allow to use non-default smb.conf in rpcclient
Günther Deschner
1
-5
/
+5
2007-10-10
r8900: fix typo thyat broke compile in my last commit
Gerald Carter
1
-1
/
+1
2007-10-10
r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...
Gerald Carter
1
-3
/
+2
2007-10-10
r8654: merging cli_spoolss_XX() updates from trunk
Gerald Carter
1
-222
/
+138
2007-10-10
r7632: Cleanup "net share migrate"-code.
Günther Deschner
1
-0
/
+5
2007-10-10
r7537: Print passwords in display charset.
Günther Deschner
1
-2
/
+2
2007-10-10
r7534: Add missing cli_srvsvc_net_share_set_info-function and
Günther Deschner
1
-0
/
+83
2007-10-10
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
1
-25
/
+10
2007-10-10
r7391: - Added client-support for various lsa_query_trust_dom_info-calls and a
Günther Deschner
2
-2
/
+190
2007-10-10
r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that for
Volker Lendecke
1
-5
/
+5
2007-10-10
r6263: Get rid of generate_wellknown_sids, they are const static and initiali...
Volker Lendecke
1
-12
/
+0
2007-10-10
r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...
Gerald Carter
1
-10
/
+10
2007-10-10
r6117: Close handles after group-creation as well.
Günther Deschner
1
-0
/
+9
2007-10-10
r6110: Close handles on user creation. This allows easy mass creation of user...
Volker Lendecke
1
-0
/
+9
2007-10-10
r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...
Volker Lendecke
1
-18
/
+36
2007-10-10
r6014: rather large change set....
Gerald Carter
1
-3
/
+9
2007-10-10
r5961: final round of compiler warning fixes based on feedback from Jason Mader
Gerald Carter
1
-0
/
+6
2007-10-10
r5944: cleaning up compiler warnings reported by Jason Mader
Gerald Carter
2
-9
/
+6
2007-10-10
r5891: Make enum- and getform use the same form_display-function.
Günther Deschner
1
-35
/
+37
2007-10-10
r5760: Be more verbose on listing forms.
Günther Deschner
1
-1
/
+22
2007-10-10
r5726: merge LsaLookupPrivValue() code from trunk
Gerald Carter
1
-4
/
+8
2007-10-10
r5593: More reversal of accidental commit.
Jim McDonough
1
-2
/
+2
2007-10-10
r5592: Oops, accidentally committed test version of rpcclient. Reverting cha...
Jim McDonough
1
-6
/
+5
2007-10-10
r5591: Implement "net rpc trustdom del", including client side of
Jim McDonough
2
-7
/
+8
2007-10-10
r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...
Volker Lendecke
1
-3
/
+1
2007-10-10
r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.
Volker Lendecke
1
-1
/
+2
2007-10-10
r5379: Build-Fix (#2343)
Günther Deschner
1
-1
/
+1
[next]