summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* moved init_account_policy() to the right placeAndrew Tridgell2001-12-042-3/+5
* added a query_user backendAndrew Tridgell2001-12-047-97/+169
* typo fixAndrew Tridgell2001-12-041-1/+1
* const religion in talloc callsAndrew Tridgell2001-12-041-2/+2
* smbpasswd is *ugly*!Andrew Bartlett2001-12-041-0/+2
* winbindd friendly user_in_list code. Tested on a 65k user domain.Jeremy Allison2001-12-041-7/+15
* Add 'net rpc join' to match the ADS equiv.Andrew Bartlett2001-12-046-308/+327
* Some changes to the name resolution code in 'net' to allow us to find aAndrew Bartlett2001-12-042-25/+47
* Fix up funtion name, as this finds local, not domain master browsers.Andrew Bartlett2001-12-041-2/+2
* This comment no longer applies.Andrew Bartlett2001-12-041-1/+0
* Magic file for TDB databases.Martin Pool2001-12-041-0/+10
* Stop using getgrgid() - a very expensive call with winbindd, to look upJeremy Allison2001-12-041-13/+10
* Moved name_is_local to the correct place. Ooops.Jeremy Allison2001-12-042-10/+10
* Set errno in tdb_open in cases where we detect an error in opening theMartin Pool2001-12-042-12/+35
* Tidyup of lib/username. Add name_is_local fn to determine if name isJeremy Allison2001-12-042-171/+183
* Added error message for ERRdiskfull.Tim Potter2001-12-041-0/+1
* 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