summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-12-04Add 'net rpc join' to match the ADS equiv.Andrew Bartlett6-308/+327
2001-12-04Some changes to the name resolution code in 'net' to allow us to find aAndrew Bartlett2-25/+47
2001-12-04Fix up funtion name, as this finds local, not domain master browsers.Andrew Bartlett1-2/+2
2001-12-04This comment no longer applies.Andrew Bartlett1-1/+0
2001-12-04Magic file for TDB databases.Martin Pool1-0/+10
2001-12-04Stop using getgrgid() - a very expensive call with winbindd, to look upJeremy Allison1-13/+10
2001-12-04Moved name_is_local to the correct place. Ooops.Jeremy Allison2-10/+10
2001-12-04Set errno in tdb_open in cases where we detect an error in opening theMartin Pool2-12/+35
2001-12-04Tidyup of lib/username. Add name_is_local fn to determine if name isJeremy Allison2-171/+183
2001-12-04Added error message for ERRdiskfull.Tim Potter1-0/+1
2001-12-04when using non-encrypted password ignore the ntpass variable toAndrew Tridgell1-2/+2
2001-12-03Added prototypes for new fns. Thanks Elrond.Jeremy Allison1-0/+7
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau11-133/+465
2001-12-03changed query_dispinfo to query_user_listAndrew Tridgell4-23/+23
2001-12-03put sid_to_name behind the winbindd backend interfaceAndrew Tridgell7-44/+85
2001-12-03added name_to_sid to the backendAndrew Tridgell10-111/+186
2001-12-03const religionAndrew Tridgell2-3/+3
2001-12-03added another ATYPE_Andrew Tridgell1-1/+2
2001-12-03make proto should build winbindd_proto.h as wellAndrew Tridgell1-1/+1
2001-12-03This change reworkes the connection code for both rpcclient and net newAndrew Bartlett4-160/+164
2001-12-03Forgot this one with the last commit...Andrew Bartlett1-0/+36
2001-12-03added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell7-22/+335
2001-12-03This is another major rework of the 'net' command.Andrew Bartlett4-1058/+1274
2001-12-03Don't display any data if tdb_fetch() failed in the tdbtool "fetch"Tim Potter1-1/+4
2001-12-03added nsstest targetAndrew Tridgell1-1/+7
2001-12-03fixed default location of libnss_winbind.soAndrew Tridgell1-1/+1
2001-12-03fixed the nsswitch initgroups codeAndrew Tridgell2-8/+312
2001-12-03Writing decimal constants as "02" has been shown to cause cancer inMartin Pool2-4/+4
2001-12-03split winbindd_enum_dom_groups into the new backend structureAndrew Tridgell6-95/+144
2001-12-03Updated definition of fstring.Tim Potter1-4/+11
2001-12-03re-enabled insure backtrace, calling /usr/bin/backtraceAndrew Tridgell1-2/+4
2001-12-03init group db before useAndrew Tridgell1-0/+12
2001-12-02added queryuseraliases to rpcclientJean-François Micouleau3-0/+150
2001-12-02there was a bug in samr_lookup_names (my fault)Jean-François Micouleau1-42/+77
2001-12-02added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau5-29/+143
2001-12-02added samr_query_sec_obj. and put back some code to display a securityJean-François Micouleau1-8/+201
2001-12-01added samr_query_sec_obj for rpcclientJean-François Micouleau1-0/+46
2001-12-01groups in the Builtin domain S-5-32 are alias and not well-known groupsJean-François Micouleau1-11/+15
2001-12-01removed the #ifdef USING_GROUPNAME_MAP/#endif blocksJean-François Micouleau1-10/+0
2001-12-01added smbgroupedit to compile by defaultJean-François Micouleau1-1/+1
2001-12-01The beginnings of alternative backends for winbinddAndrew Tridgell7-67/+112
2001-12-01added $(LDFLAGS) to link smbmount/smbmnt/smbumount to make Red Hat LinuxMotonobu Takahashi1-3/+3
2001-12-01not used any moreAndrew Tridgell1-144/+0
2001-11-30we need to look for liblber before libldapAndrew Tridgell2-665/+678
2001-11-30XFS quota patch for Linux.Jeremy Allison4-657/+736
2001-11-30merge from APPLIANCE_HEADGerald Carter1-16/+20
2001-11-30Check error returns.Jeremy Allison1-4/+12
2001-11-30Gerald's fix.Jeremy Allison1-6/+2
2001-11-30After conversations with Andrew, improved the robustness of theJeremy Allison1-26/+53
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter8-46/+58