Age | Commit message (Expand) | Author | Files | Lines |
2001-12-07 | added a "use spnego" option | Andrew Tridgell | 1 | -0/+1 |
2001-12-06 | again an intrusive patch: | Jean-François Micouleau | 1 | -1/+3 |
2001-12-05 | Ensure we fill in the %U for NTLMSSP connections | Andrew Bartlett | 1 | -1/+3 |
2001-12-05 | added a REALLY gross hack into kerberos_kinit_password so that | Andrew Tridgell | 2 | -2/+2 |
2001-12-04 | Merge from 2.2 | Herb Lewis | 1 | -0/+6 |
2001-12-04 | added a boolean to the group mapping functions to specify if we need or | Jean-François Micouleau | 1 | -1/+1 |
2001-12-04 | Stop using getgrgid() - a very expensive call with winbindd, to look up | Jeremy Allison | 1 | -13/+10 |
2001-12-04 | Moved name_is_local to the correct place. Ooops. | Jeremy Allison | 1 | -10/+0 |
2001-12-04 | Tidyup of lib/username. Add name_is_local fn to determine if name is | Jeremy Allison | 1 | -0/+10 |
2001-12-03 | added a tdb to store the account policy informations. | Jean-François Micouleau | 1 | -4/+9 |
2001-11-30 | XFS quota patch for Linux. | Jeremy Allison | 1 | -2/+33 |
2001-11-30 | Renamed sid field in SEC_ACE to trustee to be more in line with MS's | Tim Potter | 1 | -23/+23 |
2001-11-29 | Make better use of the ads_init() function to get the kerberos relam etc. | Andrew Bartlett | 2 | -16/+25 |
2001-11-28 | fixed some krb5 ifdefs | Andrew Tridgell | 1 | -2/+2 |
2001-11-28 | space -> tab. | Jeremy Allison | 1 | -24/+20 |
2001-11-28 | Spelling pedents strike again :-). | Jeremy Allison | 1 | -1/+1 |
2001-11-28 | Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC from | Jeremy Allison | 2 | -2/+11 |
2001-11-28 | Re-added "Share modes" meaning don't allow deny mode conflict. Due to | Jeremy Allison | 1 | -2/+10 |
2001-11-27 | always send an OID list until we handle raw (unwrapped) NTLMSSP | Andrew Tridgell | 1 | -6/+15 |
2001-11-27 | Fix for the logic bug wrt. existant oplocks. See long message | Jeremy Allison | 1 | -5/+2 |
2001-11-27 | nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups. | Jeremy Allison | 1 | -1/+1 |
2001-11-27 | fixed another memory leak | Andrew Tridgell | 1 | -1/+1 |
2001-11-27 | more memory leak fixes | Andrew Tridgell | 1 | -1/+6 |
2001-11-27 | don't try to auto-change the trust password unless we are in domain | Andrew Tridgell | 1 | -1/+4 |
2001-11-26 | we can safely give NO_SUCH_USER if the ticket decodes but the local | Andrew Tridgell | 1 | -1/+1 |
2001-11-26 | Another merge from appliance-head: in [ug]id_to_sid don't call the | Tim Potter | 1 | -14/+30 |
2001-11-26 | challange -> challenge | Tim Potter | 3 | -9/+9 |
2001-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 1 | -2/+0 |
2001-11-26 | This compleats the of the authenticaion subystem into the new 'auth' | Andrew Bartlett | 10 | -2715/+0 |
2001-11-26 | fixed spnego, non-kerberos negprot | Andrew Tridgell | 1 | -2/+2 |
2001-11-25 | added 'security=ADS' | Andrew Tridgell | 1 | -0/+7 |
2001-11-25 | #ifdefed DMF fix so not compiled by default. We need to look at this... | Jeremy Allison | 1 | -22/+39 |
2001-11-25 | Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS error | Andrew Bartlett | 2 | -0/+36 |
2001-11-25 | I think this is a fix for the "out of space" errors with oplocks=no. | Jeremy Allison | 1 | -49/+58 |
2001-11-24 | added "net join" command | Andrew Tridgell | 1 | -38/+5 |
2001-11-24 | removed unused function | Andrew Tridgell | 1 | -18/+0 |
2001-11-24 | And add the winbind module I missed in the last run. | Andrew Bartlett | 1 | -0/+111 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 13 | -408/+942 |
2001-11-23 | Fixed delete on close bug. Added core dump code to winbindd. | Jeremy Allison | 3 | -80/+125 |
2001-11-23 | Removed TimeInit() call from every client program (except for one place | Tim Potter | 1 | -2/+0 |
2001-11-22 | WITH_MSDFS is not define anywhere. It's built by default. | Gerald Carter | 1 | -3/+0 |
2001-11-21 | More spelling fixes, comment reformatting. | Tim Potter | 1 | -8/+11 |
2001-11-21 | Spelling fix, reformatted comment. | Tim Potter | 1 | -4/+6 |
2001-11-20 | Fixed sizeof vs array length bug in make_user_info_winbind_crap() | Tim Potter | 1 | -2/+2 |
2001-11-20 | add a hook to save the krb5 PAC | Andrew Tridgell | 1 | -0/+8 |
2001-11-19 | Move all other paths into dynconfig | Martin Pool | 1 | -9/+1 |
2001-11-19 | Cosmetic fix for debug statement. | Tim Potter | 1 | -2/+1 |
2001-11-19 | Don't resolve the hostname in smbd as we can pause for a long time while | Tim Potter | 1 | -3/+6 |
2001-11-19 | LIBDIR and LOCKDIR are dynamically configured too. | Martin Pool | 1 | -3/+1 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 3 | -20/+13 |