Age | Commit message (Expand) | Author | Files | Lines |
2000-08-25 | - fixed the %U macro so that the old (and documented) semantics work | Andrew Tridgell | 1 | -2/+13 |
2000-08-23 | Added code to do SID to uid/gid conversion. Needed for ACL support. | Jeremy Allison | 1 | -2/+2 |
2000-08-18 | oops. must return "" string and length zero when strlen(filebuf) == 0 | Luke Leighton | 1 | -13/+16 |
2000-08-18 | getfileline() - line with length of zero -> filebuf[strlen(filebuf)-1] | Luke Leighton | 1 | -10/+13 |
2000-08-14 | Reverted the change Luke made. Removed IS_BITS_SET_XX macros. | Jeremy Allison | 1 | -13/+7 |
2000-08-14 | hey, jerry: turns out you _have_ converted to get_safe_nt_errmsg!!! | Luke Leighton | 1 | -2/+4 |
2000-08-14 | jeremy, | Luke Leighton | 1 | -11/+15 |
2000-08-12 | fixed unistr_to_ascii to deal with NULL src strings | Gerald Carter | 1 | -14/+14 |
2000-08-12 | reworked talloc() to in order to help track down invalid | Gerald Carter | 1 | -25/+26 |
2000-08-10 | Tidied up security rights definitions. | Jeremy Allison | 1 | -4/+4 |
2000-08-10 | Removed requirement that sid have an owner before being interpreted. | Jeremy Allison | 1 | -18/+9 |
2000-08-10 | Deal will NULL UNISTR in unistr_to_ascii | Gerald Carter | 1 | -13/+21 |
2000-08-10 | talloc returns 0xdeadbeef when asked to allocate 0 bytes | Gerald Carter | 1 | -19/+29 |
2000-08-09 | Fixed memory leak with NT tokens. | Jeremy Allison | 1 | -2/+15 |
2000-08-08 | Added SID "Everyone" S-1-1-0 as always matching if present in an ACE. | Jeremy Allison | 1 | -4/+17 |
2000-08-08 | Changed the sec desc access checks to match the spec. Needs testing. | Jeremy Allison | 1 | -220/+149 |
2000-08-08 | All changes related to rpcclient... | Gerald Carter | 1 | -2/+2 |
2000-08-04 | Fixed up se_access_check() to use the token list from the user struct | Jeremy Allison | 1 | -82/+32 |
2000-08-03 | Added an NT_USER_TOKEN structure that is copied/passed around associated | Jeremy Allison | 1 | -3/+5 |
2000-08-02 | Started to canonicalize our handling of uid -> sid code in order to | Jeremy Allison | 1 | -19/+27 |
2000-08-01 | Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST... | Jeremy Allison | 1 | -13/+7 |
2000-07-31 | More work on rpcclient... | Gerald Carter | 1 | -4/+2 |
2000-07-27 | Ok - this is a *BIG* change - but it fixes the problems with static strings | Jeremy Allison | 3 | -2/+10 |
2000-07-25 | if the sids are not the same pointer and either of the sids are NULL | Andrew Tridgell | 1 | -0/+3 |
2000-07-21 | Added EnumPorts() and fixed up some problems | Gerald Carter | 1 | -48/+27 |
2000-07-19 | Instead of handing back a string (which might be a DNS name or an IP | Christopher R. Hertel | 1 | -33/+85 |
2000-07-19 | First cut toward adding WINS server failover. | Christopher R. Hertel | 1 | -0/+218 |
2000-07-18 | I really didn't like the way generic arrays (lists) were | Gerald Carter | 1 | -0/+321 |
2000-07-17 | Added some debugs. | Tim Potter | 1 | -13/+27 |
2000-07-14 | Fixed a bug in cmd_interp.c where if user%pass was entered on | Gerald Carter | 2 | -206/+3 |
2000-07-13 | Uninitialised variables. | Tim Potter | 1 | -0/+2 |
2000-07-10 | Fixed a bug in parsing the command line. | Gerald Carter | 1 | -1/+1 |
2000-07-10 | Fixes for various compile warnings on Solaris 8. | Tim Potter | 1 | -1/+2 |
2000-07-10 | Moved winbind client functions from various odd locations to | Tim Potter | 1 | -64/+0 |
2000-07-10 | Added some useful debugging stuff. | Tim Potter | 1 | -10/+66 |
2000-07-07 | More rpcclient merge issues: | Gerald Carter | 3 | -9/+221 |
2000-07-06 | Rewrite of se_access_check() function. Added comments and fixed a bunch of | Tim Potter | 1 | -189/+287 |
2000-07-06 | Added global_sid_NULL S-1-0-0 to list of global sids. | Tim Potter | 1 | -0/+2 |
2000-07-06 | Bracked unbracketed macro arguments while looking for another bug. | Tim Potter | 1 | -2/+2 |
2000-07-03 | first pass at merging rpcclient from TNG to HEAD. You can get a | Gerald Carter | 2 | -0/+1395 |
2000-06-26 | fixed size alignment in talloc | Andrew Tridgell | 1 | -2/+2 |
2000-06-24 | lib/util_sid.c: Uninitialized memory read. | Jeremy Allison | 1 | -0/+2 |
2000-06-23 | lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@... | Jeremy Allison | 1 | -1/+1 |
2000-06-22 | lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage. | Jeremy Allison | 1 | -48/+3 |
2000-06-21 | fixed two minor bugs in new sys_select() | Andrew Tridgell | 1 | -5/+5 |
2000-06-19 | Paranoia changes to ensure that anything touched by a signal handler | Jeremy Allison | 1 | -1/+1 |
2000-06-14 | Merged parse_domain_user() from TNG. | Tim Potter | 1 | -0/+20 |
2000-06-13 | forgot to checkin select.c | Andrew Tridgell | 1 | -0/+107 |
2000-06-12 | totally rewrote the async signal, notification and oplock notification | Andrew Tridgell | 2 | -109/+4 |
2000-06-12 | fixed a bug in BlockSignals() for systems that don't have | Andrew Tridgell | 1 | -4/+2 |