summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r24782: Fix C++ warningsVolker Lendecke2007-08-291-3/+4
|
* r24781: Fix build warning.Günther Deschner2007-08-291-1/+1
| | | | Guenther
* r24778: Make sure krb5 locator requests go to a separate locator winbind child.Günther Deschner2007-08-294-5/+31
| | | | Guenther
* r24776: Remove accidentially commited flag checks.Günther Deschner2007-08-291-8/+0
| | | | Guenther
* r24773: Fix a ctdb connection lockupVolker Lendecke2007-08-293-13/+57
| | | | | | | | | The lockup could happen when packet_read_sync() gets two packets in a row, the first one being an async message, and the second one being the response to a ctdb request. Also add some debug msg to ctdb_conn.c, and cut off the "locking key" messages to only dump 20 hex chars at debug level 10. >10 will dump everything.
* r24769: Merge error handling for locator plugin.Günther Deschner2007-08-291-17/+5
| | | | Guenther
* r24764: Fix second TALLOC_SIZE definition. Still watching theJeremy Allison2007-08-291-1/+1
| | | | | build farm to see I didn't stuff this up... Jeremy.
* r24762: Fix the build, missed TALLOC_SIZE -> talloc_named_const.Jeremy Allison2007-08-291-1/+1
| | | | Jeremy.
* r24759: Comment out the _nonnull calls for 3.2.x, as agreed with tridge.Jeremy Allison2007-08-294-5/+51
| | | | | | Leaving the commented out code for now, in case I need to re-test some stuff. Jeremy
* r24756: Merge svn r24722 from SAMBA_3_2 (upn logon support)Gerald Carter2007-08-284-3/+127
|
* r24752: Make sure to return properly when the locator is called from within ↵Günther Deschner2007-08-281-6/+9
| | | | | | winbindd. Guenther
* r24750: Fix one more caller of name_resolve_bcast().Michael Adam2007-08-281-1/+3
| | | | Michael
* r24749: Increase debuglevel.Günther Deschner2007-08-281-1/+1
| | | | Guenther
* r24748: Remove all dependencies to samba internals and convert the krb5 ↵Günther Deschner2007-08-282-102/+97
| | | | | | | | | | locator plugin into a tiny winbindd DsGetDcName client. This still does not solve the case of using the locator from within winbindd itself but at least gencache.tdb and others are no longer corrupted. Guenther
* r24747: Add WINBINDD_DSGETDCNAME call.Günther Deschner2007-08-285-0/+75
| | | | Guenther
* r24746: As the winbindd pipe is officially broken since a while: split out ↵Günther Deschner2007-08-282-13/+15
| | | | | | | | | | | | request specfic and generic flags in a winbindd_request. It turns out that the WBFLAG_RECURSE flag is the only non-PAM specific flag we put into the "flags" field of a winbind request anyway. Now each request command can use the entire space of the "flags" field. Guenther
* r24745: Merge Simo's shared lib build fix from svn r22842 that was lostGerald Carter2007-08-281-4/+4
| | | | somehow. Don't include the PIE_FLAGS when building shared libs.
* r24744: Increase length by what we got from recv, not from ioctlVolker Lendecke2007-08-281-2/+3
|
* r24743: Fix build warning.Günther Deschner2007-08-281-1/+1
| | | | Guenther
* r24742: Add experimental DsGetDcName() call (will be used by krb5 locator ↵Günther Deschner2007-08-285-55/+1147
| | | | | | | | for fine grained KDC DNS queries). Guenther
* r24740: Fix the build.Günther Deschner2007-08-281-0/+2
| | | | Guenther
* r24739: With resolve_ads() allow to query for PDCs as well.Günther Deschner2007-08-282-34/+129
| | | | | | Also add dns query functions to find GCs and DCs by GUID. Guenther
* r24738: Fix one more use of pwrite in tdb code in the spirit of r23972 and ↵Michael Adam2007-08-281-6/+25
| | | | | | r23977. Michael
* r24737: Remove older TODO: Convert internal_resolve_name() and friends to ↵Günther Deschner2007-08-284-99/+138
| | | | | | NTSTATUS. Guenther
* r24734: Move nss_err_str() to a more public place.Günther Deschner2007-08-283-19/+21
| | | | Guenther
* r24733: Add support for storing DATA_BLOBs in gencache.tdb (including ↵Günther Deschner2007-08-282-0/+198
| | | | | | | | | torturetest). Mimir, please have a look. DATA_BLOBs will now just show up as "DATA_BLOB" values with "net cache list". Guenther
* r24720: Resolve differences in 3.2 and 3.2.0. 3.2 versionJeremy Allison2007-08-271-1/+2
| | | | | was correct. Jeremy.
* r24714: Fix confusing indent.Günther Deschner2007-08-271-6/+7
| | | | Guenther
* r24713: Fix obvious error in enum_dom_groups. We were returning NT_STATUS_OK ↵Günther Deschner2007-08-271-2/+1
| | | | | | when the realloc failed. Guenther
* r24711: Remove unused talloc context from query_user_list rpc.Günther Deschner2007-08-271-7/+0
| | | | Guenther
* r24702: Remove the old API pointersVolker Lendecke2007-08-278-536/+337
|
* r24701: Fix the swat buildVolker Lendecke2007-08-273-6/+35
| | | | | | | Swat has not been built by default for a while, so I did not notice that the _ macro is actually used. Re-add the lang_msg_rotate function, this time only to swat so that this is the only binary that has to take the 16k penalty.
* r24699: Actually write 24 zeros instead of zero 24's...Volker Lendecke2007-08-271-1/+1
| | | | Jeremy, please check ;-)
* r24660: Merge the inbuf/outbuf changesVolker Lendecke2007-08-2530-3655/+5506
|
* r24656: Janitor for metze:Volker Lendecke2007-08-251-3/+7
| | | | | | try to fix the build on irix... metze
* r24654: Adapt to coding conventions.Günther Deschner2007-08-241-21/+25
| | | | Guenther
* r24653: Some trivial 3_2->3_2_0 mergesVolker Lendecke2007-08-2412-22/+34
|
* r24652: Janitor for jelmer, merge r24340:Volker Lendecke2007-08-248-59/+56
| | | | Use standard data type uint32_t rather than tdb-specific u32.
* r24649: Attempt to fix bug 4917. Simo, please check!Volker Lendecke2007-08-241-2/+2
| | | | Thanks Patrick Rynhart for reporting this.
* r24639: Add parameter "directory name cache size" - parameterizeJeremy Allison2007-08-232-21/+41
| | | | | | use of directory name cache, 100 by default. Will be needed to turn this off for *BSD systems. Jeremy.
* r24636: Raise one debug level, since the callers (that want to do so)Michael Adam2007-08-231-1/+1
| | | | | | issue a level 0 debug message. Michael
* r24632: Fix build warnings.Günther Deschner2007-08-231-2/+2
| | | | Guenther
* r24630: Store Samba configuratin options only under the default name, not as ↵Michael Adam2007-08-221-3/+152
| | | | | | | | | | | | aliases. This prevents creation of problematic configurations from registry editors like regedit or "net rpc registry". I will refactor the code to be somewhat more concise, but I wanted to have this in the tree, now I got it working... :-) Michael
* r24629: Make read_sock return the total number of bytes read insteadMichael Adam2007-08-221-3/+3
| | | | | | | | | of the number of bytes read in the last of possibly several read calls. This was noted by Metze. Michael
* r24628: merge from SAMBA_4_0:Stefan Metzmacher2007-08-221-2/+12
| | | | | | | | as TALLOC_ABORT() is defined to abort() by default wrap it into a function so that the function name in the backtrace shows what happens. metze
* r24624: add '-D' option to winbindd as we no longer ignoreStefan Metzmacher2007-08-221-1/+14
| | | | | | | | unknown options. forbit: '-D -i' together metze
* r24622: - deferr calling build_options();exit(0);Stefan Metzmacher2007-08-223-9/+16
| | | | | | - use poptPrintUsage() to give the user more info metze
* r24619: move printing out the version string and exit()Stefan Metzmacher2007-08-221-3/+12
| | | | | | | | into the popt _POST processing. Now 'smbd -V --bla' complains about an unknown option metze
* r24616: In set_boolean(), only pass the result back to the caller Michael Adam2007-08-221-1/+2
| | | | | | if parsing of the boolean string was successful. Also, initialize the local result variable (although not strictly necessary anymore, now.)
* r24615: Say for which domain the getdcname request failed.Günther Deschner2007-08-221-1/+2
| | | | Guenther