summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-12-05merge from 2.2 branchHerb Lewis2-26/+61
2001-12-05Improved efficiency of enumerating print queue's under a particularJeremy Allison2-18/+20
2001-12-05Add a mechinism to allow for sane porting of rpcclient components into the newAndrew Bartlett1-0/+166
2001-12-05Ditto on the const religion.Andrew Bartlett1-2/+2
2001-12-05Const religion for some of the RPC code.Andrew Bartlett2-3/+3
2001-12-04Merge from 2.2Herb Lewis1-0/+6
2001-12-04move proto.h and build_env.h from $(srcdir)/include to $(builddir)/includeJean-François Micouleau1-2/+3
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau13-159/+278
2001-12-04Correct message on wbinfo fail to open config file.Jeremy Allison1-1/+2
2001-12-04Tidup.Jeremy Allison1-43/+80
2001-12-04Put back changes to set errno, which seem to do no harm.Martin Pool2-13/+55
2001-12-04Fix headers. This I know is correct.Martin Pool1-0/+1
2001-12-04Fix headers. This I know is correct.Martin Pool1-0/+1
2001-12-04added lookup_groups() to the ads backendAndrew Tridgell4-8/+69
2001-12-04added ads_search_dn() and ads_pull_sids()Andrew Tridgell1-1/+42
2001-12-04undoMartin Pool7-184/+83
2001-12-04Implement suggestion from tridge to leave the old tdb_open interfaceMartin Pool5-13/+22
2001-12-04Better error handling:Martin Pool6-77/+139
2001-12-04allow for passwords other than "samba2"Andrew Tridgell1-1/+1
2001-12-04moved lookup_usergroups() into the backend structureAndrew Tridgell6-72/+83
2001-12-04moved init_account_policy() to the right placeAndrew Tridgell2-3/+5
2001-12-04added a query_user backendAndrew Tridgell7-97/+169
2001-12-04typo fixAndrew Tridgell1-1/+1
2001-12-04const religion in talloc callsAndrew Tridgell1-2/+2
2001-12-04smbpasswd is *ugly*!Andrew Bartlett1-0/+2
2001-12-04winbindd friendly user_in_list code. Tested on a 65k user domain.Jeremy Allison1-7/+15
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