summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDNGerald Carter2007-10-103-29/+30
| | | | (This used to be commit c803e1b2afdfc5bd983f046c976c01adebcfa1ad)
* r13875: Fix coverity bug #148. Deref of rrec before NULL check.Jeremy Allison2007-10-101-2/+7
| | | | | Jeremy. (This used to be commit 0f1dffb2f2ce5ace1b3216f578ab115c976624c7)
* r13873: I think this is the longstanding wins server crash bug, notJeremy Allison2007-10-101-17/+16
| | | | | | | part of the changes I made but something that's been there a while.... Coverity bugid #41. Jeremy. (This used to be commit 2f6cf810eae124820a073258ffe62aace7a92d9c)
* r13864: Some cleanup and the samr set security object function client-side.Günther Deschner2007-10-107-140/+108
| | | | | Guenther (This used to be commit 0ae3fddf95a95ec8a2f4d52e1276c1721b33ddfd)
* r13861: Avoid "net rpc join" segfaulting when storing the servername in theGünther Deschner2007-10-101-1/+1
| | | | | | | affinity cache. Guenther (This used to be commit b8c07babbd22832132da8f70026aa1816983bc38)
* r13846: Take care of system that do not have LDAP librariesSimo Sorce2007-10-101-0/+5
| | | | (This used to be commit ab62c8d93acb432678e301e57aeb86887913ebe6)
* r13843: Merge in net sam provision and some pdb_ldap fixesSimo Sorce2007-10-102-82/+516
| | | | (This used to be commit 705d8118081784e9907648fd1daaaa5ec0285972)
* r13841: Fix an uninitialized variable warning.Volker Lendecke2007-10-101-1/+1
| | | | | | | | Jerry, this just fixes the warning. This routine does not seem to cope well with !UNMARSHALLING. You might want to look... Volker (This used to be commit 2c0c40dfb5da9e901e099295f43032a745e71253)
* r13829: From the "It's not pretty but it works" categoryGerald Carter2007-10-105-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 (This used to be commit 6d74de7a676b71e83a3c3714743e6380c04e4425)
* r13824: * add api table for Xcv TCPMON and LOCALMON calls startingGerald Carter2007-10-103-15/+118
| | | | | | | | with the "MonitorUI" call * Fix some parsing errors This gets us to the Add Port Wizard dialog. (This used to be commit a444aa7f0088fb71ff89df8c280209188b33ec3d)
* r13821: replacing some strings with macrosGerald Carter2007-10-101-9/+11
| | | | (This used to be commit a34ab5c827630a5517e4c706877a172e6063f227)
* r13820: * Start fleshing out the XcvDataPort() server implementationGerald Carter2007-10-103-40/+107
| | | | | * Add support for the "Local Port" monitor as well through this API (This used to be commit ba9cdd88a0abf90a9c04959e554d7e4f10d17ff7)
* r13819: Remove accidently with rev 13713 submitted and never used MY_FLAGSLars Müller2007-10-101-1/+1
| | | | | variable. (This used to be commit 8f48c6d1e54b4f085f0db879ef548efecba7b42d)
* r13816: Volunteering :-)Volker Lendecke2007-10-104-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 (This used to be commit 58d5f2031ac6018417ecd3c2306c120b5c7d1e43)
* r13815: "Into the blind world let us now descend,"Gerald Carter2007-10-106-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. (This used to be commit 123e478ce5b5f63a61d00197332b847e83722468)
* r13802: I *knew* ASU on sparc had to be good for *something* ! :-).Jeremy Allison2007-10-102-5/+5
| | | | | | | Fix incorrect size understanding of sid name type (yes it's already correct in the Samba4 IDL :-). Jeremy. (This used to be commit 305a774d2880a57d1ebdf2ecf2d7e0b519695a33)
* r13799: Make locktest debug a little easier to read.Jeremy Allison2007-10-101-3/+17
| | | | | Jeremy. (This used to be commit 13de4d000e04ffca41814554bdee8291ddb1efe2)
* r13796: Another load_case_tables...Jeremy Allison2007-10-101-0/+2
| | | | | Jeremy. (This used to be commit 36df6ba3ad8b93744577ad92df0fe0b9bf9a4300)
* r13794: If you are going to go, go big. That's what I always say.Gerald Carter2007-10-101-2/+2
| | | | | | * disable winbind enum {users,groups} by default after further conversations with Volker. (This used to be commit d640d815405ce226c51577de5524daf63515d0a7)
* r13792: Merged Simo's fixes for tdbtraverse.Jeremy Allison2007-10-101-2/+2
| | | | | Jeremy. (This used to be commit 9ed3bd431c8b8073e177df463e254cf45529bed6)
* r13791: Having S-1-1-0 show up in winbind lookupsid does not really make sense.Volker Lendecke2007-10-102-3/+18
| | | | | Volker (This used to be commit ae9614ce019e25fb29dad8429d93f3140c2f84ad)
* r13778: When deleting machine accounts it's the SeMachineAccountPrivilegeJeremy Allison2007-10-101-1/+9
| | | | | | that counts. Jeremy. (This used to be commit aa85ba4f3799ffbe5c6f84f768f03a4c68d879dc)
* r13776: Merge in the editposix ldapsam optimizationSimo Sorce2007-10-102-109/+892
| | | | (This used to be commit a374546c7e8dfc17eb2346c518d1d89f28c32feb)
* r13772: More default changesGerald Carter2007-10-101-2/+3
| | | | | | | * winbind nested groups = yes * host msdfs = ye * msdfs root = yes (This used to be commit b5f01559e1f75c427e59646ee79e18433806213e)
* r13771: BUG 3534: ignore lines in the username map file with no right hand ↵Gerald Carter2007-10-101-2/+4
| | | | | | list rather than bailing out (This used to be commit acff5163ca7be59e01438f7cf63faef9ed54b820)
* r13766: Patch from Arek Glabek <aglabek@centeris.com>:Gerald Carter2007-10-101-6/+3
| | | | | | * Fix parsing error in eventlogadm caused by log entries with no DAT: line. (This used to be commit f0a8f438793a806e8cf73e1e695b09e540a4239e)
* r13765: Fix bug reported by jra. Don't check for a group SID when storingGerald Carter2007-10-101-0/+2
| | | | | a user since we no longer pay any attention to the value. (This used to be commit 085c6859ee5b97efe9ec06e95877d500822d3c82)
* r13763: r13223@cabra: derrell | 2006-02-28 20:48:23 -0500Derrell Lipman2007-10-101-1/+5
| | | | | Add the missing comment about needing to save the new share name. (This used to be commit bb3b15e631c8dae7aaea303be18e086d63ee16d6)
* r13761: r13221@cabra: derrell | 2006-02-28 20:40:56 -0500Derrell Lipman2007-10-101-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. (This used to be commit ad0a725ef5f68db442b3b217c5a852086eff9297)
* r13759: As pointed out by Volker, it isn't much good creatingJeremy Allison2007-10-101-0/+15
| | | | | | | a new empty acl in remove_posix_acl if you don't bother to set it on the file in question :-). Jeremy. (This used to be commit 12eccc8fe4ed043698970de42921757eb0448c84)
* r13756: use samu_new() rather than calling talloc() directly.Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit c13af58f6322104a45d0e620cc26f522a47af2ab)
* r13751: Call proto_exists before we create the precompiles headers.Lars Müller2007-10-101-1/+1
| | | | (This used to be commit deb35f85b3b96e431902ec5e771821f9e69d7f99)
* r13750: Cleanup line wrap to less than 80 chars.Lars Müller2007-10-101-3/+4
| | | | (This used to be commit 6e4af8cd153e2eb39c5c10e718ec76ee103aa180)
* r13748: Don't reference memory after we just freed it (Doh!).Jeremy Allison2007-10-101-2/+3
| | | | | | | Thanks to tridge's changes to the directory delete on close tests for catching this. Jeremy. (This used to be commit 01ef957d4846191071f95393e6e76e48d4c6aa24)
* r13747: Fix the reference count for tdbsam_open() - on anJeremy Allison2007-10-101-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 (This used to be commit 993069eb87c190ba8ee92224340c8f9ffb3ade74)
* r13736: Don't assume that printf can handle string arguments being NULL. TidyJames Peach2007-10-101-14/+17
| | | | | up typing and tighten error checking a little. (This used to be commit 37e12a196b1b1ee57b17a21226ba55d3aa6c69a5)
* r13733: Reorder so that locking and params declarations are not mingled.James Peach2007-10-101-17/+18
| | | | (This used to be commit cde31d5957ff9a009e111ab3719d20e70a5053b6)
* r13729: Fix smbpasswd -xVolker Lendecke2007-10-101-13/+6
| | | | (This used to be commit 2afcbbfb6f2efcc2e10106b10a87365556013787)
* r13728: No, we have not talked about this on irc less than 24h ago... ;-)Volker Lendecke2007-10-101-2/+2
| | | | (This used to be commit 59f95ea752d932b00d4a4ff37311b830d65c8a03)
* r13727: Fix a segfaultVolker Lendecke2007-10-101-1/+5
| | | | (This used to be commit 76c100834d125b889d29d0fc38934bed4cc77e19)
* r13724: Remove unused variable. Bug #3559 fromJeremy Allison2007-10-101-2/+2
| | | | | | jason@ncac.gwu.edu. Jeremy. (This used to be commit 0295ed3d5c3bb34ef29d01100a6156a754377930)
* r13722: Ensure we use the correct enumerated type. Bug #3558Jeremy Allison2007-10-101-1/+1
| | | | | | from jason@ncac.gwu.edu. Jeremy. (This used to be commit 00f8b4e1aa44904c91af8eb6ac4c3f196986c339)
* r13720: Only lockout Administrator after x bad password attempts in offline-modeGünther Deschner2007-10-101-8/+37
| | | | | | | when we are told to do so by the password_properties. Guenther (This used to be commit 30f2fdef79f89a4bee544bd209cfb86975b33f94)
* r13718: There is even no need to use AC_MSG_WARN in the case the user did notLars Müller2007-10-101-1/+1
| | | | | request to build mount.cifs/ umount.cifs and we're not on Linux. (This used to be commit 23293089307a2c6166ee53e5e1e6b3135e4303ed)
* r13717: Use AC_MSG_WARN if we did not called --with-cifsmount on a non LinuxLars Müller2007-10-101-1/+1
| | | | | system to report we're not on Linux. (This used to be commit 1c66c4e4b82907146928396fe79d18bdaade079f)
* r13715: Put back the code that actually modify the account,Simo Sorce2007-10-101-0/+6
| | | | | | | | | | | | removed, I presume by mistake, by Jerry in the recent patch the removes the primary group SID stuff. set_user_info_21 is called to update many other things like the description of a user for example (that's what failed on me). Jerry, please review this one. (This used to be commit 239a37d201168d095f600042b1ffcd047f18ba8a)
* r13714: Set MOUNT_CIFS_VENDOR_SUFFIX if _SAMBA_BUILD_ is set toLars Müller2007-10-102-4/+22
| | | | | | | | | | | | | | | "-"SAMBA_VERSION_OFFICIAL_STRING"-"SAMBA_VERSION_VENDOR_SUFFIX if SAMBA_VERSION_VENDOR_SUFFIX is set or "-"SAMBA_VERSION_OFFICIAL_STRING only if MOUNT_CIFS_VENDOR_SUFFIX is undefined. This results in: mount.cifs -V mount.cifs version: 1.10-3.1.2pre1-SVN-build-13706-foovendor or mount.cifs version: 1.10-3.1.2pre1-SVN-build-13706 Steve: If this is to long or you do not like it, we might add something lile -VV to report the added part. (This used to be commit 3c277c7a3cce14f185db7fede7c0c4ab77769670)
* r13713: Added installcifsmount and uninstallcifsmount rules for mount.cifs andLars Müller2007-10-102-6/+88
| | | | | | | | | | unmount.cifs. This is controlled via CIFSMOUNT_PROGS which is set by configure by default to yes on linux systems only. It's possible to disable with --without-cifsmount anyhow. Added ROOTSBINDIR to the Makefile to allow us an install to /sbin and not $prefix/sbin. Configurable with --with-rootsbindir. (This used to be commit a2ab4cc824995cbe172c9179edf9002d17de7f74)
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-1024-106/+355
| | | | | | | | | * Fix a couple of related parsing issues. * in the info3 reply in a samlogon, return the ACB-flags (instead of returning zero) Guenther (This used to be commit 5b89e8bc24f0fdc8b52d5c9e849aba723df34ea7)
* r13706: Fix typo in typo fix. (-:Tim Potter2007-10-101-1/+1
| | | | (This used to be commit 06be7711269acbcd481ebdef5b9493dab138c81c)