Age | Commit message (Expand) | Author | Files | Lines |
2004-02-12 | Fix typo: fileds -> fields | Jim McDonough | 1 | -1/+1 |
2004-01-19 | 1. The most part of this patch changed the unknown_3 flag to the now known | Simo Sorce | 1 | -1/+1 |
2004-01-16 | fix another bug caused by cli_lsa_query_info_policy() changes | Gerald Carter | 1 | -2/+4 |
2004-01-13 | sync HEAD with recent changes in 3.0 | Gerald Carter | 2 | -14/+18 |
2004-01-06 | (merge from 3.0) | Andrew Bartlett | 1 | -1/+1 |
2003-11-05 | Merge from 3.0: | Tim Potter | 1 | -3/+12 |
2003-10-30 | Another round of GUID->struct uuid. | Jim McDonough | 1 | -3/+2 |
2003-10-30 | First round of merging various UUID structures. | Jim McDonough | 2 | -11/+14 |
2003-10-27 | Remove trailing comma on typedef enum. albert chin (china@thewrittenword.com) | Tim Potter | 1 | -1/+1 |
2003-10-24 | Add initshutdown pipe commands to rpcclient. Second part of fix to bug | Jim McDonough | 1 | -0/+2 |
2003-10-24 | New files for support of initshutdown pipe. Win2k doesn't respond properly | Jim McDonough | 1 | -0/+112 |
2003-10-20 | Fixed typo spotted by Daniel Jarboe <daniel.jarboe@custserv.com>. | Jeremy Allison | 1 | -1/+1 |
2003-10-20 | Several updates: | Jim McDonough | 1 | -0/+5 |
2003-10-18 | Add epmapper commands to rpcclient | Jim McDonough | 1 | -0/+2 |
2003-10-18 | Add client side code to do endpoint map queries. Currently does one | Jim McDonough | 1 | -0/+69 |
2003-10-01 | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 1 | -21/+29 |
2003-09-29 | Merge from 3.0: | Tim Potter | 1 | -2/+2 |
2003-09-18 | The "unknown_5" 32 bit field in the user structs is actually 2 16-bit | Jeremy Allison | 1 | -1/+2 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 4 | -58/+86 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 3 | -52/+58 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 6 | -145/+244 |
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 | Jelmer Vernooij | 1 | -0/+4 |
2003-04-28 | Perform lp_load() before popt to fix -W option. | Tim Potter | 1 | -11/+11 |
2003-04-28 | Return NT_STATUS_UNSUCCESSFUL if the sourcedata and echodata rpcs | Tim Potter | 1 | -0/+2 |
2003-04-23 | Patch from waider to set exit code of last executed command specified | Tim Potter | 1 | -2/+4 |
2003-04-16 | Store the type of 'sec channel' that we establish to the DC. If we are a | Andrew Bartlett | 2 | -6/+9 |
2003-04-14 | Removed unused variable. | Tim Potter | 1 | -1/+0 |
2003-04-11 | A new RPC pipe! The \pipe\echo named pipe is for testing large RPC | Tim Potter | 2 | -2/+162 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 2 | -22/+20 |
2003-04-04 | SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net> | Tim Potter | 1 | -0/+44 |
2003-03-24 | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 1 | -1/+2 |
2003-03-24 | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 1 | -145/+11 |
2003-03-17 | Applied waider's patch to return DOS error codes for pipes that | Tim Potter | 10 | -192/+217 |
2003-03-11 | Patch from Ronan Waide: | Martin Pool | 1 | -1/+1 |
2003-03-07 | safe_strcpy() -> fstrcpy() fix, and a cleanup to how rpcclient calls the | Andrew Bartlett | 2 | -9/+4 |
2003-03-05 | Use PRINTER_ALL_ACCESS instead of MAXIMUM_ALLOWED_ACCESS in setprinter | Tim Potter | 1 | -1/+1 |
2003-02-25 | More const fixes and flow on fixes from yesterday's const-fest. | Tim Potter | 7 | -56/+56 |
2003-02-25 | Fixed up some const related compiler warnings. | Tim Potter | 4 | -36/+36 |
2003-02-21 | Added enumdomusers command. | Tim Potter | 1 | -0/+75 |
2003-02-21 | Fix for only specifying one command with -c | Tim Potter | 1 | -1/+4 |
2003-02-20 | Remove obsolete files | Jelmer Vernooij | 3 | -3038/+0 |
2003-02-18 | Add -V option (to print out version) to utilities where possible | Jelmer Vernooij | 2 | -0/+2 |
2003-02-18 | Doxygen janitor. No other changes. | Martin Pool | 1 | -0/+9 |
2003-02-18 | cmd_lsa_lookup_sids: Check return code from string_to_sid; skip SIDs | Martin Pool | 1 | -2/+5 |
2003-02-17 | Dummy commit, I can't get through to samba-cvs@samba.org. It can't really | Volker Lendecke | 1 | -1/+0 |
2003-02-17 | cmd_srvsvc.c | Volker Lendecke | 1 | -3/+3 |
2003-02-17 | Typo: /mized/mixed/ | Martin Pool | 1 | -1/+1 |
2003-02-17 | Don't pstrcpy into an fstring. (Harmless in this case since it comes | Martin Pool | 1 | -3/+10 |
2003-02-17 | Start reworking rpcclient to use popt rather than next_token to parse | Martin Pool | 1 | -103/+69 |