summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * removing #include <compat.h> in hopes to avoid problems with apache header ↵Gerald Carter2003-11-032-5/+1
| | | | | | | | | | | | files; will watch the build farm on this to make sure things don't blow up (This used to be commit b4d80ee74727a72aa8fe070d13e3ca5de71837ca)
| * From 3_0:Volker Lendecke2003-11-031-9/+23
| | | | | | | | | | | | | | | | AC_CHECK_MEMBER seems to have problems for some versions of autoconf, at least autoconf-2.53 on SLES8 does not correctly find the keyblock. Volker (This used to be commit f6cff956c441eec73360f71bbb4dd06f4f1ee897)
| * Fix duplicate libs problem in iconv detection code.Tim Potter2003-11-021-1/+1
| | | | | | | | (This used to be commit a2feac08e89685c35a8cc18eaeac4c9316248f75)
| * Merge of fix for bug 661 from 3.0Tim Potter2003-11-021-4/+8
| | | | | | | | (This used to be commit c96d470af8dd9b5782d7c4f3e9fe5fa92f416f77)
| * From 3_0:Volker Lendecke2003-11-011-2/+2
| | | | | | | | | | | | | | | | | | | | This binds the nmbd sending socket to the 'socket address'. Hmmm. This is correct in 2.2. Obviously I did not test my 3.0 checkin at that time. Now it hit me at a customer's site... Volker (This used to be commit b9179aed4d7e8ec95e0f8ff79e36403377773f0a)
| * set- set-assword when invoking --set-auth-user and no pwGerald Carter2003-10-311-2/+7
| | | | | | | | | | is given (patch from Tom Dickson) (This used to be commit aa2abd5800856120ddec6937955e961ff0c77c96)
| * Patch from Aurélien Degrémont <adegremont@idealx.com>. "entry" is dependentJeremy Allison2003-10-311-2/+4
| | | | | | | | | | | | on "result", don't free result first. Jeremy. (This used to be commit 9b24715170c6ca5dd3d5df0675f430852ae6a50d)
| * Merge from 3.0:Tim Potter2003-10-311-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Revision 1.50.2.12: Put in a work-around for ENOTSUP not being defined on OpenBSD. Revision 1.50.2.10-11 Apply latest of Derrell Lippman's changes to libsmbclient. Commit Derrell's changes to libsmbclient plus a small change to configure.in to see if SGI and other platforms will build. (This used to be commit e32826980eefeb501e4ae19c689d83153d9fe5e6)
| * Whitespace syncup with 3.0Tim Potter2003-10-311-7/+7
| | | | | | | | (This used to be commit 9746ef376d2a52ef6ef6b84421d6b7e988a6ca13)
| * Formatting syncup with 3.0Tim Potter2003-10-311-0/+4
| | | | | | | | (This used to be commit 98881672f5c094181be7988b4d39b451f292e423)
| * Fix another unused warning.Tim Potter2003-10-311-0/+3
| | | | | | | | (This used to be commit 9032e6eb2b4c7ed3d0689b95ed318cdf7ec048d7)
| * Fix spelling mistake.Tim Potter2003-10-311-1/+1
| | | | | | | | (This used to be commit cbd95c5a74bef4a6c8fd54a8fc24a50f11678cb7)
| * Merge from 3.0:Tim Potter2003-10-311-40/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revision 1.45.2.23: Changed output so all debug output goes to stderr, and all file processing goes to stdout. Note: This change permits use of testparm processing of smb.conf to be redirected into a file that can be used as an smb.conf file. ie: All information that should not be in smb.conf will be on stderr, all pertinent smb.conf info will go to stdout. Example of use: A fully documented smb.conf.master file can be maintained. To create smb.conf do: testparm -s > smb.conf (This used to be commit f323b932f932a576d42a018a3e16b45758121891)
| * Fix some unused variable warnings.Tim Potter2003-10-312-0/+6
| | | | | | | | (This used to be commit 512a81c9fd4490cb6f9b1cc88cdb9238d21decb1)
| * Merge from 3.0:Tim Potter2003-10-311-3/+0
| | | | | | | | | | | | | | Revision 1.2.2.5: Remove some unused variables uncovered by the build farm. (This used to be commit c0585399ac3b6adb22b514478ba44e3c8a96b050)
| * Sync up with 3.0Tim Potter2003-10-311-3/+3
| | | | | | | | (This used to be commit 3cd8acb6c362bca82d7268aa283d3f6360b24604)
| * Sync up some indentation.Tim Potter2003-10-311-3/+3
| | | | | | | | (This used to be commit 160903f99782673a3ff147450d33f4a4ff88a666)
| * Merge from 3.0: Sync up comments.Tim Potter2003-10-311-2/+2
| | | | | | | | (This used to be commit c00bd547c875a1eba3b8c427f4fed0b61ae987c5)
| * Merge of some fixes from 3.0:Tim Potter2003-10-311-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Revision 1.468.2.187 CP* modules are not related to development - Revision 1.468.2.191 Compile fix for tdbbackup when Samba needs to override non-C99 compliant implementations of snprintf Sync up formatting for PAM_WINBIND_PICOBJ variable. (This used to be commit b4f3c8d2f62e6d75a5c01529190e71289dea8df5)
| * Add string to uuid fn. Thanks aliguori.Jim McDonough2003-10-301-1/+84
| | | | | | | | (This used to be commit 5f9fe8304f037f91fa765e64580a7119aeb201dd)
| * If nothing to do, return success. Fix from Aur?lien Degr?mont ↵Jeremy Allison2003-10-301-1/+1
| | | | | | | | | | | | | | <adegremont@idealx.com> Jeremy. (This used to be commit a92555e6060294afcfecc075bfac5c836f150b01)
| * Last of the GUID->struct uuid changes.Jim McDonough2003-10-302-14/+7
| | | | | | | | | | | | | | | | | | | | | | GUID has been removed. If you are dealing with a flattened version of a [gu]uid, use UUID_FLAT. smb_pack_uuid and smb_unpack_uuid will switch between the two. I'm not sure exactly what the genparse stuff is doing here, so I just switched it to a UUID_FLAT (no functional change), but I suspect this may not be the right way to go. (This used to be commit 001e9d0e814109a26d598001b3c23dfdb04510ff)
| * Nearing the end of the GUID -> struct uuid changes.Jim McDonough2003-10-302-9/+12
| | | | | | | | (This used to be commit 0e8fcfac702515f8870c979262bf881d1155efdc)
| * Ok, nearing the end of the GUID->struct uuid changes.Jim McDonough2003-10-305-34/+34
| | | | | | | | | | | | | | | | Takes care of secdescs. Had to move the uuid marshall/unmarshalling code to parse_misc, because it's needed outside of parse_rpc.c (for no-auth calls) (This used to be commit 5d2bb079b65ccfec14604d8dcf0ce789d1795b46)
| * More GUID->struct uuid changes.Jim McDonough2003-10-302-9/+14
| | | | | | | | | | | | Printer publishing now uses struct uuid. Also changes ads_pull_guid to unpack it from the wire format. (This used to be commit 671b434cc4b422144ab8f5858ae9c2179de701e1)
| * Another round of GUID->struct uuid.Jim McDonough2003-10-305-10/+10
| | | | | | | | | | Takes care of the lsass pipe (This used to be commit 3dca3efa4b427fa3094a8cd392fe5744b5f6f6a8)
| * First round of merging various UUID structures.Jim McDonough2003-10-3017-153/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This eliminates RPC_UUID. It creates the following struct: struct uuid { uint32 time_low; uint16 time_mid; uint16 time_hi_and_version; uint8 clock_seq[2]; uint8 node[6]; }; which replaces RPC_UUID and various random struct uuid definitions and a flat version: #define UUID_FLAT_SIZE 16 typedef struct uuid_flat { uint8 info[UUID_FLAT_SIZE]; } UUID_FLAT; which pretty much looks like GUID (which I will start eliminating). I want us to use the FLAT one only on the wire (perhaps in files, too?), and I want it to be obvious to the coder that it is the FLAT version. This leaves a couple of compiler warnings, where GUID isn't completely replaced by FLAT_UUID yet...I'll get to those soon. (This used to be commit 1532b5d2e3c61df232b16394acedf6eac387588b)
| * bug 696; check for an invalid fid before dereferencing the fsp pointerGerald Carter2003-10-301-0/+5
| | | | | | | | (This used to be commit 2cc43e760b02f2088a0222d1f5080913a96f3e5a)
| * Check for nsswitch.h. Patch from albert chin (china@thewrittenword.com).Jeremy Allison2003-10-301-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 8d29faaa6396a46e8754ead32f6fd545e567ba46)
| * Janitor for tridge.Jeremy Allison2003-10-292-2/+5
| | | | | | | | | | | | parameterise the listen backlog in smbd and make it larger by default. A backlog of 5 is way too small these days. Jeremy. (This used to be commit 58b8f673945ad114d056dd79f509c93ab42b96d1)
| * Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-296-14/+28
| | | | | | | | | | Jeremy. (This used to be commit 124a8ddae63adff4f601242a8e6d05abcaf4d9bf)
| * Don't log at level zero when chdir fails. Ensure correct error message is ↵Jeremy Allison2003-10-282-2/+3
| | | | | | | | | | | | | | returned. Jeremy. (This used to be commit a7561336e770405572c13a4607b0e808225e8916)
| * Fix for bug #667. DFS filenames can now have arbitrary case.Jeremy Allison2003-10-283-67/+86
| | | | | | | | | | Jeremy. (This used to be commit cbefb5c4f983ca49fcc563111d8704d3770daf81)
| * Remove trailing comma on typedef enum. albert chin (china@thewrittenword.com)Tim Potter2003-10-271-1/+1
| | | | | | | | (This used to be commit 65a4c2aa0af4572ef7da0f7907ee144faba39031)
| * Missing UNIX -> DOS codepage conversion. Fix from Alexander Bokovoy ↵Jeremy Allison2003-10-271-5/+5
| | | | | | | | | | | | | | <a.bokovoy@sam-solutions.net>. Jeremy. (This used to be commit f714998b44c6a1082943a399ce3b0ce316efc3a0)
| * Janitorial duty for tpot. Merge tdb error log fix.Jeremy Allison2003-10-241-1/+6
| | | | | | | | | | Jeremy. (This used to be commit 2186cbf28db496b97b39b81eb1932690c6094cd8)
| * Add shutdown abort try over initshutdown pipe first, then fall back toJim McDonough2003-10-241-4/+49
| | | | | | | | | | | | | | | | winreg pipe if it doesn't work. Fixes bug #534. I will go back and add the same logic for the shutdown itself, even though that works so far against win2k (haven't tested all win clients). (This used to be commit e6d02117755d92d1b5ce029bf659d0fbe1a55585)
| * Add initshutdown pipe commands to rpcclient. Second part of fix to bugJim McDonough2003-10-245-6/+22
| | | | | | | | | | #534 (This used to be commit 99f4fa54497ba1c0fc0ba39d51b3ce201a8e6cd2)
* | Clean up a comment noticed by Jonathan Shao@Panasas.com and remove anRichard Sharpe2003-11-261-3/+2
| | | | | | | | | | obsolete comment by Luke Leighton. (This used to be commit 316f83add76b56fe102f5dc4c9ce3a0413d9a1f4)
* | Fixing barfed idmap entries and adding not on use of FLAG_HIDE.John Terpstra2003-11-261-2/+8
| | | | | | | | (This used to be commit 25aa5df5c79070d0f1273a71617e64fba7831742)
* | Implement "net rpc group members": Get members of a domain group inVolker Lendecke2003-11-262-0/+89
| | | | | | | | | | | | | | human-readable format. Volker (This used to be commit 4e3a2eb8e04c3a669d94e38d81e994606fa6ef9d)
* | Get rid of a const warningVolker Lendecke2003-11-262-3/+3
| | | | | | | | | | Volker (This used to be commit 94860687c535ace0c962ca3fe7da59df05325c62)
* | Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bitsJeremy Allison2003-11-252-0/+45
| | | | | | | | | | | | if the file has an ACL. Jeremy. (This used to be commit 7bf5ed30ce74ba658ca35059955748c1d8cbd6d2)
* | Add a comment, and a useful debug message.Andrew Bartlett2003-11-252-0/+3
| | | | | | | | (This used to be commit df14b0af31863680218b06ae9de2f010a38fba6e)
* | Fix build of winbindd with static pdb modulesJelmer Vernooij2003-11-251-1/+1
| | | | | | | | (This used to be commit 92a138f027cf2f1c2b13c6f3d59493fb21885d5e)
* | allow users to delete jobs with cups printing backendGerald Carter2003-11-252-1/+7
| | | | | | | | | | | | | | | | The changes the name of the job passed off to cups from "Test Page" to "smbprn.00000033 Test Page" so that we can get the smb jobid back from lpq. Working on bug 770. (This used to be commit 5979f4d645e84fb22223e6cbf0043f2fa21acb2f)
* | If signing starts successfully, don't just turn it off automatically ifJeremy Allison2003-11-251-5/+5
| | | | | | | | | | | | it fails later. Only turn it off automatically if it fails at the start. Jeremy. (This used to be commit 4a145531c2b6353291cd25f14f5572aa31e86594)
* | Do not add NTLM2 to the NTLMSSP flags unconditionally - allow theAndrew Bartlett2003-11-252-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | defaults specified by the caller to prevail. Don't use NTLM2 for RPC pipes, until we know how it works in signing or sealing. Call ntlmssp_sign_init() unconditionally in the client - we setup the session key, why not setup the rest of the data. Andrew Bartlett (This used to be commit 48123f7e42c3fde85887de23c80ceee04c2f6281)
* | Patch for #263 from jpjanosi@us.ibm.com.Jeremy Allison2003-11-251-1/+2
| | | | | | | | | | Jeremy. (This used to be commit 0f2a50316d8245ea9c441f0ea08e1a0fd9a92583)
* | When server signing is set to "auto", if the client doesn't sign justJeremy Allison2003-11-251-2/+23
| | | | | | | | | | | | ignore it. Only fail if signing is set to "required". Jeremy. (This used to be commit 8916ddfc39c3e70265188926f24034152f0e7b6b)