Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r24764: Fix second TALLOC_SIZE definition. Still watching the | Jeremy Allison | 2007-08-29 | 1 | -1/+1 | |
| | | | | | build farm to see I didn't stuff this up... Jeremy. | |||||
* | r24762: Fix the build, missed TALLOC_SIZE -> talloc_named_const. | Jeremy Allison | 2007-08-29 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | r24759: Comment out the _nonnull calls for 3.2.x, as agreed with tridge. | Jeremy Allison | 2007-08-29 | 4 | -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 Carter | 2007-08-28 | 4 | -3/+127 | |
| | ||||||
* | r24752: Make sure to return properly when the locator is called from within ↵ | Günther Deschner | 2007-08-28 | 1 | -6/+9 | |
| | | | | | | winbindd. Guenther | |||||
* | r24750: Fix one more caller of name_resolve_bcast(). | Michael Adam | 2007-08-28 | 1 | -1/+3 | |
| | | | | Michael | |||||
* | r24749: Increase debuglevel. | Günther Deschner | 2007-08-28 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | r24748: Remove all dependencies to samba internals and convert the krb5 ↵ | Günther Deschner | 2007-08-28 | 2 | -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 Deschner | 2007-08-28 | 5 | -0/+75 | |
| | | | | Guenther | |||||
* | r24746: As the winbindd pipe is officially broken since a while: split out ↵ | Günther Deschner | 2007-08-28 | 2 | -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 lost | Gerald Carter | 2007-08-28 | 1 | -4/+4 | |
| | | | | somehow. Don't include the PIE_FLAGS when building shared libs. | |||||
* | r24744: Increase length by what we got from recv, not from ioctl | Volker Lendecke | 2007-08-28 | 1 | -2/+3 | |
| | ||||||
* | r24743: Fix build warning. | Günther Deschner | 2007-08-28 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | r24742: Add experimental DsGetDcName() call (will be used by krb5 locator ↵ | Günther Deschner | 2007-08-28 | 5 | -55/+1147 | |
| | | | | | | | | for fine grained KDC DNS queries). Guenther | |||||
* | r24740: Fix the build. | Günther Deschner | 2007-08-28 | 1 | -0/+2 | |
| | | | | Guenther | |||||
* | r24739: With resolve_ads() allow to query for PDCs as well. | Günther Deschner | 2007-08-28 | 2 | -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 Adam | 2007-08-28 | 1 | -6/+25 | |
| | | | | | | r23977. Michael | |||||
* | r24737: Remove older TODO: Convert internal_resolve_name() and friends to ↵ | Günther Deschner | 2007-08-28 | 4 | -99/+138 | |
| | | | | | | NTSTATUS. Guenther | |||||
* | r24734: Move nss_err_str() to a more public place. | Günther Deschner | 2007-08-28 | 3 | -19/+21 | |
| | | | | Guenther | |||||
* | r24733: Add support for storing DATA_BLOBs in gencache.tdb (including ↵ | Günther Deschner | 2007-08-28 | 2 | -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 version | Jeremy Allison | 2007-08-27 | 1 | -1/+2 | |
| | | | | | was correct. Jeremy. | |||||
* | r24714: Fix confusing indent. | Günther Deschner | 2007-08-27 | 1 | -6/+7 | |
| | | | | Guenther | |||||
* | r24713: Fix obvious error in enum_dom_groups. We were returning NT_STATUS_OK ↵ | Günther Deschner | 2007-08-27 | 1 | -2/+1 | |
| | | | | | | when the realloc failed. Guenther | |||||
* | r24711: Remove unused talloc context from query_user_list rpc. | Günther Deschner | 2007-08-27 | 1 | -7/+0 | |
| | | | | Guenther | |||||
* | r24702: Remove the old API pointers | Volker Lendecke | 2007-08-27 | 8 | -536/+337 | |
| | ||||||
* | r24701: Fix the swat build | Volker Lendecke | 2007-08-27 | 3 | -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 Lendecke | 2007-08-27 | 1 | -1/+1 | |
| | | | | Jeremy, please check ;-) | |||||
* | r24660: Merge the inbuf/outbuf changes | Volker Lendecke | 2007-08-25 | 30 | -3655/+5506 | |
| | ||||||
* | r24656: Janitor for metze: | Volker Lendecke | 2007-08-25 | 1 | -3/+7 | |
| | | | | | | try to fix the build on irix... metze | |||||
* | r24654: Adapt to coding conventions. | Günther Deschner | 2007-08-24 | 1 | -21/+25 | |
| | | | | Guenther | |||||
* | r24653: Some trivial 3_2->3_2_0 merges | Volker Lendecke | 2007-08-24 | 12 | -22/+34 | |
| | ||||||
* | r24652: Janitor for jelmer, merge r24340: | Volker Lendecke | 2007-08-24 | 8 | -59/+56 | |
| | | | | Use standard data type uint32_t rather than tdb-specific u32. | |||||
* | r24649: Attempt to fix bug 4917. Simo, please check! | Volker Lendecke | 2007-08-24 | 1 | -2/+2 | |
| | | | | Thanks Patrick Rynhart for reporting this. | |||||
* | r24639: Add parameter "directory name cache size" - parameterize | Jeremy Allison | 2007-08-23 | 2 | -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 Adam | 2007-08-23 | 1 | -1/+1 | |
| | | | | | | issue a level 0 debug message. Michael | |||||
* | r24632: Fix build warnings. | Günther Deschner | 2007-08-23 | 1 | -2/+2 | |
| | | | | Guenther | |||||
* | r24630: Store Samba configuratin options only under the default name, not as ↵ | Michael Adam | 2007-08-22 | 1 | -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 instead | Michael Adam | 2007-08-22 | 1 | -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 Metzmacher | 2007-08-22 | 1 | -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 ignore | Stefan Metzmacher | 2007-08-22 | 1 | -1/+14 | |
| | | | | | | | | unknown options. forbit: '-D -i' together metze | |||||
* | r24622: - deferr calling build_options();exit(0); | Stefan Metzmacher | 2007-08-22 | 3 | -9/+16 | |
| | | | | | | - use poptPrintUsage() to give the user more info metze | |||||
* | r24619: move printing out the version string and exit() | Stefan Metzmacher | 2007-08-22 | 1 | -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 Adam | 2007-08-22 | 1 | -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 Deschner | 2007-08-22 | 1 | -1/+2 | |
| | | | | Guenther | |||||
* | r24610: Add a debug message that the workaround has been activated... | Michael Adam | 2007-08-21 | 1 | -0/+2 | |
| | ||||||
* | r24609: Fix the fix of r23668 for win2k giving one zero byte | Michael Adam | 2007-08-21 | 1 | -1/+1 | |
| | | | | | | | | instead of a 2-byte zero character. I can't recall what rode me when I put that "2" there. But now I think I have got it right... :-) Michael | |||||
* | r24608: Minimize differences between 3.2 and 3.2.0. This is essentially a ↵ | Jeremy Allison | 2007-08-21 | 1 | -262/+374 | |
| | | | | | | | back-port of the 3.2 sessionsetup code to enable vl's merge to go easier. Jeremy. | |||||
* | r24607: Merge the sessionsetup fix from 3.2 | Jeremy Allison | 2007-08-21 | 3 | -190/+275 | |
| | | | | Jeremy. | |||||
* | r24604: remove some stuff samba3 doesn't need any more | Stefan Metzmacher | 2007-08-21 | 3 | -79/+0 | |
| | | | | metze | |||||
* | r24603: In case of error we need to free prefix_cache otherwise on re-init ↵ | Simo Sorce | 2007-08-21 | 1 | -0/+1 | |
| | | | | | | the first statement will return positively but prefix_cache_hashes would be NULL |