Age | Commit message (Expand) | Author | Files | Lines |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -10/+8 |
2002-10-17 | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 1 | -1/+1 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -1/+1 |
2002-07-21 | Another smattering of static and const | Andrew Bartlett | 1 | -1/+1 |
2002-07-13 | This makes smbcacls a bit easier to use and debug. | Andrew Bartlett | 1 | -8/+15 |
2002-06-25 | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 1 | -1/+1 |
2002-05-24 | Remove the password length paramater from cli_full_connection - it really | Andrew Bartlett | 1 | -1/+1 |
2002-05-23 | Given Jeremy's positive response, and a lack of one from tpot, I'll commit | Andrew Bartlett | 1 | -76/+39 |
2002-04-14 | The cli_lsa_lookup_{names,sids} functions were returning useless | Tim Potter | 1 | -7/+5 |
2002-02-16 | int -> uint32 fixes from andreas | Tim Potter | 1 | -4/+4 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-26 | Back out some of the less well thought out ideas from last weeks work on | Andrew Bartlett | 1 | -5/+2 |
2002-01-20 | This patch makes the 'winbind use default domain' code interact better with | Andrew Bartlett | 1 | -5/+14 |
2001-12-18 | Fixup JF's weird SID return :-). | Jeremy Allison | 1 | -1/+1 |
2001-11-30 | Renamed sid field in SEC_ACE to trustee to be more in line with MS's | Tim Potter | 1 | -10/+22 |
2001-11-28 | fix a bunch of places where we can double-free a cli structure | Andrew Tridgell | 1 | -5/+0 |
2001-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 1 | -3/+2 |
2001-11-23 | Removed TimeInit() call from every client program (except for one place | Tim Potter | 1 | -2/+0 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 1 | -2/+1 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -12/+10 |
2001-09-10 | declare dbf in one spot | Andrew Tridgell | 1 | -1/+0 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 1 | -2/+2 |
2001-09-04 | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 1 | -7/+6 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -3/+3 |
2001-08-24 | fixed handling of 139/445 in clients | Andrew Tridgell | 1 | -2/+1 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -5/+5 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -2/+0 |
2001-07-04 | Removed bogus server_n local variable in connect_one() function. | Tim Potter | 1 | -5/+2 |
2001-06-27 | Added some missing entries to usage(). | Tim Potter | 1 | -1/+7 |
2001-06-21 | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 1 | -2/+2 |
2001-06-20 | Warning fix from Andrew Bartlett. | Jeremy Allison | 1 | -1/+1 |
2001-06-19 | rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0. | Jeremy Allison | 1 | -1/+1 |
2001-05-01 | Fixup smbcacls. Don't return memory already freed, don't free memory allocated | Jeremy Allison | 1 | -10/+3 |
2001-05-01 | fixed some uninitialised variables | Andrew Tridgell | 1 | -1/+1 |
2001-04-28 | rpcclient merge from 2.2 (including Jeremy's non-void return fix) | Gerald Carter | 1 | -3/+3 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 1 | -7/+4 |
2001-04-11 | Added SMB_ prefix to enums that clash with Solaris ACL definitions. | Jeremy Allison | 1 | -9/+9 |
2001-02-28 | Ooops - forgot to check the rpcclient and smbcacls compile with the new | Jeremy Allison | 1 | -22/+18 |
2001-02-23 | make sure denied aces are first | Andrew Tridgell | 1 | -1/+1 |
2001-02-23 | cast the qsort | Andrew Tridgell | 1 | -1/+1 |
2001-02-23 | - fixed the sort_acl bug, sorting now works right | Andrew Tridgell | 1 | -45/+32 |
2001-02-22 | don't crash on null acl sort | Andrew Tridgell | 1 | -0/+2 |
2001-02-22 | - workaround filer lsa lookup bug for unknown sids | Andrew Tridgell | 1 | -11/+10 |
2001-02-22 | cope with filer/NT/samba all in one binary. yeah. | Andrew Tridgell | 1 | -7/+35 |
2001-02-20 | don't need _uni hack now | Andrew Tridgell | 1 | -30/+6 |
2001-01-23 | Some systems don't support SEC_RIGHTS_MAXIMUM_ALLOWED for lsa_open_policy() | Tim Potter | 1 | -1/+5 |
2000-12-21 | Return appropriate exit codes for various situations: | Tim Potter | 1 | -22/+32 |
2000-12-21 | Don't call string_to_sid after cli_lsa_lookup_names() fails. | Tim Potter | 1 | -2/+55 |
2000-12-21 | Some systems seem to only accept a ntcreate&x with a unicode filename | Tim Potter | 1 | -5/+45 |
2000-12-21 | Cleaned up SidToString() and StringToSid() exit paths. | Tim Potter | 1 | -17/+27 |