Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-12-16 | Added -C username and -G username that allow a user (usually Administrator) | Jeremy Allison | 1 | -5/+61 |
2000-12-15 | Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged | Jeremy Allison | 1 | -7/+17 |
2000-12-14 | Renamed parameters and variables called acl to the_acl as it conflicts | Tim Potter | 1 | -18/+18 |
2000-12-14 | Cache lsa connection and policy handle for resolving names and sids. | Tim Potter | 1 | -48/+56 |
2000-12-13 | Convert names to sids when modifying ACLs. Convert sids to names when | Tim Potter | 1 | -10/+68 |
2000-12-12 | Don't print out the security descriptor type as it is automatically | Tim Potter | 1 | -7/+1 |
2000-12-12 | Better error checking for ACL parsing. | Tim Potter | 1 | -7/+21 |
2000-12-07 | Added undocumented -t command for testing parsing of acl entries. | Tim Potter | 1 | -11/+118 |
2000-12-04 | added a comment | Andrew Tridgell | 1 | -0/+2 |
2000-12-04 | fixed the parsing again and got setting acls working with w2k | Andrew Tridgell | 1 | -3/+3 |
2000-12-04 | Added some cli_errstr() calls. | Tim Potter | 1 | -4/+4 |
2000-12-04 | Removed lsa lookup warnings (I'll remember). | Tim Potter | 1 | -4/+19 |
2000-12-04 | fixed setting ACLs on directories | Andrew Tridgell | 1 | -2/+2 |
2000-12-04 | Mask value now displayed as READ/CHANGE/FULL for standard permissions, or | Tim Potter | 1 | -27/+66 |
2000-12-04 | removed SACL support (as it doesn't work with w2k if you ask for | Andrew Tridgell | 1 | -52/+7 |
2000-12-04 | signed/unsigned warning fixed | Andrew Tridgell | 1 | -2/+3 |
2000-12-04 | fixed acls set bug | Andrew Tridgell | 1 | -13/+18 |
2000-12-04 | fixed SACL bug | Andrew Tridgell | 1 | -8/+3 |
2000-12-04 | - with -D only delete first match | Andrew Tridgell | 1 | -12/+23 |
2000-12-03 | - added help | Andrew Tridgell | 1 | -12/+118 |