Age | Commit message (Expand) | Author | Files | Lines |
2001-12-03 | added name_to_sid to the backend | Andrew Tridgell | 10 | -111/+186 |
2001-12-03 | const religion | Andrew Tridgell | 2 | -3/+3 |
2001-12-03 | added another ATYPE_ | Andrew Tridgell | 1 | -1/+2 |
2001-12-03 | make proto should build winbindd_proto.h as well | Andrew Tridgell | 1 | -1/+1 |
2001-12-03 | This change reworkes the connection code for both rpcclient and net new | Andrew Bartlett | 4 | -160/+164 |
2001-12-03 | Forgot this one with the last commit... | Andrew Bartlett | 1 | -0/+36 |
2001-12-03 | added a basic ADS backend to winbind. More work needed, but at | Andrew Tridgell | 7 | -22/+335 |
2001-12-03 | This is another major rework of the 'net' command. | Andrew Bartlett | 4 | -1058/+1274 |
2001-12-03 | Don't display any data if tdb_fetch() failed in the tdbtool "fetch" | Tim Potter | 1 | -1/+4 |
2001-12-03 | added nsstest target | Andrew Tridgell | 1 | -1/+7 |
2001-12-03 | fixed default location of libnss_winbind.so | Andrew Tridgell | 1 | -1/+1 |
2001-12-03 | fixed the nsswitch initgroups code | Andrew Tridgell | 2 | -8/+312 |
2001-12-03 | Writing decimal constants as "02" has been shown to cause cancer in | Martin Pool | 2 | -4/+4 |
2001-12-03 | split winbindd_enum_dom_groups into the new backend structure | Andrew Tridgell | 6 | -95/+144 |
2001-12-03 | Updated definition of fstring. | Tim Potter | 1 | -4/+11 |
2001-12-03 | re-enabled insure backtrace, calling /usr/bin/backtrace | Andrew Tridgell | 1 | -2/+4 |
2001-12-03 | init group db before use | Andrew Tridgell | 1 | -0/+12 |
2001-12-02 | added queryuseraliases to rpcclient | Jean-François Micouleau | 3 | -0/+150 |
2001-12-02 | there was a bug in samr_lookup_names (my fault) | Jean-François Micouleau | 1 | -42/+77 |
2001-12-02 | added mapping of primary gid to rid thru the group mapping code. | Jean-François Micouleau | 5 | -29/+143 |
2001-12-02 | added samr_query_sec_obj. and put back some code to display a security | Jean-François Micouleau | 1 | -8/+201 |
2001-12-01 | added samr_query_sec_obj for rpcclient | Jean-François Micouleau | 1 | -0/+46 |
2001-12-01 | groups in the Builtin domain S-5-32 are alias and not well-known groups | Jean-François Micouleau | 1 | -11/+15 |
2001-12-01 | removed the #ifdef USING_GROUPNAME_MAP/#endif blocks | Jean-François Micouleau | 1 | -10/+0 |
2001-12-01 | added smbgroupedit to compile by default | Jean-François Micouleau | 1 | -1/+1 |
2001-12-01 | The beginnings of alternative backends for winbindd | Andrew Tridgell | 7 | -67/+112 |
2001-12-01 | added $(LDFLAGS) to link smbmount/smbmnt/smbumount to make Red Hat Linux | Motonobu Takahashi | 1 | -3/+3 |
2001-12-01 | not used any more | Andrew Tridgell | 1 | -144/+0 |
2001-12-01 | more specific DNS instructions | Andrew Tridgell | 1 | -6/+9 |
2001-12-01 | KDC DNS domain must be the kerberos realm. Or so it seems that way | Jim McDonough | 1 | -0/+3 |
2001-11-30 | we need to look for liblber before libldap | Andrew Tridgell | 2 | -665/+678 |
2001-11-30 | XFS quota patch for Linux. | Jeremy Allison | 4 | -657/+736 |
2001-11-30 | merge from APPLIANCE_HEAD | Gerald Carter | 1 | -16/+20 |
2001-11-30 | Check error returns. | Jeremy Allison | 1 | -4/+12 |
2001-11-30 | Gerald's fix. | Jeremy Allison | 1 | -6/+2 |
2001-11-30 | After conversations with Andrew, improved the robustness of the | Jeremy Allison | 1 | -26/+53 |
2001-11-30 | preparing for release of 3.0-alpha0 | Samba Release Account | 1 | -412/+76 |
2001-11-30 | Renamed sid field in SEC_ACE to trustee to be more in line with MS's | Tim Potter | 8 | -46/+58 |
2001-11-30 | Missing return in free_privilege() | Tim Potter | 1 | -0/+2 |
2001-11-30 | Ensured the %G substitution exactly matches what the man page states. | Jeremy Allison | 1 | -1/+2 |
2001-11-30 | Comment deconfusification. | Tim Potter | 1 | -1/+1 |
2001-11-29 | Added close-share message. | Jeremy Allison | 1 | -1/+10 |
2001-11-29 | Changed again how the privilege list is handled in the group mapping code. | Jean-François Micouleau | 9 | -155/+850 |
2001-11-29 | ads->realm must not be NULL | Andrew Tridgell | 1 | -0/+3 |
2001-11-29 | define LDAP_PORT when not available | Andrew Tridgell | 1 | -0/+3 |
2001-11-29 | fixed typo | Andrew Tridgell | 1 | -1/+1 |
2001-11-29 | Fix up the ./configure tests for kerberos. This ensures a more consistant | Andrew Bartlett | 2 | -667/+657 |
2001-11-29 | Make better use of the ads_init() function to get the kerberos relam etc. | Andrew Bartlett | 8 | -127/+221 |
2001-11-29 | I think the lookup_pdc_name() should be called lookup_dc_name() and the | Tim Potter | 4 | -27/+37 |
2001-11-29 | fixed toupper_w() and friends on big-endian | Andrew Tridgell | 1 | -6/+6 |