| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | added a boolean to the group mapping functions to specify if we need or | Jean-François Micouleau | 2001-12-04 | 1 | -1/+48 |
* | | moved init_account_policy() to the right place | Andrew Tridgell | 2001-12-04 | 1 | -1/+5 |
* | | const religion in talloc calls | Andrew Tridgell | 2001-12-04 | 1 | -2/+2 |
* | | winbindd friendly user_in_list code. Tested on a 65k user domain. | Jeremy Allison | 2001-12-04 | 1 | -7/+15 |
* | | Moved name_is_local to the correct place. Ooops. | Jeremy Allison | 2001-12-04 | 1 | -0/+10 |
* | | Tidyup of lib/username. Add name_is_local fn to determine if name is | Jeremy Allison | 2001-12-04 | 1 | -171/+173 |
* | | added a tdb to store the account policy informations. | Jean-François Micouleau | 2001-12-03 | 2 | -0/+220 |
* | | put sid_to_name behind the winbindd backend interface | Andrew Tridgell | 2001-12-03 | 1 | -12/+26 |
* | | added a basic ADS backend to winbind. More work needed, but at | Andrew Tridgell | 2001-12-03 | 1 | -1/+17 |
* | | re-enabled insure backtrace, calling /usr/bin/backtrace | Andrew Tridgell | 2001-12-03 | 1 | -2/+4 |
* | | The beginnings of alternative backends for winbindd | Andrew Tridgell | 2001-12-01 | 1 | -0/+17 |
* | | Renamed sid field in SEC_ACE to trustee to be more in line with MS's | Tim Potter | 2001-11-30 | 1 | -4/+4 |
* | | Ensured the %G substitution exactly matches what the man page states. | Jeremy Allison | 2001-11-30 | 1 | -1/+2 |
* | | fixed typo | Andrew Tridgell | 2001-11-29 | 1 | -1/+1 |
* | | fixed toupper_w() and friends on big-endian | Andrew Tridgell | 2001-11-29 | 1 | -6/+6 |
* | | 2nd attempt at fixing lame char tables on big endian machines | Andrew Tridgell | 2001-11-29 | 1 | -6/+6 |
* | | fixed lame char tables on big endian machines | Andrew Tridgell | 2001-11-29 | 1 | -5/+5 |
* | | fixed some krb5 ifdefs | Andrew Tridgell | 2001-11-28 | 1 | -2/+2 |
* | | merge from APPLIANCE_HEAD | Gerald Carter | 2001-11-28 | 2 | -2/+41 |
* | | turn off the insure xterm hack for now | Andrew Tridgell | 2001-11-28 | 1 | -1/+1 |
* | | allow printing of NULL pointers with internal snprintf | Andrew Tridgell | 2001-11-27 | 1 | -0/+1 |
* | | reverted incorrect patch | Andrew Tridgell | 2001-11-27 | 1 | -2/+4 |
* | | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 2001-11-26 | 3 | -9/+21 |
* | | added "net join" command | Andrew Tridgell | 2001-11-24 | 1 | -0/+31 |
* | | More better now. | Martin Pool | 2001-11-23 | 1 | -4/+4 |
* | | Quieten gcc const warning. | Martin Pool | 2001-11-23 | 1 | -17/+21 |
* | | Don't initialise static pointers to NULL. | Tim Potter | 2001-11-23 | 1 | -1/+1 |
* | | Removed TimeInit() call from every client program (except for one place | Tim Potter | 2001-11-23 | 1 | -12/+26 |
* | | Merged in JohnR's ping messaging extension. | Jeremy Allison | 2001-11-20 | 1 | -27/+36 |
* | | added strlcpy() and strlcat() | Andrew Tridgell | 2001-11-20 | 1 | -0/+36 |
* | | We don't actually use the horror that was lib/util_array.c :-). | Jeremy Allison | 2001-11-20 | 1 | -187/+0 |
* | | Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with the | Martin Pool | 2001-11-20 | 1 | -14/+15 |
* | | Fix typo. | Martin Pool | 2001-11-19 | 1 | -1/+1 |
* | | Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the moment | Martin Pool | 2001-11-19 | 1 | -5/+10 |
* | | Added comment about why not to cast the assignment of | Tim Potter | 2001-11-19 | 1 | -3/+6 |
* | | LIBDIR and LOCKDIR are dynamically configured too. | Martin Pool | 2001-11-19 | 1 | -4/+9 |
* | | Oops, Tim says rl_completion_func_t doesn't exist in all versions of | Martin Pool | 2001-11-19 | 1 | -7/+5 |
* | | Quieten compiler warnings about a callback function prototype that has | Martin Pool | 2001-11-19 | 1 | -1/+7 |
* | | fixed some bugs. | Simo Sorce | 2001-11-18 | 2 | -18/+19 |
* | | Fixed detection of RedHat headers. Removed another file ! | Jeremy Allison | 2001-11-16 | 1 | -212/+0 |
* | | I *love* removing code :-). Removed 4 files that weren't being used. | Jeremy Allison | 2001-11-16 | 2 | -112/+1 |
* | | Tidyups in the merge process. | Jeremy Allison | 2001-11-15 | 1 | -32/+36 |
* | | FALSE -> False | Tim Potter | 2001-11-15 | 1 | -1/+1 |
* | | Removed unused variable. | Tim Potter | 2001-11-14 | 1 | -1/+0 |
* | | Look for DOMAIN\group in group lists and ask winbind. | Jeremy Allison | 2001-11-13 | 1 | -68/+89 |
* | | messed up with patches, this should be the right one, | Simo Sorce | 2001-11-12 | 1 | -2/+1 |
* | | some bugfix and new functions, | Simo Sorce | 2001-11-12 | 3 | -10/+88 |
* | | fixed, moved and added some functions | Simo Sorce | 2001-11-10 | 2 | -98/+153 |
* | | add convert_string_allocate() function | Simo Sorce | 2001-11-07 | 1 | -5/+86 |
* | | Removed totally annoying verbose debug in sid_to_string() | Tim Potter | 2001-11-05 | 1 | -2/+0 |