summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett14-400/+383
2001-12-05Add a couple of extra debugs for the secrets.tdb stuffAndrew Bartlett1-2/+8
2001-12-05Ensure we fill in the %U for NTLMSSP connectionsAndrew Bartlett1-1/+3
2001-12-05fixed a minor password memory leakAndrew Tridgell1-0/+1
2001-12-05fixed a memory leakAndrew Tridgell1-1/+4
2001-12-05fix link errorAndrew Tridgell1-0/+2
2001-12-05handle ldap server down betterAndrew Tridgell1-1/+3
2001-12-05added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell8-5/+34
2001-12-05auto-init secrets.tdbAndrew Tridgell1-0/+5
2001-12-05added timeouts and retries to ldap operationsAndrew Tridgell2-9/+60
2001-12-05moved the sequence number fetch into the backend, and fetch theAndrew Tridgell7-81/+78
2001-12-05don't double free ldap message listsAndrew Tridgell1-3/+0
2001-12-05paranoia fixes in based ldap routines for potential memory leaksAndrew Tridgell1-10/+16
2001-12-05fixed another leak - memory usage now seems to be quite smallAndrew Tridgell1-0/+2
2001-12-05added very basic ads connection cacheingAndrew Tridgell2-84/+46
2001-12-05more memory leak fixesAndrew Tridgell2-4/+12
2001-12-05plugged most of the memory leaksAndrew Tridgell1-74/+120
2001-12-05added the last winbindd/ads backend functionAndrew Tridgell1-1/+66
2001-12-05finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell7-170/+250
2001-12-05added functions that convert a ads binary blob to a string (forAndrew Tridgell1-0/+39
2001-12-05fixed an off by 1 bug in talloc_asprintf()Andrew Tridgell1-1/+1
2001-12-05Fixed parse_domain_user to be bool.Jeremy Allison8-80/+57
2001-12-05Add a new flag for anonymous connectionsAndrew Bartlett1-0/+3
2001-12-05Make it easier to construct anonymous connections with a new flag and helperAndrew Bartlett1-2/+28
2001-12-05Split out the name resolution code into a seperate functionAndrew Bartlett1-27/+38
2001-12-05Use print_queue_length() by preference if we don't need a queueJeremy Allison2-21/+4
2001-12-05Follow herb's suggestion and don't strdup a string to itselfAndrew Bartlett1-3/+6
2001-12-05Follow herb's suggestion and don't strdup a string to itself.Andrew Bartlett1-3/+5
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