summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update.John Terpstra2003-04-221-0/+1
| |
| * Always initialise this, to assist callers doing loops over this call.Andrew Bartlett2003-04-221-0/+3
| | | | | | | | Andrew Bartlett
| * Make the mangleing code actually use a common prefix, not just the sameAndrew Bartlett2003-04-221-4/+12
| | | | | | | | | | | | | | name for many files. Also report complete failure to create a filename as a failure of the test. Andrew Bartlett
| * Setting the credentials for the netsec netlogon pipe connect upon eachVolker Lendecke2003-04-222-8/+5
| | | | | | | | | | | | | | samlogon call certainly breaks the credential chain. Do it once during the bind response. Volker
| * Merge from 3.0 - try harder to get our real DNS domain name, and send thisAndrew Bartlett2003-04-222-8/+31
| | | | | | | | | | | | | | | | to the client when it asks for our DNS name and forest name. (needed for win2k to trust us as a trusted domain). Andrew Bartlett
| * Bail out early when we fail on the rw_torture test.Andrew Bartlett2003-04-221-2/+7
| | | | | | | | Andrew Bartlett
| * Complete the space allocation code for HBIN blocks ...Richard Sharpe2003-04-221-1/+25
| |
| * Commit more code dealing with allocating space in the HBIN blocks ...Richard Sharpe2003-04-221-7/+101
| |
| * default new groups to domain groupsGerald Carter2003-04-221-3/+3
| |
| * Merge from 3.0 - fix domain joins not to always join as BDC.Andrew Bartlett2003-04-222-6/+4
| |
| * support referencing group by sid in all operations; allow group name to be ↵Gerald Carter2003-04-221-13/+60
| | | | | | | | changed
| * another lost merge from 3.0; my faultGerald Carter2003-04-221-2/+2
| |
| * wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get ↵Gerald Carter2003-04-221-0/+5
| | | | | | | | the credentials from secrets.tdb
| * merging fixes from SAMBA_3_0Gerald Carter2003-04-221-5/+15
| |
| * More infrastructure for storing registryRichard Sharpe2003-04-221-17/+63
| |
| * Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2003-04-222-7/+6
| | | | | | | | | | strange oplock related issue on the PSA. Jeremy.
| * Adding more updates - maybe last one for today.John Terpstra2003-04-211-2/+59
| |
| * I hate typos!John Terpstra2003-04-211-1/+1
| |
| * Add note from "Roylance, Stephen D." <SROYLANCE@PARTNERS.ORG> about Solaris9 andJelmer Vernooij2003-04-212-0/+15
| | | | | | | | winbind
| * Fix typo.John Terpstra2003-04-211-2/+2
| |
* | removing smbgroupedit man pageGerald Carter2003-04-264-822/+1
| |
* | round three of CIDR fixes; spotted by Tomoki AONOGerald Carter2003-04-261-3/+2
| |
* | Remove the unpopular pdb_unix, which has served it's time well.Andrew Bartlett2003-04-263-144/+9
| | | | | | | | | | | | Also get charset 'werid' for both --enable-developer options in configure. Andrew Bartlett
* | After a quick run with the 'weird' charset, squash a few bugs in our newAndrew Bartlett2003-04-261-5/+12
| | | | | | | | | | | | | | | | | | 'UF8-safe' LDAP code. I hope I've caught all the places where we were pushing strings into or out of LDAP now. Andrew Bartlett
* | Add the weird charset in 3_0 and build it by default for ./configure ↵Jelmer Vernooij2003-04-261-0/+131
| | | | | | | | --enable-developer
* | Fix the weird charset and build it by default for ./configure -enable-developerJelmer Vernooij2003-04-262-6/+7
| |
* | Many fixes for typos and syntax, includes patch from Jesse Jacobs ↵John Terpstra2003-04-2617-90/+116
| | | | | | | | <jesse@eazy.homeip.net>
* | back port from HEADSimo Sorce2003-04-262-10/+86
| |
* | Get credentials before publishing printers.Jim McDonough2003-04-251-0/+8
| |
* | Merge from HEAD.John Terpstra2003-04-256-66/+150
| |
* | As nobody really objected to this patch, I opted to create facts :-)Volker Lendecke2003-04-251-1/+3
| | | | | | | | | | | | | | | | | | | | This uses 'socket address' as the source address for nmbd. This way we can again synchronize with the DMB if we have 'bind interfaces only' to a virtual interface. I'd love to see this in 2.2.9, but that is up to jerry or jra. Volker
* | Based on a patch by Alex Deiter <tiamat@komi.mts.ru>, make sure that we convertAndrew Bartlett2003-04-251-20/+69
| | | | | | | | | | | | to and from UTF8 when talking to our LDAP server in pdb_ldap. Andrew Bartlett
* | This function is a duplicate.Andrew Bartlett2003-04-251-18/+0
| |
* | Fixing typos.John Terpstra2003-04-256-27/+54
| |
* | Merge of missed another while condition when enumerating aliases.Tim Potter2003-04-251-1/+1
| |
* | fix and if () that should be an 'else if()'Gerald Carter2003-04-251-1/+1
| |
* | Minor cleanup of enum domain groups/aliases:Tim Potter2003-04-251-12/+18
| | | | | | | | | | | | | | | | | | | | - return NT_STATUS_NO_MEMORY instead of NT_STATUS_UNSUCESSFUL if a talloc fails - don't try and tallocate memory when the number of entries returned was zero - rename some cut&pasted variable names in enum domain aliases function
* | Merge:Tim Potter2003-04-251-2/+2
| | | | | | | | | | | | | | >When calling cli_samr_enum_{dom,als}_groups in a while loop, the >terminating condition should be result != STATUS_MORE_ENTRIES, not >result == NT_STATUS_OK otherwise we get stuck in an infinite loop >when there's any sign of trouble.
* | Corrections and edits from Jesse Jacobs <jesse@eazy.homeip.net>John Terpstra2003-04-246-26/+26
| |
* | Update: ADS: Type, ProfileMgmt: Docs on how to disable roaming profilesJohn Terpstra2003-04-242-6/+63
| |
* | Don't store UID or GIDJelmer Vernooij2003-04-242-48/+13
| |
* | In 3.0, pdb_mysql and pdb_xml are in passdb/Jelmer Vernooij2003-04-241-2/+2
| |
* | - Get rid of module_path_get_name()Jelmer Vernooij2003-04-241-11/+6
| | | | | | | | | | - Use find backend function to find duplicates - declare static function before using it
* | Get rid of module_path_get_name() and use the find backend functionJelmer Vernooij2003-04-241-10/+5
| | | | | | | | to find duplicates
* | Update from LanDude <landude@comcast.net>John Terpstra2003-04-241-4/+28
| |
* | Check for absolute paths by only checking the first character of the module ↵Jelmer Vernooij2003-04-241-1/+1
| | | | | | | | | | | | name. Don't use strchr_m, which caused race conditions.
* | Fix length in findfirst2 responses, fix os/2 clientsJim McDonough2003-04-241-4/+10
| |
* | groupmap delet should take a name or a SIDGerald Carter2003-04-241-2/+13
| |
* | Revert patch - we need to try the NTLMSSP code below...Andrew Bartlett2003-04-241-9/+4
| | | | | | | | Andrew Bartlett
* | Use the kerberos error from ads_kinit_password() in the return value fromAndrew Bartlett2003-04-241-4/+9
| | | | | | | | | | | | our SASL code - help in printing a useful error message. Andrew Bartlett