summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* when using non-encrypted password ignore the ntpass variable toAndrew Tridgell2001-12-041-2/+2
* Added prototypes for new fns. Thanks Elrond.Jeremy Allison2001-12-031-0/+7
* added a tdb to store the account policy informations.Jean-François Micouleau2001-12-0311-133/+465
* changed query_dispinfo to query_user_listAndrew Tridgell2001-12-034-23/+23
* put sid_to_name behind the winbindd backend interfaceAndrew Tridgell2001-12-037-44/+85
* added name_to_sid to the backendAndrew Tridgell2001-12-0310-111/+186
* const religionAndrew Tridgell2001-12-032-3/+3
* added another ATYPE_Andrew Tridgell2001-12-031-1/+2
* make proto should build winbindd_proto.h as wellAndrew Tridgell2001-12-031-1/+1
* This change reworkes the connection code for both rpcclient and net newAndrew Bartlett2001-12-034-160/+164
* Forgot this one with the last commit...Andrew Bartlett2001-12-031-0/+36
* added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell2001-12-037-22/+335
* This is another major rework of the 'net' command.Andrew Bartlett2001-12-034-1058/+1274
* Don't display any data if tdb_fetch() failed in the tdbtool "fetch"Tim Potter2001-12-031-1/+4
* added nsstest targetAndrew Tridgell2001-12-031-1/+7
* fixed default location of libnss_winbind.soAndrew Tridgell2001-12-031-1/+1
* fixed the nsswitch initgroups codeAndrew Tridgell2001-12-032-8/+312
* Writing decimal constants as "02" has been shown to cause cancer inMartin Pool2001-12-032-4/+4
* split winbindd_enum_dom_groups into the new backend structureAndrew Tridgell2001-12-036-95/+144
* Updated definition of fstring.Tim Potter2001-12-031-4/+11
* re-enabled insure backtrace, calling /usr/bin/backtraceAndrew Tridgell2001-12-031-2/+4
* init group db before useAndrew Tridgell2001-12-031-0/+12
* added queryuseraliases to rpcclientJean-François Micouleau2001-12-023-0/+150
* there was a bug in samr_lookup_names (my fault)Jean-François Micouleau2001-12-021-42/+77
* added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau2001-12-025-29/+143
* added samr_query_sec_obj. and put back some code to display a securityJean-François Micouleau2001-12-021-8/+201
* added samr_query_sec_obj for rpcclientJean-François Micouleau2001-12-011-0/+46
* groups in the Builtin domain S-5-32 are alias and not well-known groupsJean-François Micouleau2001-12-011-11/+15
* removed the #ifdef USING_GROUPNAME_MAP/#endif blocksJean-François Micouleau2001-12-011-10/+0
* added smbgroupedit to compile by defaultJean-François Micouleau2001-12-011-1/+1
* The beginnings of alternative backends for winbinddAndrew Tridgell2001-12-017-67/+112
* added $(LDFLAGS) to link smbmount/smbmnt/smbumount to make Red Hat LinuxMotonobu Takahashi2001-12-011-3/+3
* not used any moreAndrew Tridgell2001-12-011-144/+0
* we need to look for liblber before libldapAndrew Tridgell2001-11-302-665/+678
* XFS quota patch for Linux.Jeremy Allison2001-11-304-657/+736
* merge from APPLIANCE_HEADGerald Carter2001-11-301-16/+20
* Check error returns.Jeremy Allison2001-11-301-4/+12
* Gerald's fix.Jeremy Allison2001-11-301-6/+2
* After conversations with Andrew, improved the robustness of theJeremy Allison2001-11-301-26/+53
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-308-46/+58
* Missing return in free_privilege()Tim Potter2001-11-301-0/+2
* Ensured the %G substitution exactly matches what the man page states.Jeremy Allison2001-11-301-1/+2
* Comment deconfusification.Tim Potter2001-11-301-1/+1
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-299-155/+850
* ads->realm must not be NULLAndrew Tridgell2001-11-291-0/+3
* define LDAP_PORT when not availableAndrew Tridgell2001-11-291-0/+3
* fixed typoAndrew Tridgell2001-11-291-1/+1
* Fix up the ./configure tests for kerberos. This ensures a more consistantAndrew Bartlett2001-11-292-667/+657
* Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2001-11-298-127/+221
* I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter2001-11-294-27/+37