| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use fprintf(f, ...) instead of plain printf() - patch by Ronan Waide | Jelmer Vernooij | 2003-04-09 | 1 | -2/+2 |
| * | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 2003-03-24 | 1 | -1/+1 |
| * | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 2003-03-24 | 1 | -36/+9 |
| * | Fix setOtherHelp() - pointed out by metze | Jelmer Vernooij | 2003-03-20 | 1 | -1/+1 |
| * | Fix compile errors - don't use pstrcpy() on a fstring | Jelmer Vernooij | 2003-03-20 | 1 | -7/+8 |
| * | Use True, not TRUE and False, not FALSE | Jelmer Vernooij | 2003-03-20 | 1 | -4/+4 |
| * | Convert smbcacls to popt | Jelmer Vernooij | 2003-03-20 | 1 | -84/+50 |
| * | Fix off-by-one bug in safe_strcpy size paramater. | Andrew Bartlett | 2003-03-15 | 1 | -1/+1 |
| * | Fix a number of client-side fstring/pstring mixups. | Andrew Bartlett | 2003-01-11 | 1 | -3/+3 |
| * | BIG patch... | Andrew Bartlett | 2003-01-02 | 1 | -7/+7 |
| * | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 2002-12-20 | 1 | -1/+1 |
| * | Fix fnum leak under error condition in cacl_dump. | Tim Potter | 2002-12-15 | 1 | -6/+13 |
| * | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -10/+8 |
| * | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 2002-10-17 | 1 | -1/+1 |
| * | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 2002-10-04 | 1 | -1/+1 |
| * | Another smattering of static and const | Andrew Bartlett | 2002-07-21 | 1 | -1/+1 |
| * | This makes smbcacls a bit easier to use and debug. | Andrew Bartlett | 2002-07-13 | 1 | -8/+15 |
| * | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 2002-06-25 | 1 | -1/+1 |
| * | Remove the password length paramater from cli_full_connection - it really | Andrew Bartlett | 2002-05-24 | 1 | -1/+1 |
| * | Given Jeremy's positive response, and a lack of one from tpot, I'll commit | Andrew Bartlett | 2002-05-23 | 1 | -76/+39 |
| * | The cli_lsa_lookup_{names,sids} functions were returning useless | Tim Potter | 2002-04-14 | 1 | -7/+5 |
| * | int -> uint32 fixes from andreas | Tim Potter | 2002-02-16 | 1 | -4/+4 |
| * | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| * | Back out some of the less well thought out ideas from last weeks work on | Andrew Bartlett | 2002-01-26 | 1 | -5/+2 |
| * | This patch makes the 'winbind use default domain' code interact better with | Andrew Bartlett | 2002-01-20 | 1 | -5/+14 |
| * | Fixup JF's weird SID return :-). | Jeremy Allison | 2001-12-18 | 1 | -1/+1 |
| * | Renamed sid field in SEC_ACE to trustee to be more in line with MS's | Tim Potter | 2001-11-30 | 1 | -10/+22 |
| * | fix a bunch of places where we can double-free a cli structure | Andrew Tridgell | 2001-11-28 | 1 | -5/+0 |
| * | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 2001-11-26 | 1 | -3/+2 |
| * | Removed TimeInit() call from every client program (except for one place | Tim Potter | 2001-11-23 | 1 | -2/+0 |
| * | Store some path names in global variables initialized to configure | Martin Pool | 2001-11-19 | 1 | -2/+1 |
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -12/+10 |
| * | declare dbf in one spot | Andrew Tridgell | 2001-09-10 | 1 | -1/+0 |
| * | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 2001-09-10 | 1 | -2/+2 |
| * | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 2001-09-04 | 1 | -7/+6 |
| * | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2001-08-27 | 1 | -3/+3 |
| * | fixed handling of 139/445 in clients | Andrew Tridgell | 2001-08-24 | 1 | -2/+1 |
| * | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 2001-07-04 | 1 | -5/+5 |
| * | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 1 | -2/+0 |
| * | Removed bogus server_n local variable in connect_one() function. | Tim Potter | 2001-07-04 | 1 | -5/+2 |
| * | Added some missing entries to usage(). | Tim Potter | 2001-06-27 | 1 | -1/+7 |
| * | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 2001-06-21 | 1 | -2/+2 |
| * | Warning fix from Andrew Bartlett. | Jeremy Allison | 2001-06-20 | 1 | -1/+1 |
| * | rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0. | Jeremy Allison | 2001-06-19 | 1 | -1/+1 |
| * | Fixup smbcacls. Don't return memory already freed, don't free memory allocated | Jeremy Allison | 2001-05-01 | 1 | -10/+3 |
| * | fixed some uninitialised variables | Andrew Tridgell | 2001-05-01 | 1 | -1/+1 |
| * | rpcclient merge from 2.2 (including Jeremy's non-void return fix) | Gerald Carter | 2001-04-28 | 1 | -3/+3 |
| * | Merge of Andrew's changes in 2.2. | Jeremy Allison | 2001-04-13 | 1 | -7/+4 |
| * | Added SMB_ prefix to enums that clash with Solaris ACL definitions. | Jeremy Allison | 2001-04-11 | 1 | -9/+9 |
| * | Ooops - forgot to check the rpcclient and smbcacls compile with the new | Jeremy Allison | 2001-02-28 | 1 | -22/+18 |