Age | Commit message (Expand) | Author | Files | Lines |
2001-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 30 | -86/+70 |
2001-11-26 | dyn_CONFIGFILE fixups. | Tim Potter | 1 | -4/+3 |
2001-11-26 | Fixed compiler warnings and dyn_CONFIGFILE related breakage. | Tim Potter | 1 | -10/+9 |
2001-11-26 | And delete domain_client_validate.c... | Andrew Bartlett | 1 | -432/+0 |
2001-11-26 | This compleats the of the authenticaion subystem into the new 'auth' | Andrew Bartlett | 12 | -2722/+415 |
2001-11-26 | Removed bogus SAFE_FREE() call of talloced return data from | Tim Potter | 3 | -19/+19 |
2001-11-26 | Ignore *.po files. | Tim Potter | 1 | -0/+1 |
2001-11-26 | Fixed some indentation. | Tim Potter | 1 | -2/+2 |
2001-11-26 | use DEBUG() not d_printf() in libraries | Andrew Tridgell | 1 | -2/+2 |
2001-11-26 | fixed spnego, non-kerberos negprot | Andrew Tridgell | 1 | -2/+2 |
2001-11-25 | Fixed compiler warning. | Tim Potter | 1 | -1/+1 |
2001-11-25 | added 'security=ADS' | Andrew Tridgell | 3 | -1/+9 |
2001-11-25 | Minor typos | Volker Lendecke | 1 | -2/+2 |
2001-11-25 | Don't close tdb twice. | Volker Lendecke | 1 | -1/+0 |
2001-11-25 | portability fixes | Andrew Tridgell | 1 | -3/+6 |
2001-11-25 | fixed typo | Andrew Tridgell | 1 | -1/+1 |
2001-11-25 | add popt build dependency | Andrew Tridgell | 1 | -1/+1 |
2001-11-25 | move popt out of proto objs | Andrew Tridgell | 1 | -2/+2 |
2001-11-25 | added HAVE_LDAP_H check | Andrew Tridgell | 1 | -2/+2 |
2001-11-25 | check for liblber separately | Andrew Tridgell | 3 | -74/+116 |
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 | Use "password server" for searching for BDC's also as Tim suggested. | Jeremy Allison | 1 | -6/+8 |
2001-11-25 | Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS error | Andrew Bartlett | 4 | -0/+72 |
2001-11-25 | oops, I forgot to include the header file | Andrew Bartlett | 1 | -0/+2 |
2001-11-25 | Add a new torture test to extract a NT->DOS error map from an NT member of a | Andrew Bartlett | 5 | -5/+148 |
2001-11-25 | Unless the error is exactly NT_STATUS_OK, we might not have a server info, so | Andrew Bartlett | 1 | -1/+1 |
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-25 | Fix ./configure --enable-developer warnings (shadow of global) | Andrew Bartlett | 1 | -2/+2 |
2001-11-25 | better help | Andrew Tridgell | 1 | -1/+7 |
2001-11-25 | use generate_random_str() | Andrew Tridgell | 1 | -47/+4 |
2001-11-25 | added "net ads user" and "net ads group" commands | Andrew Tridgell | 2 | -29/+80 |
2001-11-25 | added "net ads status" command | Andrew Tridgell | 2 | -29/+115 |
2001-11-25 | made a "net ads" command, currently with "net ads join" and "net ads leave" | Andrew Tridgell | 3 | -5/+192 |
2001-11-25 | stop popt from doing its own intl stuff | Andrew Tridgell | 1 | -16/+0 |
2001-11-25 | better auto-selection of realm and ldap server | Andrew Tridgell | 1 | -3/+4 |
2001-11-24 | added "net join" command | Andrew Tridgell | 19 | -251/+902 |
2001-11-24 | removed unused function | Andrew Tridgell | 1 | -18/+0 |
2001-11-24 | rewrote net.c | Andrew Tridgell | 1 | -1260/+1071 |
2001-11-24 | And add the winbind module I missed in the last run. | Andrew Bartlett | 2 | -0/+222 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 33 | -743/+1842 |
2001-11-24 | Kill off that crazy copy_sam_passwd(). You simply can't do that if the | Andrew Bartlett | 2 | -36/+11 |
2001-11-24 | added lsaenumprivsaccount and lsalookupprivvalue to rpcclient | Jean-François Micouleau | 5 | -8/+370 |
2001-11-23 | Sorry. I broke the build, missed on open_directory call. | Jeremy Allison | 1 | -2/+2 |
2001-11-23 | return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManager is happier :-) | Jean-François Micouleau | 1 | -1/+1 |
2001-11-23 | Changed how the privileges are stored in the group mapping code. It's now | Jean-François Micouleau | 8 | -95/+266 |
2001-11-23 | Fixed delete on close bug. Added core dump code to winbindd. | Jeremy Allison | 5 | -83/+184 |
2001-11-23 | Set type to NOTUSED if lookup fail. | Jeremy Allison | 1 | -0/+1 |
2001-11-23 | Update some of the error mapping, based on on-the-wire observations of an NT4... | Andrew Bartlett | 1 | -7/+7 |
2001-11-23 | Finally worked out why a enumerate trusted domains was returning a | Tim Potter | 3 | -12/+35 |
2001-11-23 | Added constants and error message for dos error code 1326 (logon failure). | Tim Potter | 3 | -1/+14 |