Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r13895: As agreed upon with gd on the phone, remove ↵ | Volker Lendecke | 2006-03-06 | 2 | -15/+3 | |
| | | | | | | | | | | | | | | | | | | | | WBFLAG_PAM_CONTACT_TRUSTDOM. This can not work for NTLM auth, where we only have a workstation account for our own domain. For the PAM Kerberos login we need to find a better way to do this, probably using Dsr_GetDCName and some winbind-crafted krb5.conf. Volker | |||||
| * | r13893: Fix for Coverity issue CID #164. The first one that I don't | Jeremy Allison | 2006-03-06 | 1 | -0/+2 | |
| | | | | | | | | | | think is a direct bug, but some code that needs clarification :-). Jeremy. | |||||
| * | r13892: Doh ! My bugfix had a bug :-). Spotted by Willi Mann <willi@wm1.at>, | Jeremy Allison | 2006-03-06 | 1 | -2/+2 | |
| | | | | | | | | | | if rrec can be null make sure we *never* deref it. Jeremy. | |||||
| * | r13889: Fix resource leak on error path. Coverity bug CID #73. | Jeremy Allison | 2006-03-06 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r13887: Fix coverity bug CID #94. mem leak on error codepath. | Jeremy Allison | 2006-03-06 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r13884: Fix coverity CID #95. Resource leak on error path. | Jeremy Allison | 2006-03-06 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r13882: Fix coverity CID bug #96. Missing free on error | Jeremy Allison | 2006-03-06 | 1 | -0/+1 | |
| | | | | | | | | | | exit path. Jeremy. | |||||
| * | r13880: Fix coverity bug CID #97, mem leak on error path. | Jeremy Allison | 2006-03-06 | 1 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDN | Gerald Carter | 2006-03-06 | 3 | -29/+30 | |
| | | ||||||
| * | r13875: Fix coverity bug #148. Deref of rrec before NULL check. | Jeremy Allison | 2006-03-06 | 1 | -2/+7 | |
| | | | | | | | | Jeremy. | |||||
| * | r13873: I think this is the longstanding wins server crash bug, not | Jeremy Allison | 2006-03-06 | 1 | -17/+16 | |
| | | | | | | | | | | | | part of the changes I made but something that's been there a while.... Coverity bugid #41. Jeremy. | |||||
| * | r13864: Some cleanup and the samr set security object function client-side. | Günther Deschner | 2006-03-06 | 7 | -140/+108 | |
| | | | | | | | | Guenther | |||||
| * | r13861: Avoid "net rpc join" segfaulting when storing the servername in the | Günther Deschner | 2006-03-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | affinity cache. Guenther | |||||
| * | r13846: Take care of system that do not have LDAP libraries | Simo Sorce | 2006-03-05 | 1 | -0/+5 | |
| | | ||||||
| * | r13843: Merge in net sam provision and some pdb_ldap fixes | Simo Sorce | 2006-03-05 | 2 | -82/+516 | |
| | | ||||||
| * | r13841: Fix an uninitialized variable warning. | Volker Lendecke | 2006-03-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Jerry, this just fixes the warning. This routine does not seem to cope well with !UNMARSHALLING. You might want to look... Volker | |||||
| * | r13829: From the "It's not pretty but it works" category | Gerald Carter | 2006-03-04 | 5 | -13/+244 | |
| | | | | | | | | | | | | | | | | | | | | * Finish prototype of the "add port command" implementation Format is "addportcommand portname deviceURI" * DeviceURI is either - socket://hostname:port/ - lpr://hostname/queue depending on what the client sent in the request | |||||
| * | r13824: * add api table for Xcv TCPMON and LOCALMON calls starting | Gerald Carter | 2006-03-03 | 3 | -15/+118 | |
| | | | | | | | | | | | | | | with the "MonitorUI" call * Fix some parsing errors This gets us to the Add Port Wizard dialog. | |||||
| * | r13821: replacing some strings with macros | Gerald Carter | 2006-03-03 | 1 | -9/+11 | |
| | | ||||||
| * | r13820: * Start fleshing out the XcvDataPort() server implementation | Gerald Carter | 2006-03-03 | 3 | -40/+107 | |
| | | | | | | | | * Add support for the "Local Port" monitor as well through this API | |||||
| * | r13819: Remove accidently with rev 13713 submitted and never used MY_FLAGS | Lars Müller | 2006-03-03 | 1 | -1/+1 | |
| | | | | | | | | variable. | |||||
| * | r13816: Volunteering :-) | Volker Lendecke | 2006-03-03 | 4 | -23/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | > for the svn log: > > - Solaris' /bin/sh doesn't know "test -e" - let's use "test -f" instead > > Some volunteer wanna check this in? :) > > Cheers > Bjoern Volker | |||||
| * | r13815: "Into the blind world let us now descend," | Gerald Carter | 2006-03-03 | 6 | -138/+161 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Began the poet, his face as pale as death. "I will go first, and you will follow me." --- Adding XcvDataPort() to the spoolss code for remotely add ports. The design is to allow an intuitive means of creating a new CUPS print queue from the Windows 2000/XP APW without hacks like specifying the deviceURI in the location field of the printer properties dialog. Also set 'default devmode = yes' as the new default since it causes no harm and only is executed when you have a NULL devmode anyways. | |||||
| * | r13802: I *knew* ASU on sparc had to be good for *something* ! :-). | Jeremy Allison | 2006-03-02 | 2 | -5/+5 | |
| | | | | | | | | | | | | Fix incorrect size understanding of sid name type (yes it's already correct in the Samba4 IDL :-). Jeremy. | |||||
| * | r13799: Make locktest debug a little easier to read. | Jeremy Allison | 2006-03-02 | 1 | -3/+17 | |
| | | | | | | | | Jeremy. | |||||
| * | r13796: Another load_case_tables... | Jeremy Allison | 2006-03-02 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r13794: If you are going to go, go big. That's what I always say. | Gerald Carter | 2006-03-02 | 1 | -2/+2 | |
| | | | | | | | | | | * disable winbind enum {users,groups} by default after further conversations with Volker. | |||||
| * | r13792: Merged Simo's fixes for tdbtraverse. | Jeremy Allison | 2006-03-02 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r13791: Having S-1-1-0 show up in winbind lookupsid does not really make sense. | Volker Lendecke | 2006-03-02 | 2 | -3/+18 | |
| | | | | | | | | Volker | |||||
| * | r13778: When deleting machine accounts it's the SeMachineAccountPrivilege | Jeremy Allison | 2006-03-01 | 1 | -1/+9 | |
| | | | | | | | | | | that counts. Jeremy. | |||||
| * | r13776: Merge in the editposix ldapsam optimization | Simo Sorce | 2006-03-01 | 2 | -109/+892 | |
| | | ||||||
| * | r13772: More default changes | Gerald Carter | 2006-03-01 | 1 | -2/+3 | |
| | | | | | | | | | | | | * winbind nested groups = yes * host msdfs = ye * msdfs root = yes | |||||
| * | r13771: BUG 3534: ignore lines in the username map file with no right hand ↵ | Gerald Carter | 2006-03-01 | 1 | -2/+4 | |
| | | | | | | | | list rather than bailing out | |||||
| * | r13766: Patch from Arek Glabek <aglabek@centeris.com>: | Gerald Carter | 2006-03-01 | 1 | -6/+3 | |
| | | | | | | | | | | * Fix parsing error in eventlogadm caused by log entries with no DAT: line. | |||||
| * | r13765: Fix bug reported by jra. Don't check for a group SID when storing | Gerald Carter | 2006-03-01 | 1 | -0/+2 | |
| | | | | | | | | a user since we no longer pay any attention to the value. | |||||
| * | r13763: r13223@cabra: derrell | 2006-02-28 20:48:23 -0500 | Derrell Lipman | 2006-03-01 | 1 | -1/+5 | |
| | | | | | | | | Add the missing comment about needing to save the new share name. | |||||
| * | r13761: r13221@cabra: derrell | 2006-02-28 20:40:56 -0500 | Derrell Lipman | 2006-03-01 | 1 | -0/+11 | |
| | | | | | | | | | | | | When only allowing one connection per server, the cache needs to track which share is currently connected, or we never know whether a tdis()/tcon() for the new share is required. | |||||
| * | r13759: As pointed out by Volker, it isn't much good creating | Jeremy Allison | 2006-02-28 | 1 | -0/+15 | |
| | | | | | | | | | | | | a new empty acl in remove_posix_acl if you don't bother to set it on the file in question :-). Jeremy. | |||||
| * | r13756: use samu_new() rather than calling talloc() directly. | Gerald Carter | 2006-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | r13751: Call proto_exists before we create the precompiles headers. | Lars Müller | 2006-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | r13750: Cleanup line wrap to less than 80 chars. | Lars Müller | 2006-02-28 | 1 | -3/+4 | |
| | | ||||||
| * | r13748: Don't reference memory after we just freed it (Doh!). | Jeremy Allison | 2006-02-28 | 1 | -2/+3 | |
| | | | | | | | | | | | | Thanks to tridge's changes to the directory delete on close tests for catching this. Jeremy. | |||||
| * | r13747: Fix the reference count for tdbsam_open() - on an | Jeremy Allison | 2006-02-28 | 1 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | upgrade it calls tdbsam_convert() which calls tdbsam_open() deep inside the init_sam_from_buffer_vX call. If the ref count hasn't been set yet then we will close the tdbsam reference in tdbsam_getsampwsid(). smbpasswd -a was core-dumping again :-). Jeremy | |||||
| * | r13736: Don't assume that printf can handle string arguments being NULL. Tidy | James Peach | 2006-02-28 | 1 | -14/+17 | |
| | | | | | | | | up typing and tighten error checking a little. | |||||
| * | r13733: Reorder so that locking and params declarations are not mingled. | James Peach | 2006-02-27 | 1 | -17/+18 | |
| | | ||||||
| * | r13729: Fix smbpasswd -x | Volker Lendecke | 2006-02-27 | 1 | -13/+6 | |
| | | ||||||
| * | r13728: No, we have not talked about this on irc less than 24h ago... ;-) | Volker Lendecke | 2006-02-27 | 1 | -2/+2 | |
| | | ||||||
| * | r13727: Fix a segfault | Volker Lendecke | 2006-02-27 | 1 | -1/+5 | |
| | | ||||||
| * | r13724: Remove unused variable. Bug #3559 from | Jeremy Allison | 2006-02-27 | 1 | -2/+2 | |
| | | | | | | | | | | jason@ncac.gwu.edu. Jeremy. | |||||
| * | r13722: Ensure we use the correct enumerated type. Bug #3558 | Jeremy Allison | 2006-02-27 | 1 | -1/+1 | |
| | | | | | | | | | | from jason@ncac.gwu.edu. Jeremy. |