summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use print_queue_length() by preference if we don't need a queueJeremy Allison2001-12-052-21/+4
* Follow herb's suggestion and don't strdup a string to itselfAndrew Bartlett2001-12-051-3/+6
* Follow herb's suggestion and don't strdup a string to itself.Andrew Bartlett2001-12-051-3/+5
* merge from 2.2 branchHerb Lewis2001-12-052-26/+61
* Improved efficiency of enumerating print queue's under a particularJeremy Allison2001-12-052-18/+20
* Add a mechinism to allow for sane porting of rpcclient components into the newAndrew Bartlett2001-12-051-0/+166
* Ditto on the const religion.Andrew Bartlett2001-12-051-2/+2
* Const religion for some of the RPC code.Andrew Bartlett2001-12-052-3/+3
* Merge from 2.2Herb Lewis2001-12-041-0/+6
* move proto.h and build_env.h from $(srcdir)/include to $(builddir)/includeJean-François Micouleau2001-12-041-2/+3
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-0413-159/+278
* Correct message on wbinfo fail to open config file.Jeremy Allison2001-12-041-1/+2
* Tidup.Jeremy Allison2001-12-041-43/+80
* Put back changes to set errno, which seem to do no harm.Martin Pool2001-12-042-13/+55
* Fix headers. This I know is correct.Martin Pool2001-12-041-0/+1
* Fix headers. This I know is correct.Martin Pool2001-12-041-0/+1
* added lookup_groups() to the ads backendAndrew Tridgell2001-12-044-8/+69
* added ads_search_dn() and ads_pull_sids()Andrew Tridgell2001-12-041-1/+42
* undoMartin Pool2001-12-047-184/+83
* Implement suggestion from tridge to leave the old tdb_open interfaceMartin Pool2001-12-045-13/+22
* Better error handling:Martin Pool2001-12-046-77/+139
* allow for passwords other than "samba2"Andrew Tridgell2001-12-041-1/+1
* moved lookup_usergroups() into the backend structureAndrew Tridgell2001-12-046-72/+83
* 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