summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
* r15450: Change profiling data macros to use stack variables rather thanJames Peach2007-10-108-60/+122
| | | | | globals. This catches mismatched start/end calls and removes the need for special nested profiling calls.
* r15449: Remove unused function get_nttime_max (which claims itJames Peach2007-10-101-6/+0
| | | | is incorrect).
* r15448: New autoconf macro to test for sysconf variables.James Peach2007-10-104-17/+31
|
* r15447: Teach "smbd -b" to emit the sizes of a few more types thatJames Peach2007-10-101-8/+15
| | | | | might be interesting. Push the spacing across a bit so that it all lines up nicely.
* r15446: Tidy up the formatting of locking debug messages and make it moreJames Peach2007-10-104-20/+28
| | | | | consistent. Bring oplocks withing the purview of the locking debug channel.
* r15444: Fix from Jim to ensure we do a wildcard search for SID'sJeremy Allison2007-10-101-1/+1
| | | | | starting with the global SAM sid, not an exact search. Jeremy.
* r15443: Purely cosmetic reformat, no functional changes.Günther Deschner2007-10-102-227/+225
| | | | Guenther
* r15442: Add some more client rpc for the querydominfo calls (from samba4 idl).Günther Deschner2007-10-104-16/+219
| | | | | | | Also return the hostname for the level 6 call (to be consistent with the server name in level 2). Guenther
* r15441: cleanup older unused padding.Günther Deschner2007-10-102-4/+0
| | | | Guenther
* r15438: Fix samrQueryDomainInfo level 5 where we returned our netbiosGünther Deschner2007-10-103-9/+9
| | | | | | | | name eversince instead of the domain name when we are a DC. Yes, there are applications relying on this call to be correct. Guenther
* r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose.Günther Deschner2007-10-105-0/+114
| | | | Guenther
* r15425: Use dynamic buffers in the IRIX nsswithch module to prevent truncationJames Peach2007-10-101-78/+182
| | | | of long group lists.
* r15424: Implement a "stacktrace" smbcontrol option using libunwind's remoteJames Peach2007-10-103-4/+238
| | | | | | stack tracing support. This provides an easy way for users to provide stack traces (hopefully it will be implemented on something other than ia64).
* r15423: Correct comparison logic so that libunwind can be correctly detected.James Peach2007-10-101-1/+1
|
* r15419: Never write the same function twice :-). In a traversalJeremy Allison2007-10-101-62/+60
| | | | | function we must copy the data before modifying. Jeremy.
* r15417: Don't use cached credentials when changing passwords.Günther Deschner2007-10-101-1/+5
| | | | Guenther
* r15411: Small debug fixes for the PAM module.Günther Deschner2007-10-101-2/+2
| | | | Guenther
* r15404: Check for WRITE_THOUGH before calling lp_ fn. I hateJeremy Allison2007-10-101-1/+1
| | | | | extra fn calls. Jeremy.
* r15402: Fix for bug #3587. Dead entries can be left in the lockingJeremy Allison2007-10-102-1/+103
| | | | | | | db. Make this db self-cleaning on first read of entry after open, and also on smbstatus -b call. Needs more testing when I get back from Boston but passes valgrind at first look. Jeremy.
* r15399: Fix the build, sorry, Jerry :)Günther Deschner2007-10-101-2/+2
| | | | Guenther
* r15398: Attempt to send the correct warning when a password change was attemptedGünther Deschner2007-10-103-13/+38
| | | | | | too early. Guenther
* r15396: Cleanup credential caches from winbind's linked list.Günther Deschner2007-10-102-1/+18
| | | | Guenther
* r15393: remove extra call to fallback user creation on member servers; it's ↵Gerald Carter2007-10-101-7/+2
| | | | handled by the smb_getpwnam() call deeper in
* r15392: In most cases, this mapping is more appropriate. (I know, it is still aGünther Deschner2007-10-101-1/+1
| | | | | | mess, but there is no way the get NTSTATUS from the edata yet). Guenther
* r15386: Missed some functions in my last commit.Deryck Hodge2007-10-101-4/+4
| | | | deryck
* r15385: Some work to bring the python code up to date with theDeryck Hodge2007-10-109-17/+17
| | | | rpc client rewrite.
* r15380: default eventlog tdbs to mode 0660 to allow easier access by ↵Gerald Carter2007-10-101-1/+1
| | | | BUILTIN\Administrators
* r15368: Remove some dead code. -- paulgPaul Green2007-10-101-8/+0
|
* r15360: Fix bug # 3741. One more place where the algorithmic mapping needs ↵Volker Lendecke2007-10-101-5/+24
| | | | | | to stay. Volker
* r15359: Fix typoVolker Lendecke2007-10-101-1/+2
|
* r15341: Ok I give up, I've been beaten by bug reports. PeopleJeremy Allison2007-10-102-14/+83
| | | | | | | | | | just don't get why "guest ok" is not allowed in usershares. Added "usershare allow guests" bool parameter that allows this, reved usershare file version to VERSION#2 which allows this. Updated user tools. This should now be (finally) finished and I'll add the new parameter docs and a HOWTO. Jeremy.
* r15336: Unknown escape sequence: '\305' - should have been '\n'.Jeremy Allison2007-10-101-1/+1
| | | | | (How did that get in there ?). Jeremy
* r15334: Fix warning. This table and function not used anymore. Jerry pleaseJeremy Allison2007-10-101-17/+0
| | | | | check. Jeremy.
* r15333: Paulg broke the function prototyping of decl_static_XX.Jeremy Allison2007-10-101-1/+1
| | | | | Needs to be (void), not (). Paulg please check this. Jeremy.
* r15320: default "passdb expand explicit" to noVolker Lendecke2007-10-101-1/+1
|
* r15311: look at the NT password (not lanman one) when determining if ↵Gerald Carter2007-10-101-1/+1
| | | | smbpasswd -e should probably for a password
* r15310: only store lanman passwords on a change if 'lanman auth = yes'Gerald Carter2007-10-101-7/+8
|
* r15309: normalize printing keys when deletingGerald Carter2007-10-102-22/+3
|
* r15308: Fix the build, sorry.Günther Deschner2007-10-101-1/+1
| | | | Guenther
* r15307: Ignore builtin groups we're a member of on the DC as those membershipsGünther Deschner2007-10-101-1/+6
| | | | | | are not valid locally. Guenther
* r15306: Be consistent between rpc and ads winbind backend: let the ads backendGünther Deschner2007-10-103-20/+60
| | | | | | query the samlogon cache first as well. Guenther
* r15305: Let winbind search by sid directly (or in windows terms: "bind to aGünther Deschner2007-10-106-111/+144
| | | | | | | sid"); works in all AD versions I tested. Also add "net ads sid" search tool. Guenther
* r15299: Fix import of Python modules. Fixes Bug #3567.Deryck Hodge2007-10-102-2/+11
| | | | | | | The REGVAL_CTR part is taken from Daniel Jarboe's patch he filed with the bug report. deryck
* r15293: Don't ever set O_SYNC on open unless "strict sync = yes".Jeremy Allison2007-10-101-1/+1
| | | | | | | This could be the cause of the perf. problem reported between 3.0.14a and 3.0.2x. Lufthansa has *wireless* on their flights to the USA now... (I'm in heaven ! :-). Jeremy.
* r15289: Put references to $PICFLAGS in quotes. Fixes #3725.Tim Potter2007-10-101-2/+2
|
* r15285: Fix the build.Paul Green2007-10-101-1/+2
|
* r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the ↵Paul Green2007-10-108-3/+15
| | | | patch to SAMBA_3_0 to declare prototypes for the initialization functions. These are the same changes I just made to head. --paulg
* r15269: Fix incorrect boolean in assert to make POSIX lock testsJeremy Allison2007-10-101-1/+1
| | | | | pass with CIFSFS. Jeremy.
* r15266: Fix bug 3720. I wonder why -O1 compiles did not catch this...Volker Lendecke2007-10-103-6/+6
| | | | | | Thanks to Jason Mader for reporting this. Volker
* r15255: Add return statement after abort to placate fussy compilers. Closes ↵Tim Potter2007-10-101-0/+2
| | | | #3721.