Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r15556: Better fix for leading // or \\ from "David R. Linn" | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r15537: Ignore // or \\ in //server or \\server. | Jeremy Allison | 1 | -0/+5 |
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 | 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 | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r12581: And another one :-) | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r11492: Fix bug #3224 (I hope). Correctly use machine_account_name | Jeremy Allison | 1 | -3/+4 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -142/+191 |
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 | r8937: allow to use non-default smb.conf in rpcclient | Günther Deschner | 1 | -5/+5 |
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 | 1 | -2/+2 |
2007-10-10 | r5944: cleaning up compiler warnings reported by Jason Mader | Gerald Carter | 1 | -2/+0 |
2007-10-10 | r5593: More reversal of accidental commit. | Jim McDonough | 1 | -2/+2 |
2007-10-10 | r5591: Implement "net rpc trustdom del", including client side of | Jim McDonough | 1 | -2/+2 |
2007-10-10 | r4633: Finally give rpcclient a port-command. | Günther Deschner | 1 | -1/+3 |
2007-10-10 | r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for each | Volker Lendecke | 1 | -6/+8 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -5/+5 |
2004-01-16 | fix another bug caused by cli_lsa_query_info_policy() changes | Gerald Carter | 1 | -2/+4 |
2003-10-24 | Add initshutdown pipe commands to rpcclient. Second part of fix to bug | Jim McDonough | 1 | -0/+2 |
2003-10-01 | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 1 | -21/+29 |
2003-08-19 | - Make 'net' use a single funciton for setting the 'use machine account' code. | Andrew Bartlett | 1 | -0/+2 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 1 | -2/+2 |
2003-08-14 | Change Samba to always use extended security for it's guest logins, (ie, | Andrew Bartlett | 1 | -2/+4 |
2003-07-30 | Add a command line option (-S on|off|required) to enable signing on client | Jeremy Allison | 1 | -1/+2 |
2003-07-30 | add support for DsEnumerateDomainTrusted for enumerating all the | Gerald Carter | 1 | -1/+3 |
2003-07-25 | Schannel, once setup, may be used on *ANY* TCP/IP connection until the | Andrew Bartlett | 1 | -33/+31 |
2003-07-22 | Replace the eight (!) copies of dummy become/unbecome root with a single one. | Tim Potter | 1 | -15/+0 |
2003-07-14 | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request | Andrew Bartlett | 1 | -15/+138 |
2003-07-09 | more compile fixes for become/unbecome_root() | Gerald Carter | 1 | -0/+15 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett | Jelmer Vernooij | 1 | -4/+0 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions so | Jelmer Vernooij | 1 | -0/+4 |
2003-05-08 | This puts real netlogon connection caching to winbind. This becomes | Volker Lendecke | 1 | -10/+10 |
2003-04-28 | Merge: | Tim Potter | 1 | -11/+11 |
2003-04-28 | Merge: | Tim Potter | 1 | -2/+4 |
2003-04-21 | Merge from HEAD - save the type of channel used to contact the DC. | Andrew Bartlett | 1 | -2/+3 |
2003-04-14 | Merge Jelmer's popt updates from HEAD. | Tim Potter | 1 | -145/+12 |
2003-04-14 | Merge of rpcecho pipe for testing large dcerpc requests and responses. | Tim Potter | 1 | -2/+5 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 1 | -3/+20 |
2003-03-18 | Merge of waider's rpcclient return type patch. | Tim Potter | 1 | -22/+37 |
2003-02-25 | Merge: const fixes. | Tim Potter | 1 | -110/+87 |
2003-01-15 | merging some rpcclient and net functionality from HEAD | Gerald Carter | 1 | -1/+1 |
2003-01-14 | Merge from HEAD: | Andrew Bartlett | 1 | -3/+3 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -2/+2 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -6/+6 |